1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Chase glpk shlib version.

Bump PORTREVISION.
This commit is contained in:
Dmitry Sivachenko 2010-01-14 12:42:10 +00:00
parent b92947ddd5
commit 518550053b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247864
3 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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 \