]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PYTHIA6/libpythia6.pkg
A bug concerning the calculation of the track length and time-of-flight hypotheses...
[u/mrichter/AliRoot.git] / PYTHIA6 / libpythia6.pkg
index 41e65dd4d06abef418b150531852425ca7589fd5..6516607c8453701b97be334cc21f5f10fa35277e 100644 (file)
@@ -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