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
m-giraud edited this page Apr 23, 2026
·
1 revision
CPlantBox can be installed on Mac using the instructions written in the README page.
If your clang is not within the ascepted range (>=15, <=18), you can install another version with homebrew:
brew install llvm@18
Then, if you want to install dumux-rosi, go to the file "dumux-rosi/cmake.opts" and replace these lines:
SPECIFIC_COMPILER=""
# if you want to specify a specific compiler, do it by setting (comment the above line)
#SPECIFIC_COMPILER="
# -DCMAKE_CXX_COMPILER=/usr/bin/clang++
#"
# -DCMAKE_C_COMPILER=/usr/bin/gcc-8