summaryrefslogtreecommitdiff
path: root/math/py-numpy/files/patch-numpy-distutils-system_info.py
blob: 60983bbdefaf925d2b9b38b05a55db634772cf90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- numpy/distutils/system_info.py.orig	Sun Jul 30 11:08:48 2006
+++ numpy/distutils/system_info.py	Fri Sep 29 12:22:29 2006
@@ -855,6 +855,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*'])