astro-informatics / purify

Next-generation radio interferometric imaging.
https://astro-informatics.github.io/purify
GNU General Public License v2.0
16 stars 11 forks source link

Symlinks in homebrew #298

Closed tkoskela closed 11 months ago

tkoskela commented 2 years ago

On my MacOS, /usr/local/share/cmake is a symlink if cmake has been installed through Homebrew, which breaks

set(Sopt_INCLUDE_DIRS "${Sopt_CMAKE_DIR}/../../../include")

in SoptConfig.cmake.

This manifests as an error

[...]/purify/cpp/tests/common_mpi_catch_main.cc:11:10: fatal error: sopt/logging.h: No such file or directory

when building. Workaround is not installing cmake through homebrew.