Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.

Commit

Permalink
Fix ROOT build script
Browse files Browse the repository at this point in the history
Fix typo with the linker and remove ROOFIT to save space (as it's not
needed for our purposes).
  • Loading branch information
raymondEhlers committed Dec 15, 2018
1 parent 9b7eabc commit d967dda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/buildScripts/buildRoot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ cmake "$SRC" \
-Dbuiltin_pcre=ON \
-DCMAKE_CXX_COMPILER=g++ \
-DCMAKE_C_COMPILER=gcc \
-DCMAKE_LINKER=$gcc \
-DCMAKE_F_COMPILER=gfortran \
-Dpgsql=OFF \
-Dminuit2=ON \
-Dpythia6_nolink=ON \
-Droofit=ON \
-Droofit=OFF \
-Dhttp=ON \
-Dsoversion=ON \
-Dshadowpw=OFF \
Expand Down

0 comments on commit d967dda

Please sign in to comment.