You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've spent a whole afternoon try compiling these code under Ubuntu 20, with g++ and gcc default to g++-9 and gcc-9, respectively. And following the instructions, I use miniconda to manage the environment. After numerous failures, I successfully compiled the code, without modifications to the CMakeCache.txt. Here are some small tips for later users.
If you have eigen, fftw or gdal system-wide, DO NOT INSTALL AGAIN FROM CONDA.
Install pybind-11 with conda, along the other packages.
If the system cmake and git is too old, feel free to get them from conda.
I believe the official instructions for Ubuntu 18 needs some modification.
The text was updated successfully, but these errors were encountered:
I've spent a whole afternoon try compiling these code under Ubuntu 20, with g++ and gcc default to g++-9 and gcc-9, respectively. And following the instructions, I use miniconda to manage the environment. After numerous failures, I successfully compiled the code, without modifications to the CMakeCache.txt. Here are some small tips for later users.
I believe the official instructions for Ubuntu 18 needs some modification.
The text was updated successfully, but these errors were encountered: