ports/math/py-numpy/files/patch-numpy-distutils-system_info.py
Dmitry Sivachenko 7730f0e5e3 Update to version 1.7.0 (and unbreak with python-3.3).
PR:		178256
Submitted by:	Roland Smith <rsmith@xs4all.nl>
Approved by:	maintainer
2013-05-20 06:20:28 +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
@@ -983,8 +983,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']