mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
academic/glpk: Updated for version 4.44.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
eba9e15441
commit
42c8f54dd7
3 changed files with 10 additions and 12 deletions
|
@ -1,19 +1,17 @@
|
|||
#!/bin/sh
|
||||
# Slackware build script for glpk
|
||||
# Written by Chris Abela <chris.abela@maltats.com>
|
||||
# September 2009
|
||||
# 20100717
|
||||
|
||||
PRGNAM=glpk
|
||||
VERSION=${VERSION:-4.40}
|
||||
VERSION=${VERSION:-4.44}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="glpk"
|
||||
VERSION="4.40"
|
||||
VERSION="4.44"
|
||||
HOMEPAGE="http://www.gnu.org/software/glpk/"
|
||||
DOWNLOAD="ftp://ftp.gnu.org/gnu/glpk/glpk-4.40.tar.gz"
|
||||
MD5SUM="73821dae9c52905f012ce1b501f59b66"
|
||||
DOWNLOAD="ftp://ftp.gnu.org/gnu/glpk/glpk-4.44.tar.gz"
|
||||
MD5SUM="f2ac7013bc0420d730d052e7ba24bdb1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Chris Abela"
|
||||
|
|
|
@ -15,5 +15,5 @@ glpk: callable library.
|
|||
glpk:
|
||||
glpk: GLPK supports the GNU MathProg language, which is a subset of the AMPL
|
||||
glpk: language.
|
||||
glpk: Homepage: http://www.gnu.org/software/glpk/
|
||||
glpk:
|
||||
glpk: Homepage: http://www.gnu.org/software/glpk/
|
||||
|
|
Loading…
Reference in a new issue