IAP GITLAB

Skip to content
Snippets Groups Projects
Commit c30bff1c authored by Felix Riehn's avatar Felix Riehn Committed by Maximilian Reininghaus
Browse files

refined hack

parent 5edee9ae
No related branches found
No related tags found
1 merge request!441Resolve "gcc12 does not compile boost 1.76.0"
......@@ -9,6 +9,5 @@ if ! conan profile show corsika8 >/dev/null 2>/dev/null; then
conan profile update settings.compiler.libcxx=libstdc++11 corsika8
fi
fi
# force rebuild of cubicinterpolation by removing it first. (see discussion in MR509)
conan remove cubicinterpolation/* --force
conan install -pr corsika8 --build=missing ${DIR}
# force rebuild of cubicinterpolation (see discussion in MR509)
conan install -pr corsika8 --build=missing --build=cubicinterpolation ${DIR}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment