X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=PYTHIA6%2Flibpythia6.pkg;h=6516607c8453701b97be334cc21f5f10fa35277e;hp=41e65dd4d06abef418b150531852425ca7589fd5;hb=3a382e5c38d99df50fb571d42856904b96573b3c;hpb=efaab2ef8e895bb578be7bc9e91aaf971f1be438 diff --git a/PYTHIA6/libpythia6.pkg b/PYTHIA6/libpythia6.pkg index 41e65dd4d06..6516607c845 100644 --- a/PYTHIA6/libpythia6.pkg +++ b/PYTHIA6/libpythia6.pkg @@ -2,11 +2,18 @@ CSRCS:= \ main.c pythia6_address.c FSRCS:= \ -pythia6150.F \ +pythia6203.F \ pythia6_common_block_address.F \ pdf_alice.F\ -tpythia6_called_from_cc.F - +tpythia6_called_from_cc.F\ +openDecayTable.F +ifeq ($(PLATFORM),linux) + GCC_VERSION := $(shell $(CXX) -v 2>&1 | \ + grep version | cut -d' ' -f3) + ifeq ($(GCC_VERSION),2.96) + PACKFFLAGS := $(filter-out -O%,$(FFLAGS)) + endif +endif