-
Notifications
You must be signed in to change notification settings - Fork 59
Description
I tried to compile opencmiss iron (ubuntu 18.04, gcc-9, gfortran 9) by first setting up arch path:
-
cd setup-build
-
cmake -DOPENCMISS_ROOT=../opencmiss -DOPENCMISS_LIBRARIES=iron
.-DOPENCMISS_PERFORM_INITIAL_BUILD=False ./setup -
make VERBOSE=1
-
cd ../../build/manage/release
cmake .
-
make create_config
-
make build_config
The compiler fails at OC_GDCM:
Scanning dependencies of target OC_GDCM-ABI
[ 15%] Creating directories for 'OC_GDCM-ABI'
[ 17%] No download step for 'OC_GDCM-ABI'
[ 17%] No patch step for 'OC_GDCM-ABI'
[ 17%] No update step for 'OC_GDCM-ABI'
[ 17%] Performing configure step for 'OC_GDCM-ABI'
-- OC_GDCM-ABI configure command succeeded. See also /home/unimelb.edu.au/vrajagopal/applications/opencmiss_install/opencmiss/build/x86_64_linux/gnu-C9.0-gnu-F9.0/no_mpi/dependencies/gdcm-abi/release/extproj/stamp/OC_GDCM-ABI-configure-*.log
[ 17%] Performing build step for 'OC_GDCM-ABI'
CMake Error at extproj/stamp/OC_GDCM-ABI-build-Release.cmake:49 (message):
Command failed: 2
'/usr/local/bin/cmake' '--build' '/home/unimelb.edu.au/vrajagopal/applications/opencmiss_install/opencmiss/build/x86_64_linux/gnu-C9.0-gnu-F9.0/no_mpi/dependencies/gdcm-abi/release' '--' '-j8'
See also
/home/unimelb.edu.au/vrajagopal/applications/opencmiss_install/opencmiss/build/x86_64_linux/gnu-C9.0-gnu-F9.0/no_mpi/dependencies/gdcm-abi/release/extproj/stamp/OC_GDCM-ABI-build-*.log
CMakeFiles/OC_GDCM-ABI.dir/build.make:114: recipe for target '/home/unimelb.edu.au/vrajagopal/applications/opencmiss_install/opencmiss/build/x86_64_linux/gnu-C9.0-gnu-F9.0/no_mpi/dependencies/gdcm-abi/release/extproj/stamp/OC_GDCM-ABI-build' failed
make[6]: *** [/home/unimelb.edu.au/vrajagopal/applications/opencmiss_install/opencmiss/build/x86_64_linux/gnu-C9.0-gnu-F9.0/no_mpi/dependencies/gdcm-abi/release/extproj/stamp/OC_GDCM-ABI-build] Error 1
CMakeFiles/Makefile2:3104: recipe for target 'CMakeFiles/OC_GDCM-ABI.dir/all' failed