* add package evtgen fix formatting add evtgen dependencies and update pythia8 fix formatting * [evtgen] update versions * [pythia8] add 'without-PACKAGE' args * fix formatting * Add LHAPDF Co-authored-by: iarspider * Add package whizard fix formatting * [pyhtia8, evtgen] add conflict msg re: circular dependencies * [pyhtia8, evtgen] fix conflicts * [pyhtia8, evtgen] fix msg string * Set pythia8 default to ~evtgen
23 lines
613 B
Diff
23 lines
613 B
Diff
diff --git a/configure b/configure
|
|
index 375e3b7..e47deac 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -196,7 +196,7 @@ echo "Platform is $ARCH"
|
|
FFLAGS="${FFLAGS_OPT}"
|
|
CFLAGS="${CFLAGS_OPT}"
|
|
CXXFLAGS="${CXXFLAGS_OPT}"
|
|
-FLIBS="-lfrtbegin -lg2c"
|
|
+#FLIBS="-lfrtbegin -lg2c"
|
|
SOFLAGS="-soname"
|
|
|
|
if [ ${COMPMODE} = OPT ]; then
|
|
@@ -213,7 +213,7 @@ if [ $ARCH = Linux ]; then
|
|
FFLAGS="${FFLAGS_OPT} -Wno-globals"
|
|
CFLAGS="${CFLAGS_OPT}"
|
|
CXXFLAGS="${CXXFLAGS_OPT}"
|
|
- FLIBS="-lfrtbegin -lg2c"
|
|
+ #FLIBS="-lfrtbegin -lg2c"
|
|
if [ ${COMPMODE} = OPT ]; then
|
|
FFLAGS="${FFLAGS_OPT}"
|
|
CFLAGS="${CFLAGS_OPT}"
|