SOURCES: python-pypar-build.patch (NEW) - build in proper dir
baggins
baggins at pld-linux.org
Tue Sep 4 16:34:01 CEST 2007
Author: baggins Date: Tue Sep 4 14:34:01 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- build in proper dir
---- Files affected:
SOURCES:
python-pypar-build.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/python-pypar-build.patch
diff -u /dev/null SOURCES/python-pypar-build.patch:1.1
--- /dev/null Tue Sep 4 16:34:01 2007
+++ SOURCES/python-pypar-build.patch Tue Sep 4 16:33:56 2007
@@ -0,0 +1,11 @@
+--- pypar_1.9.3/setup.py~ 2006-08-08 08:28:00.000000000 +0200
++++ pypar_1.9.3/setup.py 2007-09-04 16:27:54.000000000 +0200
+@@ -152,7 +152,7 @@
+ package_dir = {'': 'lib'},
+ packages = ['pypar'],
+ ext_modules = [Extension('pypar.mpiext',
+- ['mpiext.c'],
++ ['lib/pypar/mpiext.c'],
+ include_dirs=mpi_flags['inc_dirs'],
+ library_dirs=mpi_flags['lib_dirs'],
+ libraries=mpi_flags['libs'],
================================================================
More information about the pld-cvs-commit
mailing list