SHA256
10
0
forked from pool/Rivet
Files
Rivet/sover.diff
Atri Bhattacharya 72497ed6ef Accepting request 1268182 from home:badshah400:rivet
* Add Rivet-fix-hepmc-tests.patch -- Use deduce_reader in API tests for HepMC 3.3.x compatibility; part of upstream commit ca0d57ca to release-4-0-x development branch.
* Add Rivet-disable-testCmdLine.patch -- Disable an outdated and failing test

OBS-URL: https://build.opensuse.org/request/show/1268182
OBS-URL: https://build.opensuse.org/package/show/science/Rivet?expand=0&rev=62
2025-04-09 15:55:45 +00:00

18 lines
532 B
Diff

---
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: Rivet-3.1.11/src/Makefile.am
===================================================================
--- Rivet-3.1.11.orig/src/Makefile.am
+++ Rivet-3.1.11/src/Makefile.am
@@ -4,7 +4,7 @@ lib_LTLIBRARIES = libRivet.la
libRivet_la_SOURCES =
-libRivet_la_LDFLAGS = -export-dynamic -avoid-version -L$(YODALIBPATH)
+libRivet_la_LDFLAGS = -export-dynamic -release ${PACKAGE_VERSION} -L$(YODALIBPATH)
libRivet_la_LIBADD = \
Core/libRivetCore.la \