From 3447f039331dc85b2eedce42aea50b875ef7c5a9 Mon Sep 17 00:00:00 2001 From: hristov Date: Mon, 6 Jul 2009 06:43:25 +0000 Subject: [PATCH] Removing wrong library settings --- EPOS/libEPOS.pkg | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/EPOS/libEPOS.pkg b/EPOS/libEPOS.pkg index 5e1d97c7966..238cea83f0f 100644 --- a/EPOS/libEPOS.pkg +++ b/EPOS/libEPOS.pkg @@ -65,20 +65,6 @@ epos167/4flav/epos.param \ EPOScommon.h eposproc.h \ epos167/epostimer.h -ifeq (g95,$(F77)) -SHLIB += -L$(shell g95 --print-search-dirs | sed -n -e 's/install: //p') -lf95 -else -ifeq (gfortran,$(F77)) -SHLIB := $(shell gfortran -print-file-name=libgfortran.so) -SHLIB += $(shell gfortran -print-file-name=libgfortranbegin.a) -else -SHLIB = -lg2c -SYSLIBS += -lg2c -endif -endif - -SOFLAGS+= $(SHLIB) - ifeq (macosxicc,$(ALICE_TARGET)) PACKFFLAGS := $(filter-out -O%,$(FFLAGS)) -- 2.43.0