SHA256
10
0
forked from pool/YODA
Files
YODA/sover.diff
Atri Bhattacharya 06760d5f86 Accepting request 1098085 from home:badshah400:branches:science
* Update to version 1.9.8.
* Drop YODA-correct-python-platlib.patch: fixed upstream.
* Split out new package, YODA-matplotlib-style, that installs a style file to produce YODA styled plots using matplotlib. 
* autoconf >= 2.71 now required (update BuildRequires).

OBS-URL: https://build.opensuse.org/request/show/1098085
OBS-URL: https://build.opensuse.org/package/show/science/YODA?expand=0&rev=50
2023-07-20 04:24:34 +00:00

18 lines
730 B
Diff

---
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: YODA-1.9.8/src/Makefile.am
===================================================================
--- YODA-1.9.8.orig/src/Makefile.am
+++ YODA-1.9.8/src/Makefile.am
@@ -27,7 +27,7 @@ libYODA_la_SOURCES = \
Point2D.cc \
Point3D.cc
-libYODA_la_LDFLAGS = -avoid-version
+libYODA_la_LDFLAGS = -release ${PACKAGE_VERSION}
libYODA_la_LIBADD = $(builddir)/tinyxml/libyoda-tinyxml.la $(builddir)/yamlcpp/libyoda-yaml-cpp.la $(builddir)/binreloc/libyoda-binreloc.la
libYODA_la_CPPFLAGS = $(AM_CPPFLAGS) -DTIXML_USE_STL -I$(srcdir)/yamlcpp -I$(srcdir) -DYAML_NAMESPACE=YODA_YAML -DDEFAULTDATADIR=\"$(datadir)\" -DDEFAULTLIBDIR=\"$(libdir)\"