mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
Change maintainer PR: 106551 Submitted by: Diane Bruce <db@db.net> Approved by: tmclaugh (implicit)
11 lines
535 B
Python
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*'])
|