Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:badshah400:lapack2023:Leap15
pythia
pythia-examples-link-gmp.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pythia-examples-link-gmp.patch of Package pythia
Index: pythia8310/examples/Makefile =================================================================== --- pythia8310.orig/examples/Makefile +++ pythia8310/examples/Makefile @@ -107,7 +107,7 @@ endif # FASTJET3. main71 main72 main75 main81 main82 main83: $(PYTHIA) $$@.cc ifeq ($(FASTJET3_USE),true) - $(CXX) $@.cc -o $@ -w $(CXX_COMMON) $(FASTJET3_INCLUDE) $(FASTJET3_LIB) + $(CXX) $@.cc -o $@ -w $(CXX_COMMON) $(FASTJET3_INCLUDE) $(FASTJET3_LIB) -lgmp else $(error Error: $@ requires FASTJET3) endif @@ -116,7 +116,7 @@ endif main74: $(PYTHIA) $$@.cc ifeq ($(FASTJET3_USE),true) $(CXX) $@.cc -o $@ -w $(CXX_COMMON) $(FASTJET3_INCLUDE)\ - $(FASTJET3_LIB) -lfastjettools -lRecursiveTools + $(FASTJET3_LIB) -lfastjettools -lRecursiveTools -lgmp else $(error Error: $@ requires FASTJET3) endif @@ -125,7 +125,7 @@ endif main84: $(PYTHIA) $$@.cc ifeq ($(FASTJET3_USE)$(HEPMC3_USE),truetrue) $(CXX) $@.cc -o $@ -w $(CXX_COMMON) $(FASTJET3_INCLUDE)\ - $(HEPMC3_INCLUDE) $(FASTJET3_LIB) $(HEPMC3_LIB) + $(HEPMC3_INCLUDE) $(FASTJET3_LIB) $(HEPMC3_LIB) -lgmp else $(error Error: $@ requires FASTJET3 and HEPMC3) endif
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor