Skip to content
Snippets Groups Projects

Fix rivet build for Mac12

Merged Pere Mato Vila requested to merge rivet-fail-mac into master
1 file
+ 11
0
Compare changes
  • Side-by-side
  • Inline
+ 11
0
--- configure.ac.orig 2022-06-27 22:46:17.000000000 +0200
+++ configure.ac 2022-06-27 22:47:34.000000000 +0200
@@ -216,7 +216,7 @@
if test "$fjmajor" -lt 3; then
AC_MSG_ERROR([FastJet version 3.0.0 or later is required])
fi
- FASTJETLIBADD="$($FJCONFIG --plugins --shared --libs | sed 's/\S*\/gcc\/\S*//g')"
+ FASTJETLIBADD="$($FJCONFIG --plugins --shared --libs)"
else
FASTJETLIBADD="-L$FASTJETLIBPATH -l$FASTJETLIBNAME"
FASTJETLIBADD="$FASTJETLIBADD -lSISConePlugin -lsiscone -lsiscone_spherical"
Loading