* Minor rebase of all patches for update. * Major rebase of pythia-examples-link-gmp.patch to apply against updated make file. * Revise disabled tests for %check. OBS-URL: https://build.opensuse.org/package/show/science/pythia?expand=0&rev=63
18 lines
681 B
Diff
18 lines
681 B
Diff
---
|
|
examples/Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: pythia8313/examples/Makefile
|
|
===================================================================
|
|
--- pythia8313.orig/examples/Makefile
|
|
+++ pythia8313/examples/Makefile
|
|
@@ -55,7 +55,7 @@ HEPMC2_OPTS=$(HEPMC2_INCLUDE) $(HEPMC2_L
|
|
HEPMC3_OPTS=$(HEPMC3_INCLUDE) $(HEPMC3_LIB) -DHEPMC3
|
|
HDF5_OPTS=$(HDF5_INCLUDE) $(HIGHFIVE_INCLUDE) $(MPICH_INCLUDE)
|
|
HDF5_OPTS+= $(HDF5_LIB) -DHDF5
|
|
-FASTJET3_OPTS=$(FASTJET3_INCLUDE) $(FASTJET3_LIB)
|
|
+FASTJET3_OPTS=$(FASTJET3_INCLUDE) $(FASTJET3_LIB) -lgmp
|
|
ifeq ($(ROOT_USE),true)
|
|
ROOT_OPTS=$(ROOT_LIB) $(shell $(ROOT_CONFIG) --cflags --glibs) -DPY8ROOT
|
|
endif
|