svn commit: r306915 - head/math/octave

Maho Nakata maho at FreeBSD.org
Sat Nov 3 13:18:14 UTC 2012


Author: maho
Date: Sat Nov  3 13:18:14 2012
New Revision: 306915
URL: http://svn.freebsd.org/changeset/ports/306915

Log:
  update to 3.6.3
  
  Feature safe: yes

Modified:
  head/math/octave/Makefile
  head/math/octave/distinfo

Modified: head/math/octave/Makefile
==============================================================================
--- head/math/octave/Makefile	Sat Nov  3 13:14:06 2012	(r306914)
+++ head/math/octave/Makefile	Sat Nov  3 13:18:14 2012	(r306915)
@@ -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-confi
 
 .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/bl
 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

Modified: head/math/octave/distinfo
==============================================================================
--- head/math/octave/distinfo	Sat Nov  3 13:14:06 2012	(r306914)
+++ head/math/octave/distinfo	Sat Nov  3 13:18:14 2012	(r306915)
@@ -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


More information about the svn-ports-head mailing list