diff options
author | Soeren Straarup <xride@FreeBSD.org> | 2006-12-30 16:02:58 +0000 |
---|---|---|
committer | Soeren Straarup <xride@FreeBSD.org> | 2006-12-30 16:02:58 +0000 |
commit | 3f5be3642602db74d8b30e647cb5652ce6303116 (patch) | |
tree | fdf45eccc625bbd156bc57b8cfa57044c4d6d259 /math/py-numpy/files/patch-numpy-distutils-system_info.py | |
parent | Adding port games/mkhexgrid, a fully configurable hex-grid generator. (diff) |
Update to version 1.0
Change maintainer
PR: 106551
Submitted by: Diane Bruce <db@db.net>
Approved by: tmclaugh (implicit)
Diffstat (limited to '')
-rw-r--r-- | math/py-numpy/files/patch-numpy-distutils-system_info.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-numpy/files/patch-numpy-distutils-system_info.py b/math/py-numpy/files/patch-numpy-distutils-system_info.py index 60983bbdefaf..b5c52e190285 100644 --- a/math/py-numpy/files/patch-numpy-distutils-system_info.py +++ b/math/py-numpy/files/patch-numpy-distutils-system_info.py @@ -1,6 +1,6 @@ ---- 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 @@ +--- 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,[]) |