diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-02-13 05:21:31 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-02-13 05:21:31 +0000 |
commit | 626b5d9e93d1cb8ba6c911fd5da4c6a1610d8553 (patch) | |
tree | 7011d38bc88f1ab279ec030faf7ee342ab57f44a /math/py-numpy/files/patch-numpy-distutils-fcompiler-__init__.py | |
parent | - Create CC symlink (diff) |
- 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>
Notes
Notes:
svn path=/head/; revision=344040
Diffstat (limited to 'math/py-numpy/files/patch-numpy-distutils-fcompiler-__init__.py')
-rw-r--r-- | math/py-numpy/files/patch-numpy-distutils-fcompiler-__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-numpy/files/patch-numpy-distutils-fcompiler-__init__.py b/math/py-numpy/files/patch-numpy-distutils-fcompiler-__init__.py index 9fc8e28faf26..a815cd68d724 100644 --- a/math/py-numpy/files/patch-numpy-distutils-fcompiler-__init__.py +++ b/math/py-numpy/files/patch-numpy-distutils-fcompiler-__init__.py @@ -1,6 +1,6 @@ --- numpy/distutils/fcompiler/__init__.py.orig 2008-04-06 23:03:15.000000000 +0900 +++ numpy/distutils/fcompiler/__init__.py 2008-04-06 23:08:56.000000000 +0900 -@@ -173,7 +173,7 @@ +@@ -179,7 +179,7 @@ # gnu95 compiler type when there are F90 sources. suggested_f90_compiler = None |