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-fcompiler-__init__.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)
Notes
Notes:
svn path=/head/; revision=181065
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 | 6 |
1 files changed, 3 insertions, 3 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 63df1556e8d5..9c42980d29ad 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 Tue Oct 3 20:39:58 2006 -+++ numpy/distutils/fcompiler/__init__.py Tue Oct 3 22:43:18 2006 -@@ -268,11 +268,7 @@ +--- numpy/distutils/fcompiler/__init__.py.orig Wed Oct 11 22:28:42 2006 ++++ numpy/distutils/fcompiler/__init__.py Sat Dec 9 22:51:47 2006 +@@ -273,11 +273,7 @@ f90 = self.__get_cmd('compiler_f90','F90',(conf,'f90exec')) # Temporarily setting f77,f90 compilers so that # version_cmd can use their executables. |