3dem / relion

Image-processing software for cryo-electron microscopy
https://relion.readthedocs.io/en/latest/
GNU General Public License v2.0
453 stars 202 forks source link

Compiling Relion 4.0-beta commit 543db0a using CMake 3.20.1 #864

Closed mruetter closed 2 years ago

mruetter commented 2 years ago

Hi Together,

in order to compile the Relion 4.0-beta version (commit 543db0a) using CMake 3.20.1 with a self-build easyconfig on our HPC cluster, we had to comment out the following lines beginning 216 in the CMakeLists.txt:

#      include_directories("${MPI_CXX_INCLUDE_PATH}")
#else()
#      include_directories("${MPI_CXX_INCLUDE_DIRS}")
#endif()

Maybe it helps if somebody else runs into the same issue.

Best, Max

biochem-fan commented 2 years ago

Thanks for information. I will close the issue though, because we won't "fix" this.