]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing wrong library settings
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 6 Jul 2009 06:43:25 +0000 (06:43 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 6 Jul 2009 06:43:25 +0000 (06:43 +0000)
EPOS/libEPOS.pkg

index 5e1d97c7966b04b6899bf863034b2a49b2dbb6bb..238cea83f0fa63b11f7a14c6a6f90f1fdd2c498e 100644 (file)
@@ -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))