diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-11-22 11:14:10 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-11-22 11:14:10 +0000 |
commit | 004a7c5ac21475f760354371ae4f8fca5e556acb (patch) | |
tree | 47b9539be8bb171263921a641d850025fee218cc /math/jags | |
parent | bcfacab8772c0f3bf72412386eb13f58def6bef2 (diff) |
Notes
Diffstat (limited to 'math/jags')
-rw-r--r-- | math/jags/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/jags/Makefile b/math/jags/Makefile index 748cf50e7900..e3b78d0ac07e 100644 --- a/math/jags/Makefile +++ b/math/jags/Makefile @@ -45,7 +45,7 @@ MAN1= jags.1 .if defined(WITH_ATLAS) LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas -CONFIGURE_ARGS= --with-lapack=-lalapack --with-blas=-lf77blas +CONFIGURE_ARGS= --with-lapack="-lalapack -lcblas" --with-blas=-lf77blas .else LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack |