Skip to content
Snippets Groups Projects
Commit 32adf573 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Merge branch 'v3.0-stable' into 'master'

Fix issue where Juggler isn't properly installed

See merge request !71
parents 0fe8199b 7c6d3539
No related branches found
No related tags found
1 merge request!71Fix issue where Juggler isn't properly installed
3.0.0
3.0.3
......@@ -22,12 +22,13 @@ RUN cd /tmp
&& rm -rf build NPDet \
&& echo "INSTALLING EICD" \
&& git clone -b ${EICD_VERSION} https://eicweb.phy.anl.gov/EIC/eicd.git \
&& cmake -B build -S eicd -DCMAKE_CXX_STANDARD=17 \
&& cmake -B build -S eicd -DCMAKE_CXX_STANDARD=17 \
&& cmake --build build -j12 -- install \
&& rm -rf build eicd \
&& echo "INSTALLING JUGGLER" \
&& git clone -b ${JUGGLER_VERSION} https://eicweb.phy.anl.gov/EIC/juggler.git \
&& cmake -B build -S juggler -DCMAKE_CXX_STANDARD=17 \
&& cmake -B build -S juggler \
-DCMAKE_CXX_STANDARD=17 -DCMAKE_INSTALL_PREFIX=/usr/local \
&& cmake --build build -j12 -- install \
&& rm -rf build juggler
......
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