summaryrefslogtreecommitdiff
path: root/math/py-numpy/files/patch-numpy-distutils-system_info.py
blob: b5c52e19028564830a7f1b3f927633913d0ffd6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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*'])