ports/math/py-numpy/files/patch-numpy-distutils-system_info.py
Ruslan Makhmatkhanov 626b5d9e93 - update to 1.8.0
- clarify LICENSE (BSD3C)
- suppor staging

while here:
- utilize PYTHON_PY3K_PLIST_HACK
- install docs uncoditionally into stage area
- convert LIB_DEPENDS to the new notation
- sort packing list

PR:		186677
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
2014-02-13 05:21:31 +00:00

13 lines
487 B
Python

--- numpy/distutils/system_info.py.orig 2013-02-09 22:04:56.000000000 +0100
+++ numpy/distutils/system_info.py 2013-03-22 21:01:34.000000000 +0100
@@ -995,8 +995,8 @@
dir_env_var = 'ATLAS'
_lib_names = ['f77blas', 'cblas']
if sys.platform[:7] == 'freebsd':
- _lib_atlas = ['atlas_r']
- _lib_lapack = ['alapack_r']
+ _lib_atlas = ['atlas']
+ _lib_lapack = ['alapack']
else:
_lib_atlas = ['atlas']
_lib_lapack = ['lapack']