ports/math/py-numpy/files/patch-numpy-distutils-system_info.py
Soeren Straarup 3f5be36426 Update to version 1.0
Change maintainer

PR:		106551
Submitted by:	Diane Bruce <db@db.net>
Approved by:	tmclaugh (implicit)
2006-12-30 16:02:58 +00:00

11 lines
535 B
Python

--- numpy/distutils/system_info.py.orig Tue Oct 3 00:35:22 2006
+++ numpy/distutils/system_info.py Sat Dec 9 22:51:47 2006
@@ -860,6 +860,8 @@
atlas_1 = None
for d in lib_dirs:
atlas = self.check_libs2(d,atlas_libs,[])
+ if atlas is not None:
+ atlas['libraries'].extend(['g2c', 'm', 'pthread'])
lapack_atlas = self.check_libs2(d,['lapack_atlas'],[])
if atlas is not None:
lib_dirs2 = [d] + self.combine_paths(d,['atlas*','ATLAS*'])