From f7628349a640f51083dcb472710baf778645c206 Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Mon, 9 Jun 2003 17:36:16 +0000 Subject: Update to 2.1.49. Submitted by: Pedro F. Giffuni --- math/octave/Makefile | 13 +++++++++---- math/octave/distinfo | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'math/octave') 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 @@ -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 -- cgit v1.2.3