diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2009-04-05 20:50:49 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2009-04-05 20:50:49 +0000 |
commit | cf8759b2c9f6d04e1e54d252b56dd1bc3ad5b84e (patch) | |
tree | 0ed3be36d181e42ad1946d1b9a6d6f6b41270c6b /math/arpack | |
parent | f509a7a3f6570568b1977540d51e208ef016c22c (diff) | |
download | ports-cf8759b2c9f6d04e1e54d252b56dd1bc3ad5b84e.tar.gz ports-cf8759b2c9f6d04e1e54d252b56dd1bc3ad5b84e.zip |
Notes
Diffstat (limited to 'math/arpack')
-rw-r--r-- | math/arpack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/arpack/Makefile b/math/arpack/Makefile index a7d2ae8d7a22..d5dc6ef999ea 100644 --- a/math/arpack/Makefile +++ b/math/arpack/Makefile @@ -19,7 +19,7 @@ EXTRACT_ONLY= ${PORTNAME}${PORTVERSION}.tar.gz PATCH_SITES= http://www.caam.rice.edu/software/ARPACK/SRC/ -MAINTAINER= stephen@math.missouri.edu +MAINTAINER= stephen@missouri.edu COMMENT= Argand Library: large eigenvalue subroutines (serial version) .if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) |