|
[Rivet-svn] rivet: 2 new changesetsRivet Mercurial rivet at projects.hepforge.orgTue Jul 3 13:15:02 BST 2018
details: https://rivet.hepforge.org/hg/rivet/rev/896caadab831 branches: multiweight changeset: 6364:896caadab831 user: David Grellscheid <david.grellscheid at durham.ac.uk> date: Tue Jul 03 13:08:26 2018 +0100 description: Remove unused files details: https://rivet.hepforge.org/hg/rivet/rev/17da8e45ec0f branches: multiweight changeset: 6365:17da8e45ec0f user: David Grellscheid <david.grellscheid at durham.ac.uk> date: Tue Jul 03 13:10:09 2018 +0100 description: Clean up any scripts still mentioning gsl in comments diffs (truncated from 524 to 50 lines): --- a/bin/rivet-buildplugin.in Tue Jul 03 12:58:42 2018 +0100 +++ b/bin/rivet-buildplugin.in Tue Jul 03 13:10:09 2018 +0100 @@ -169,10 +169,6 @@ test -n "$iyoda" && mycppflags="$mycppflags -I${iyoda}" ifastjet="@FASTJETINCPATH@" test -n "$ifastjet" && mycppflags="$mycppflags -I${ifastjet}" -# igsl="@GSLINCPATH@" -# test -n "$igsl" && mycppflags="$mycppflags -I${igsl}" -# iboost="@BOOST_CPPFLAGS@" -# test -n "$iboost" && mycppflags="$mycppflags ${iboost}" ## Get Rivet system linker flags (duplicating that in rivet-config.in) myldflags="" --- a/bin/rivet-config.in Tue Jul 03 12:58:42 2018 +0100 +++ b/bin/rivet-config.in Tue Jul 03 13:10:09 2018 +0100 @@ -82,10 +82,6 @@ test -n "$iyoda" && OUT="$OUT -I${iyoda}" ifastjet="@FASTJETINCPATH@" test -n "$ifastjet" && OUT="$OUT -I${ifastjet}" - # igsl="@GSLINCPATH@" - # test -n "$igsl" && OUT="$OUT -I${igsl}" - # iboost="@BOOST_CPPFLAGS@" - # test -n "$iboost" && OUT="$OUT ${iboost}" fi tmp=$( echo "$*" | egrep -- '--\<ldflags\>|--\<libs\>') @@ -98,8 +94,6 @@ test -n "$lyoda" && OUT="$OUT -L${lyoda} -lYODA" lfastjet="@FASTJETCONFIGLIBADD@" test -n "$lfastjet" && OUT="$OUT ${lfastjet}" - # lgsl="@GSLLIBPATH@" - # test -n "$lgsl" && OUT="$OUT -L${lgsl}" fi tmp=$( echo "$*" | egrep -- '--\<libs\>|--\<ldadd\>') --- a/configure.ac Tue Jul 03 12:58:42 2018 +0100 +++ b/configure.ac Tue Jul 03 13:10:09 2018 +0100 @@ -147,15 +147,6 @@ CPPFLAGS=$oldCPPFLAGS -# ## GNU Scientific Library -# AC_SEARCH_GSL -# AC_CEDAR_HEADERS([gsl], , , [AC_MSG_ERROR([GSL (GNU Scientific Library) is required])]) -# oldCPPFLAGS=$CPPFLAGS -# CPPFLAGS="$CPPFLAGS -I$GSLINCPATH" -# AC_CHECK_HEADER([gsl/gsl_vector.h], [], [AC_MSG_ERROR([GSL vectors not found.])]) -# CPPFLAGS=$oldCPPFLAGS - -
More information about the Rivet-svn mailing list |