SOURCES: python-pypar-build.patch - fix for baggins

patrys patrys at pld-linux.org
Tue Sep 4 16:53:55 CEST 2007


Author: patrys                       Date: Tue Sep  4 14:53:55 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix for baggins

---- Files affected:
SOURCES:
   python-pypar-build.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/python-pypar-build.patch
diff -u SOURCES/python-pypar-build.patch:1.1 SOURCES/python-pypar-build.patch:1.2
--- SOURCES/python-pypar-build.patch:1.1	Tue Sep  4 16:33:56 2007
+++ SOURCES/python-pypar-build.patch	Tue Sep  4 16:53:50 2007
@@ -1,5 +1,14 @@
 --- 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
+@@ -135,7 +135,7 @@
+     if os.name == 'posix' and os.uname()[4] == 'x86_64':
+         #Extra flags for 64 bit architectures
+         #extra_compile_args = ' -fPIC -m64' #Valid for gcc        
+-        extra_compile_args = ' -fPIC -tp amd64' #Valid for pgcc
++        extra_compile_args = ['-fPIC', '-tp', 'amd64'] #Valid for pgcc
+     else:
+         extra_compile_args = None
+ 
 @@ -152,7 +152,7 @@
            package_dir = {'': 'lib'},
            packages  = ['pypar'],
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/python-pypar-build.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list