summaryrefslogtreecommitdiffstats
path: root/math/blas
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2006-10-01 20:05:53 +0000
committerstas <stas@FreeBSD.org>2006-10-01 20:05:53 +0000
commitb9388dc46b6860894e5ec6e3a6e88296198c0602 (patch)
treec89bdfd56013f0dc28efc166ebc52739b991eacb /math/blas
parent8d7bfd5331103feaf12a32eafb9d89503e3a4815 (diff)
downloadFreeBSD-ports-b9388dc46b6860894e5ec6e3a6e88296198c0602.zip
FreeBSD-ports-b9388dc46b6860894e5ec6e3a6e88296198c0602.tar.gz
- Fix compiling with oncoming gcc41.
Reported by: pointyhat run Approved by: sem (mentor)
Diffstat (limited to 'math/blas')
-rw-r--r--math/blas/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile
index e0e63a7..f46220c 100644
--- a/math/blas/Makefile
+++ b/math/blas/Makefile
@@ -14,13 +14,15 @@ MASTER_SITES= ftp://netlib.bell-labs.com/netlib/blas/ \
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
-MAINTAINER= ssedov@mbsd.msk.ru
+MAINTAINER= stas@FreeBSD.org
COMMENT= Basic Linear Algebra, level 1, 2, and 3
CONFLICTS= elmer-mathlibs-1*
USE_LDCONFIG= yes
NO_WRKSUBDIR= yes
+USE_GCC= 2.7+
+WITH_FORTRAN= yes
PLIST_FILES= lib/libblas.a lib/libblas.so lib/libblas.so.1
OpenPOWER on IntegriCloud