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
I am currently using the latest version of DAGMC and I was trying to build the docker image inside the CI directory. Alsmost all commands in the dockerfile were running great except for "RUN mkdir -p ${dagmc_build_dir}/build && ..." :
=> ERROR [dagmc 4/4] RUN mkdir -p /root/build_dir/dagmc/build && ...
Looked at the log and found the following CMAKE error:
Describe the Bug
I am currently using the latest version of DAGMC and I was trying to build the docker image inside the CI directory. Alsmost all commands in the dockerfile were running great except for "RUN mkdir -p ${dagmc_build_dir}/build && ..." :
=> ERROR [dagmc 4/4] RUN mkdir -p /root/build_dir/dagmc/build && ...
Looked at the log and found the following CMAKE error:
CMake Error at cmake/DAGMC_macros.cmake:228 (add_library):
2.944 Cannot find source file:
2.944
2.944 /root/build_dir/dagmc/src/pyne/pyne.cpp
To Reproduce
build from repository root directory with command: docker build -t dagmc -f CI/Dockerfile .
Expected Behavior
Building the Image without errors
The text was updated successfully, but these errors were encountered: