|
[Rivet-svn] r2223 - bootstrapblackhole at projects.hepforge.org blackhole at projects.hepforge.orgWed Jan 20 16:54:56 GMT 2010
Author: fsiegert Date: Wed Jan 20 16:54:56 2010 New Revision: 2223 Log: if gsl directory is passed to rivet-bootstrap, also pass with-gslcblas to rivet's configure Modified: bootstrap/rivet-bootstrap Modified: bootstrap/rivet-bootstrap ============================================================================== --- bootstrap/rivet-bootstrap Tue Jan 19 09:48:22 2010 (r2222) +++ bootstrap/rivet-bootstrap Wed Jan 20 16:54:56 2010 (r2223) @@ -518,6 +518,7 @@ RIVET_CONFIGURE_FLAGS += " --with-fastjet=%s" % FASTJETPATH if opts.GSL_DIR: RIVET_CONFIGURE_FLAGS += " --with-gsl=%s" % opts.GSL_DIR + RIVET_CONFIGURE_FLAGS += " --with-gslcblas=%s" % opts.GSL_DIR RIVET_CONFIGURE_FLAGS += " --disable-pdfmanual" conf_mk_mkinst(os.path.join(BUILDDIR, "rivet"), RIVET_CONFIGURE_FLAGS)
More information about the Rivet-svn mailing list |