Hi all,
I am having an installation error with opencarp where when I try to build using cmake I get the following error:
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #5620f4}
p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; min-height: 13.0px}
span.s1 {font-variant-ligatures: no-common-ligatures}
span.s2 {font-variant-ligatures: no-common-ligatures; color: #000000}
span.s3 {font-variant-ligatures: no-common-ligatures; color: #ca3323}
macbook-pro-82:openCARP sushruthmanchineella$ cmake --build _build
[ 10%] Built target param
[ 12%] Built target param-bin
[ 13%] Built target carp
[ 17%] Built target numerics
[ 19%] Built target fem
[ 68%] Built target limpet
[ 70%] Built target physics
[ 71%] Built target simulator
[ 71%] Built target opencarp-bin
[ 75%] Built target bench-bin
[ 76%] Built target igbutils_common
[ 78%] Built target igbapd-bin
[ 80%] Built target igbextract-bin
[ 82%] Built target muparser
[ 85%] Built target igbops-bin
[ 86%] Built target igbhead-bin
[ 87%] Built target mesher
[ 89%] Built target mesher-bin
[ 90%] Performing update step for 'meshtool'
[ 90%] No patch step for 'meshtool'
[ 90%] No configure step for 'meshtool'
[ 91%] Performing build step for 'meshtool'
* compiling: modes/clean_mode.cpp
* compiling: modes/convert_mode.cpp
* compiling: modes/collect_mode.cpp
* compiling: modes/extract_mode.cpp
* compiling: modes/generate_mode.cpp
* compiling: modes/interpolate_mode.cpp
* compiling: modes/insert_mode.cpp
* compiling: modes/itk_mode.cpp
clangclangclangclangclang: clangclang: : : : clang: : : errorerror: errorerror: : error: : error: error: error: unsupported option '-fopenmp'
unsupported option '-fopenmp'unsupported option '-fopenmp'unsupported option '-fopenmp'
unsupported option '-fopenmp'
unsupported option '-fopenmp'
unsupported option '-fopenmp'
unsupported option '-fopenmp'
make[4]: *** [modes/clean_mode.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [modes/collect_mode.o] Error 1
make[4]: *** [modes/extract_mode.o] Error 1
make[4]: *** [modes/generate_mode.o] Error 1
make[4]: *** [modes/insert_mode.o] Error 1
make[4]: *** [modes/interpolate_mode.o] Error 1
make[4]: *** [modes/itk_mode.o] Error 1
make[4]: *** [modes/convert_mode.o] Error 1
make[3]: *** [parbuild] Error 2
gmake[2]: *** [external/CMakeFiles/meshtool.dir/build.make:86: external/meshtool/src/meshtool-stamp/meshtool-build] Error 2
gmake[1]: *** [CMakeFiles/Makefile2:825: external/CMakeFiles/meshtool.dir/all] Error 2
gmake: *** [Makefile:156: all] Error 2
I am running python 3.8 and have also run brew install llvm as well as installed and linked g++. Please let me know if anyone knows how to correct this error.