]> git.pld-linux.org Git - packages/avogadro.git/commitdiff
- fix python module install auto/th/avogadro-1.0.3-16
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 27 Dec 2015 11:56:18 +0000 (12:56 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 27 Dec 2015 11:56:18 +0000 (12:56 +0100)
- rel 16

avogadro.spec
python-install.patch [new file with mode: 0644]

index 6f83ff5aaf6002a960bc95a51fcf95ae3dd273f6..4fbb6997514e255424f8480bf34763da354b76eb 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       An advanced molecular editor for chemical purposes
 Name:          avogadro
 Version:       1.0.3
-Release:       15
+Release:       16
 License:       GPL v2
 Group:         Applications/Editors
 Source0:       http://downloads.sourceforge.net/avogadro/%{name}-%{version}.tar.bz2
@@ -10,6 +10,7 @@ Patch0:               %{name}-linguist.patch
 Patch1:                %{name}-cmake.patch
 Patch2:                %{name}-moc-boost.patch
 Patch3:                link-X11.patch
+Patch4:                python-install.patch
 URL:           http://avogadro.openmolecules.net/
 BuildRequires: QtNetwork-devel
 BuildRequires: QtOpenGL-devel
@@ -61,6 +62,7 @@ libraries.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 install -d build
diff --git a/python-install.patch b/python-install.patch
new file mode 100644 (file)
index 0000000..5e6c96e
--- /dev/null
@@ -0,0 +1,11 @@
+--- avogadro-1.0.3/libavogadro/src/python/CMakeLists.txt~      2011-04-25 07:22:18.000000000 +0200
++++ avogadro-1.0.3/libavogadro/src/python/CMakeLists.txt       2015-12-27 12:52:50.039007792 +0100
+@@ -25,7 +25,7 @@
+ # Let's try to use this instead:
+ EXECUTE_PROCESS(COMMAND ${PYTHON_EXECUTABLE} -c
+-    "from sys import stdout; from distutils import sysconfig; stdout.write(sysconfig.get_python_lib(1))"
++    "from sys import stdout; from distutils import sysconfig; stdout.write(sysconfig.get_python_lib(plat_specific=1, prefix='/usr'))"
+     OUTPUT_VARIABLE PYTHON_LIB_PATH)
+ message(STATUS "Python site-packages directory: ${PYTHON_LIB_PATH}")
This page took 0.068159 seconds and 4 git commands to generate.