* Use default python3-Cython for builds instead of pinning to python3-Cython < 3. * Minor rebase of sover.diff to apply cleanly against new version. * Add YODA.rpmlintrc to suppress false warning from rpmlint about requiring explicit lib, where python3-matplotlib is a python module, and not a lib, despite its name. * Build with hdf5 support for Leap 16 and Tumbleweed. OBS-URL: https://build.opensuse.org/package/show/science/YODA?expand=0&rev=60
18 lines
558 B
Diff
18 lines
558 B
Diff
---
|
|
src/Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: YODA-2.1.0/src/Makefile.am
|
|
===================================================================
|
|
--- YODA-2.1.0.orig/src/Makefile.am
|
|
+++ YODA-2.1.0/src/Makefile.am
|
|
@@ -18,7 +18,7 @@ libYODA_la_SOURCES = \
|
|
WriterFLAT.cc \
|
|
Counter.cc
|
|
|
|
-libYODA_la_LDFLAGS = -avoid-version
|
|
+libYODA_la_LDFLAGS = -release ${PACKAGE_VERSION}
|
|
libYODA_la_LIBADD = $(builddir)/binreloc/libyoda-binreloc.la
|
|
if !WITH_YAML_CPP
|
|
libYODA_la_LIBADD += $(builddir)/yamlcpp/libyoda-yaml-cpp.la
|