Skip to content

Commit

Permalink
Bupm fastjet to v3.4.0_1.045-alice1 (alisw#3834)
Browse files Browse the repository at this point in the history
Co-authored-by: hristov <[email protected]>
  • Loading branch information
pzhristov and hristov authored Feb 11, 2022
1 parent 4227483 commit 6321d3a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions defaults-generators.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ overrides:
requires:
- GCC-Toolchain:(?!osx)
fastjet:
tag: v3.3.3_1.042-alice1
version: v3.3.3_1.042-alice1
tag: v3.4.0_1.045-alice1
version: v3.4.0_1.045-alice1
pythia:
requires:
- lhapdf
Expand Down
2 changes: 1 addition & 1 deletion defaults-o2-epn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ overrides:
cgal:
version: 4.12.2
fastjet:
tag: v3.3.3_1.042-alice1
tag: v3.4.0_1.045-alice1
pythia:
requires:
- lhapdf
Expand Down
2 changes: 1 addition & 1 deletion defaults-o2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ overrides:
cgal:
version: 4.12.2
fastjet:
tag: v3.3.3_1.042-alice1
tag: v3.4.0_1.045-alice1
pythia:
requires:
- lhapdf
Expand Down
3 changes: 2 additions & 1 deletion fastjet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ pushd fastjet
${GMP_ROOT:+--with-cgal-gmpdir=$GMP_ROOT} \
${MPFR_ROOT:+--with-cgal-mpfrdir=$MPFR_ROOT}} \
--prefix=$INSTALLROOT \
--enable-allcxxplugins
--enable-allcxxplugins \
--disable-auto-ptr
fi
make ${JOBS:+-j$JOBS}
make install
Expand Down

0 comments on commit 6321d3a

Please sign in to comment.