1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

update to 3.6.3

Feature safe: yes
This commit is contained in:
Maho Nakata 2012-11-03 13:18:14 +00:00
parent 78d9f12bd3
commit 9cfadd2564
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306915
2 changed files with 10 additions and 5 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= octave
PORTVERSION= 3.6.1
PORTREVISION= 1
PORTVERSION= 3.6.3
CATEGORIES= math
MASTER_SITES= ftp://ftp.gnu.org/gnu/octave/ \
ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/
@ -48,7 +47,9 @@ MAN1= octave.1 mkoctfile.1 octave-config.1
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/lib/libgoto2.so)
.if exists(${LOCALBASE}/lib/libopenblas.so)
WITH_BLAS?= openblas
.elif exists(${LOCALBASE}/lib/libgoto2.so)
WITH_BLAS?= gotoblas
.elif exists(${LOCALBASE}/lib/libatlas.so)
WITH_BLAS?= atlas
@ -61,6 +62,10 @@ LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas
LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack
BLAS= -lblas
LAPACK= -llapack
.elif ${WITH_BLAS} == openblas
LIB_DEPENDS+= openblas:${PORTSDIR}/math/gotoblas
BLAS= -lopenblasp
LAPACK= -lopenblasp
.elif ${WITH_BLAS} == gotoblas
LIB_DEPENDS+= goto2:${PORTSDIR}/math/gotoblas
BLAS= -lgoto2p

View File

@ -1,2 +1,2 @@
SHA256 (octave-3.6.1.tar.bz2) = f8073ee7570d8ff78864868027ef1e08409a78e0798d8800fac67e7e714eadf6
SIZE (octave-3.6.1.tar.bz2) = 15387369
SHA256 (octave-3.6.3.tar.bz2) = e37d09550f1cb406745619a5602aa3e8a97d2fe056b5c770db9984e2fc162886
SIZE (octave-3.6.3.tar.bz2) = 15602522