Accepting request 284574 from home:Dmitry_R:branches:science
- Update to version 2.3.2
* Update mgltex.
* Add reading files with complex numbers by 'read' command.
* Parallelize reading textual data files.
* Add 'i','j','k' variables for data filling.
* Add saving images in QMathGL even if corresponding format
support is disabled.
* Add cmake option MGL_DEF_FONT to change default font name
or use built-in one (if MGL_DEF_FONT is empty).
* Compatibility changes and bugfixes.
* Update mathgl-fix-python-module-path.patch
- Add mathgl-tex subpackage
- Set correct path to texmf directory
* mathgl-texmf-dir.patch
- Fix package descriptions
OBS-URL: https://build.opensuse.org/request/show/284574
OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=57
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
Index: mathgl-2.3/lang/CMakeLists.txt
|
||||
Index: mathgl-2.3.2/lang/CMakeLists.txt
|
||||
===================================================================
|
||||
--- mathgl-2.3.orig/lang/CMakeLists.txt
|
||||
+++ mathgl-2.3/lang/CMakeLists.txt
|
||||
@@ -36,7 +36,7 @@ if(enable-python)
|
||||
--- mathgl-2.3.2.orig/lang/CMakeLists.txt
|
||||
+++ mathgl-2.3.2/lang/CMakeLists.txt
|
||||
@@ -39,7 +39,7 @@ if(enable-python)
|
||||
|
||||
include_directories(${PYTHON_INCLUDE_DIR})
|
||||
include_directories(${PYTHON_INCLUDE_DIR} ${NUMPY_INCLUDE_PATH})
|
||||
execute_process(
|
||||
- COMMAND ${PYTHON_EXECUTABLE} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(prefix='${CMAKE_INSTALL_PREFIX}')"
|
||||
+ COMMAND ${PYTHON_EXECUTABLE} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(get_python_lib(1),prefix='${CMAKE_INSTALL_PREFIX}')"
|
||||
|
||||
Reference in New Issue
Block a user