diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-13 21:37:12 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-13 21:37:12 +0000 |
commit | 5bddaa6d6aca0be2abe3f16c02034b6d9987243c (patch) | |
tree | 684ab5e39cfe88497c27f6e2088cc8d4cf5a8cbe /math/octave/Makefile | |
parent | be1267b723c1364adb5402c865db3f3bf49af964 (diff) | |
download | ports-5bddaa6d6aca0be2abe3f16c02034b6d9987243c.tar.gz ports-5bddaa6d6aca0be2abe3f16c02034b6d9987243c.zip |
- atlas and blas library number are bumped to 2
Forgotten by: maho
Notes
Notes:
svn path=/head/; revision=182319
Diffstat (limited to 'math/octave/Makefile')
-rw-r--r-- | math/octave/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 293617d00d84..73ee7c8aaa8d 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -60,11 +60,11 @@ WITH_ATLAS= yes .endif .if defined(WITH_ATLAS) -LIB_DEPENDS+= atlas.1:${PORTSDIR}/math/atlas +LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas CONFIGURE_ARGS+= --with-blas="-L${LOCALBASE}/lib -lf77blas -lcblas -latlas" \ --with-lapack=-lalapack .else -LIB_DEPENDS+= blas.1:${PORTSDIR}/math/blas +LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas CONFIGURE_ARGS+= --with-blas="-L${LOCALBASE}/lib -lblas" .endif |