diff options
author | rafan <rafan@FreeBSD.org> | 2008-04-09 10:08:59 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-04-09 10:08:59 +0800 |
commit | 87e91b48331dd463692f09ade9a257bc8f498092 (patch) | |
tree | 7e032897d5890007ae87c838599440f43189c8d3 /math/py-numpy/Makefile | |
parent | bb041f8af0052989a9a88819f38ee385f3792bd2 (diff) | |
download | freebsd-ports-gnome-87e91b48331dd463692f09ade9a257bc8f498092.tar.gz freebsd-ports-gnome-87e91b48331dd463692f09ade9a257bc8f498092.tar.zst freebsd-ports-gnome-87e91b48331dd463692f09ade9a257bc8f498092.zip |
- Update to 1.0.4
PR: ports/122492
Submitted by: dikshie <dikshie at lapi.itb.ac.id>
Approved by: Li-Lun "Leland" Wang <llwang at infor.org> (maintainer)
Diffstat (limited to 'math/py-numpy/Makefile')
-rw-r--r-- | math/py-numpy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index e71a85584ead..65102f041544 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= numpy -PORTVERSION= 1.0.3.1 +PORTVERSION= 1.0.4 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= http://numpy.scipy.org/:doc \ @@ -54,7 +54,7 @@ post-extract: FC= gfortran42 F77= gfortran42 -GCCLIBDIR= `${FC} -print-file-name=` +GCCLIBDIR= `${FC} -print-file-name=libgfortran.so|${SED} -e s/libgfortran.so//` post-patch: .ifdef WITH_ATLAS @${CP} ${FILESDIR}/site.cfg ${WRKSRC}/site.cfg |