aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2008-09-04 18:26:41 +0800
committerdemon <demon@FreeBSD.org>2008-09-04 18:26:41 +0800
commit798296a08b1533cef8137f553409edbd6d675b70 (patch)
tree7516c5e590511e93f376048a8116fbd7ec343de7 /math
parent9dd6c839ee0ecfb8fb72c4922fd73f46b7087255 (diff)
downloadfreebsd-ports-gnome-798296a08b1533cef8137f553409edbd6d675b70.tar.gz
freebsd-ports-gnome-798296a08b1533cef8137f553409edbd6d675b70.tar.zst
freebsd-ports-gnome-798296a08b1533cef8137f553409edbd6d675b70.zip
Chase glpk shlib version.
Diffstat (limited to 'math')
-rw-r--r--math/clp/Makefile2
-rw-r--r--math/octave-devel/Makefile4
-rw-r--r--math/octave/Makefile4
3 files changed, 5 insertions, 5 deletions
diff --git a/math/clp/Makefile b/math/clp/Makefile
index a9a84e89f24b..698898ad985d 100644
--- a/math/clp/Makefile
+++ b/math/clp/Makefile
@@ -17,7 +17,7 @@ COMMENT= Linear Programming Solver
LIB_DEPENDS= lapack.4:${PORTSDIR}/math/lapack
.ifdef WITH_GMPL
-LIB_DEPENDS+= glpk.15:${PORTSDIR}/math/glpk
+LIB_DEPENDS+= glpk.16:${PORTSDIR}/math/glpk
.endif
USE_FORTRAN= yes
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile
index 067a518cb301..32c576c563c3 100644
--- a/math/octave-devel/Makefile
+++ b/math/octave-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= octave
PORTVERSION= 3.1.51
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= ftp://ftp.octave.org/pub/octave/bleeding-edge/ \
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/\
@@ -24,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.15:${PORTSDIR}/math/glpk \
+ glpk.16:${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 faa9f9b379c8..4d812ee6b595 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -7,7 +7,7 @@
PORTNAME= octave
PORTVERSION= 3.0.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math
MASTER_SITES= ftp://ftp.octave.org/pub/octave/ \
ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/
@@ -22,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.15:${PORTSDIR}/math/glpk \
+ glpk.16:${PORTSDIR}/math/glpk \
hdf5:${PORTSDIR}/science/hdf5 \
umfpack.1:${PORTSDIR}/math/suitesparse \
qhull:${PORTSDIR}/math/qhull