Skip to content
Snippets Groups Projects
Verified Commit de1f87ac authored by Matthew Feickert's avatar Matthew Feickert
Browse files

Turn on C++17 build

parent d736eb86
Branches
No related tags found
No related merge requests found
Pipeline #2697518 failed
......@@ -24,6 +24,7 @@ RUN yum update -y && \
python -m pip --no-cache-dir install --upgrade pip setuptools wheel && \
python -m pip --no-cache-dir install --requirement /tmp/requirements.txt && \
python -m pip list && \
source scl_source enable devtoolset-8 && \
mkdir /code && \
cd /code && \
git clone --depth 1 "${GIT_PROJECT_URL}" \
......@@ -34,8 +35,8 @@ RUN yum update -y && \
-Dall=OFF \
-Dsoversion=ON \
-Dgsl_shared=ON \
-DCMAKE_CXX_STANDARD=11 \
-Droot7=OFF \
-DCMAKE_CXX_STANDARD=17 \
-Droot7=ON \
-Dfortran=ON \
-Droofit=ON \
-Droostats=ON \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment