Skip to content
Snippets Groups Projects
Commit d4ab049d authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Fix a typo

parent df5e765a
No related tags found
1 merge request!2Allow nanoflann and alglib to be external packages
Pipeline #75917 passed
......@@ -4,10 +4,10 @@ before_script: &before
- duneci-install-module https://gitlab.dune-project.org/extensions/dune-foamgrid.git
- duneci-install-module https://gitlab.dune-project.org/extensions/dune-vtk.git
- git clone https://ci:${NANOFLANN_ACCESS_TOKEN}@gitlab.dune-project.org/simon.praetorius/nanoflann.git /tmp/nanoflann
- cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_STANDARD=20 -DCMAKE_CXX_COMPILER=g++-12 -DCMAKE_INSTALL_PREFIX=/duneci/lib/nanoflann -B /tmp/nanoflann-build -S /tmp/nanoflann
- cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_STANDARD=20 -DCMAKE_CXX_COMPILER=g++-12 -DCMAKE_INSTALL_PREFIX=/duneci/libs/nanoflann -B /tmp/nanoflann-build -S /tmp/nanoflann
- cmake --build /tmp/nanoflann-build && cmake --install /tmp/nanoflann-build
- git clone https://ci:${ALGLIB_ACCESS_TOKEN}@gitlab.dune-project.org/simon.praetorius/alglib.git /tmp/alglib
- cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_STANDARD=20 -DCMAKE_CXX_COMPILER=g++-12 -DCMAKE_INSTALL_PREFIX=/duneci/lib/alglib -B /tmp/alglib-build -S /tmp/alglib
- cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_STANDARD=20 -DCMAKE_CXX_COMPILER=g++-12 -DCMAKE_INSTALL_PREFIX=/duneci/libs/alglib -B /tmp/alglib-build -S /tmp/alglib
- cmake --build /tmp/alglib-build && cmake --install /tmp/alglib-build
......
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