Files
mathgl/udav-help-path.patch
Atri Bhattacharya 673fd2b45a Accepting request 943351 from home:badshah400:branches:science
* Update to version 2.5.
* Minor rebase of mathgl-fix-python-module-path.patch to apply cleanly against updated version.
* Bump library so version appropriately.
* Enable python3 bindings: now supported by upstream; build only for default python3 flavour.
* Disable python bindings for Leap, since python >= 3.8 is required whereas Leap 15.2/3 only have python 3.6.
* Re-enable octave bindings.
* Rename python sub-package to have name consistent with openSUSE's python3 package naming guidelines.
* Update _constraints to require 8 GB disk space as required by updated version.
* Drop sed fix for location of numpy header file: no longer needed.

OBS-URL: https://build.opensuse.org/request/show/943351
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=111
2022-01-10 23:56:54 +00:00

14 lines
466 B
Diff

Index: mathgl-2.4.4+svn1661/udav/udav_wnd.h
===================================================================
--- mathgl-2.4.4+svn1661.orig/udav/udav_wnd.h
+++ mathgl-2.4.4+svn1661/udav/udav_wnd.h
@@ -26,7 +26,7 @@
#ifdef WIN32
#define MGL_DOC_DIR ""
#else
-#define MGL_DOC_DIR "/usr/local/share/doc/mathgl/"
+#define MGL_DOC_DIR "/usr/share/doc/packages/mathgl/"
#endif
#endif
//-----------------------------------------------------------------------------