diff options
author | Jason Evans <jasone@FreeBSD.org> | 2009-06-21 06:18:51 +0000 |
---|---|---|
committer | Jason Evans <jasone@FreeBSD.org> | 2009-06-21 06:18:51 +0000 |
commit | 55a6878d0e297a575106d17bb9f1634b5a6ca4a3 (patch) | |
tree | 81197e71dc050d888652604f641838fa8b6280f5 /biology/crux/Makefile | |
parent | d14d03353064a6998c568e7916815d6970dad742 (diff) |
Notes
Diffstat (limited to 'biology/crux/Makefile')
-rw-r--r-- | biology/crux/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/biology/crux/Makefile b/biology/crux/Makefile index 437c646d1308..e2f41b350aa7 100644 --- a/biology/crux/Makefile +++ b/biology/crux/Makefile @@ -6,7 +6,7 @@ # PORTNAME= crux -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 CATEGORIES= python biology MASTER_SITES= http://www.canonware.com/download/Crux/ @@ -24,15 +24,15 @@ OPTIONS= SYS_LINALG "Enable system ATLAS/LAPACK" Off .include <bsd.port.pre.mk> -.if defined(WITH_SYS_LINALG) CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS+= --enable-sys-linalg CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +USE_FORTRAN= yes +.if defined(WITH_SYS_LINALG) +CONFIGURE_ARGS+= --enable-sys-linalg LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas .else CONFIGURE_ARGS+= --disable-sys-linalg -USE_FORTRAN= yes .endif post-install: |