Re: [arts-users] cannot compile the latest version of ARTS

2022-02-08 Thread Lemke, Oliver
Hi Pengwang, Thanks for reporting this bug. I'll merge a PR with a fix soon. See https://github.com/atmtools/arts/pull/394 However, if you don't plan to use or modify the lookup tables outside of ARTS, I recommend that you save them as binary XML instead for best efficiency: WriteXML(

[arts-users] cannot compile the latest version of ARTS

2022-02-08 Thread Pengwang Zhai
Hello, I had some issue with arts 2.4 in reading HITRAN par file. I was advised to use the latest version of arts. I did the following: git clone https://github.com/atmtools/arts.git cd arts mkdir build cd build cmake -DENABLE_NETCDF=1 .. make The compilation stoped at 25%, with the following