Skip to content

Commit

Permalink
Update graniitti.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Sergio Garcia <[email protected]>
  • Loading branch information
pbuehler and singiamtel authored Nov 28, 2024
1 parent a58674d commit 3d7e8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graniitti.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ mkdir -p $INSTALLROOT/obj/bin
# compile gr
export HEPMC3SYS=$HEPMC3_ROOT
export LHAPDFSYS=$LHAPDF_ROOT
make -C $INSTALLROOT -j8 CXX_ROOT=c++2a
make -C $INSTALLROOT ${JOBS+-j$JOBS} CXX_ROOT=c++2a

# clean INSTALLDIR
rm $INSTALLROOT/src $INSTALLROOT/include $INSTALLROOT/libs
Expand Down

0 comments on commit 3d7e8c2

Please sign in to comment.