summaryrefslogtreecommitdiff
path: root/math/octave
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-06-09 17:36:16 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-06-09 17:36:16 +0000
commitf7628349a640f51083dcb472710baf778645c206 (patch)
treead6672244631d299f9868fddd0adcf34013c0936 /math/octave
parento Update to 2.1.48. (diff)
Update to 2.1.49.
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
Notes
Notes: svn path=/head/; revision=82604
Diffstat (limited to 'math/octave')
-rw-r--r--math/octave/Makefile13
-rw-r--r--math/octave/distinfo2
2 files changed, 10 insertions, 5 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 42e1be8519db..9fee90cd91d4 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= octave
-PORTVERSION= 2.1.48
+PORTVERSION= 2.1.49
CATEGORIES= math
MASTER_SITES= ftp://ftp.octave.org/pub/octave/bleeding-edge/ \
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/
@@ -14,10 +14,13 @@ MASTER_SITES= ftp://ftp.octave.org/pub/octave/bleeding-edge/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= High-level interactive language for numerical computations
-USE_BZIP2= yes
BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
-LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw
+LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \
+ f77blas.1:${PORTSDIR}/math/blas \
+ lapack.1:${PORTSDIR}/math/lapack
+
+USE_BZIP2= yes
.include <bsd.port.pre.mk>
@@ -29,9 +32,11 @@ GNU_HOST= ${ARCH}-portbld-freebsdaout${OSREL}
OCTAVE_VERSION= ${PORTVERSION}
PLIST_SUB= OCTAVE_VERSION=${OCTAVE_VERSION} GNU_HOST=${GNU_HOST}
+BLAS_LIBS= "-L${LOCALBASE}/lib -lf77blas -latlas"
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-shared --with-fftw --host=${GNU_HOST}
+CONFIGURE_ARGS= --host=${GNU_HOST} \
+ --with-fftw --with-blas=${BLAS_LIBS} --with-lpack
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
diff --git a/math/octave/distinfo b/math/octave/distinfo
index b6b1c9737c6c..98fe0314683d 100644
--- a/math/octave/distinfo
+++ b/math/octave/distinfo
@@ -1 +1 @@
-MD5 (octave-2.1.48.tar.bz2) = 9e5234e9f00216b087f1e2fb465ed0cd
+MD5 (octave-2.1.49.tar.bz2) = ee54e7cdbec75e8596231ff013cd829e