diff options
author | demon <demon@FreeBSD.org> | 2010-01-14 20:42:10 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2010-01-14 20:42:10 +0800 |
commit | 990dfe90962fb10ba3d3f4d1fff52e742482a4e0 (patch) | |
tree | 09ed1de20502e7851a662a1931d066c57d586d6e /math | |
parent | 4d790645828b7c76afd52e756052e9fb61c25f32 (diff) | |
download | freebsd-ports-gnome-990dfe90962fb10ba3d3f4d1fff52e742482a4e0.tar.gz freebsd-ports-gnome-990dfe90962fb10ba3d3f4d1fff52e742482a4e0.tar.zst freebsd-ports-gnome-990dfe90962fb10ba3d3f4d1fff52e742482a4e0.zip |
Chase glpk shlib version.
Bump PORTREVISION.
Diffstat (limited to 'math')
-rw-r--r-- | math/clp/Makefile | 3 | ||||
-rw-r--r-- | math/octave-devel/Makefile | 3 | ||||
-rw-r--r-- | math/octave/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/math/clp/Makefile b/math/clp/Makefile index da068016c9d0..c82c1bbef381 100644 --- a/math/clp/Makefile +++ b/math/clp/Makefile @@ -7,6 +7,7 @@ PORTNAME= Clp PORTVERSION= 1.10.0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.coin-or.org/download/source/Clp/ \ http://www.mavetju.org/download/adopted/ @@ -17,7 +18,7 @@ COMMENT= Linear Programming Solver LIB_DEPENDS= lapack.4:${PORTSDIR}/math/lapack .ifdef WITH_GMPL -LIB_DEPENDS+= glpk.24:${PORTSDIR}/math/glpk +LIB_DEPENDS+= glpk.27:${PORTSDIR}/math/glpk .endif USE_FORTRAN= yes diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index e76d6d2adf1f..87c22db409f5 100644 --- a/math/octave-devel/Makefile +++ b/math/octave-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= octave PORTVERSION= 3.3.50 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.octave.org/pub/octave/bleeding-edge/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/\ @@ -23,7 +24,7 @@ BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot \ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ gsed:${PORTSDIR}/textproc/gsed LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ - glpk.24:${PORTSDIR}/math/glpk \ + glpk.27:${PORTSDIR}/math/glpk \ hdf5:${PORTSDIR}/science/hdf5 \ umfpack.1:${PORTSDIR}/math/suitesparse \ qhull:${PORTSDIR}/math/qhull diff --git a/math/octave/Makefile b/math/octave/Makefile index 69189d8c3a99..9027ae26afb1 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -7,6 +7,7 @@ PORTNAME= octave PORTVERSION= 3.2.3 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.octave.org/pub/octave/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/ @@ -21,7 +22,7 @@ BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot \ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ gsed:${PORTSDIR}/textproc/gsed LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ - glpk.24:${PORTSDIR}/math/glpk \ + glpk.27:${PORTSDIR}/math/glpk \ hdf5:${PORTSDIR}/science/hdf5 \ umfpack.1:${PORTSDIR}/math/suitesparse \ qhull:${PORTSDIR}/math/qhull \ |