diff options
author | nork <nork@FreeBSD.org> | 2003-06-09 17:36:16 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-06-09 17:36:16 +0000 |
commit | 47506093ccd830c6d51075c38a924026da414c52 (patch) | |
tree | 454490f286a69c5e149d459d67bd1bb1e104bfd4 /math/octave | |
parent | e66c6c419001a93e01e6c91402f872fd1f1374ed (diff) | |
download | FreeBSD-ports-47506093ccd830c6d51075c38a924026da414c52.zip FreeBSD-ports-47506093ccd830c6d51075c38a924026da414c52.tar.gz |
Update to 2.1.49.
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 13 | ||||
-rw-r--r-- | math/octave/distinfo | 2 |
2 files changed, 10 insertions, 5 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 42e1be8..9fee90c 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 b6b1c97..98fe031 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 |