diff options
author | araujo <araujo@FreeBSD.org> | 2009-01-21 08:36:06 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2009-01-21 08:36:06 +0800 |
commit | ea44c39a58cfe4bb67061cb6cac7beed70b127ac (patch) | |
tree | 46a266deb9b530196b1a88331ce789c7d560ca7d /science | |
parent | b88abfcd4f795d38ad2313febb48d05bcf367491 (diff) | |
download | freebsd-ports-gnome-ea44c39a58cfe4bb67061cb6cac7beed70b127ac.tar.gz freebsd-ports-gnome-ea44c39a58cfe4bb67061cb6cac7beed70b127ac.tar.zst freebsd-ports-gnome-ea44c39a58cfe4bb67061cb6cac7beed70b127ac.zip |
- We need use FCFLAGS to build it in AMD64 and IA64.
- Bump PORTREVISION.
Diffstat (limited to 'science')
-rw-r--r-- | science/elmer-fem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/elmer-fem/Makefile b/science/elmer-fem/Makefile index 60b95e8c659b..d5737fe1705f 100644 --- a/science/elmer-fem/Makefile +++ b/science/elmer-fem/Makefile @@ -7,7 +7,7 @@ PORTNAME= fem PORTVERSION= 5.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science tk MASTER_SITES= SF/elmerfem PKGNAMEPREFIX= elmer- @@ -63,7 +63,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include CXXFLAGS+= -I${LOCALBASE}/include - +CONFIGURE_ENV+= FCFLAGS="${FCFLAGS}" CONFIGURE_ARGS+= --with-umfpack="-lumfpack_elmer" \ --with-blas="${BLAS}" \ --with-lapack="${LAPACK}" \ |