-
> I had to change somethings in the config and some environment variables to make it works but it builds successfully
Yeah – I had to change the CMakeLists to point to that libarrow12 (ARROW_LIBRARY and PARQUET_LIBRARY). I tried pointing to a libarrow9 version in a different miniconda environment. I also had to force it to use C++ 17.
Unfortunately, I am not able to install libarrow 9 on my system outside of conda. The most my system is able to yum install is libarrow8. It installs libarrow.so.800 to /usr/lib64 but not a libparquet.so.800.
Do you have any suggestions for any workarounds to this? I’m not an expert on CMake or building C++ packages and whatnot.