[Rivet-svn] r3918 - bootstrap

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Aug 29 17:41:42 BST 2012


Author: hoeth
Date: Wed Aug 29 17:41:42 2012
New Revision: 3918

Log:
remove obsolete configure option dating back to the time before 1.3.0

Modified:
   bootstrap/rivet-bootstrap

Modified: bootstrap/rivet-bootstrap
==============================================================================
--- bootstrap/rivet-bootstrap	Fri Aug 24 15:44:23 2012	(r3917)
+++ bootstrap/rivet-bootstrap	Wed Aug 29 17:41:42 2012	(r3918)
@@ -556,9 +556,6 @@
         if opts.GSL_DIR:
             logging.debug("Using GSL path: " + opts.GSL_DIR)
             RIVET_CONFIGURE_FLAGS += " --with-gsl=%s" % opts.GSL_DIR
-            ## TODO: Remove for Rivet >= 1.3.0
-            if not opts.DEV_MODE:
-                RIVET_CONFIGURE_FLAGS += " --with-gslcblas=%s" % opts.GSL_DIR
         conf_mk_mkinst(os.path.join(BUILDDIR, "rivet"), RIVET_CONFIGURE_FLAGS)
 
 


More information about the Rivet-svn mailing list