Changeset 2712
- Timestamp:
- Apr 6, 2013 8:46:02 AM (8 years ago)
- Location:
- ThirdParty/Glpk/stable/1.9
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/stable/1.9
-
Property
svn:mergeinfo
set to
/ThirdParty/Glpk/trunk merged eligible
-
Property
svn:mergeinfo
set to
-
ThirdParty/Glpk/stable/1.9/INSTALL.Glpk
r2639 r2712 14 14 You may download 15 15 16 ftp://ftp.gnu.org/gnu/glpk/glpk-4.4 7.tar.gz16 ftp://ftp.gnu.org/gnu/glpk/glpk-4.48.tar.gz 17 17 18 18 and unpack it in this directory: 19 19 20 gunzip glpk-4.4 7.tar.gz21 tar xf glpk-4.4 7.tar20 gunzip glpk-4.48.tar.gz 21 tar xf glpk-4.48.tar 22 22 23 23 Then you need to rename the directory 24 glpk-4.4 724 glpk-4.48 25 25 into 26 26 glpk -
ThirdParty/Glpk/stable/1.9/configure
r2650 r2712 20150 20150 echo "$as_me:$LINENO: result: ${glpkmajorver}.${glpkminorver}" >&5 20151 20151 echo "${ECHO_T}${glpkmajorver}.${glpkminorver}" >&6 20152 if test x$glpkmajorver != x4 || test x$glpkminorver != x4 7; then20153 { { echo "$as_me:$LINENO: error: \"Incorrect GLPK version. This build system is made for GLPK 4.4 7. Please update by rerunning get.GLPK\"" >&520154 echo "$as_me: error: \"Incorrect GLPK version. This build system is made for GLPK 4.4 7. Please update by rerunning get.GLPK\"" >&2;}20152 if test x$glpkmajorver != x4 || test x$glpkminorver != x48 ; then 20153 { { echo "$as_me:$LINENO: error: \"Incorrect GLPK version. This build system is made for GLPK 4.48. Please update by rerunning get.GLPK\"" >&5 20154 echo "$as_me: error: \"Incorrect GLPK version. This build system is made for GLPK 4.48. Please update by rerunning get.GLPK\"" >&2;} 20155 20155 { (exit 1); exit 1; }; } 20156 20156 fi -
ThirdParty/Glpk/stable/1.9/configure.ac
r2650 r2712 62 62 glpkminorver=`awk '/define GLP_MINOR_VERSION/ {print $3}' $srcdir/glpk/src/glpk.h` 63 63 AC_MSG_RESULT([${glpkmajorver}.${glpkminorver}]) 64 if test x$glpkmajorver != x4 || test x$glpkminorver != x4 7; then65 AC_MSG_ERROR(["Incorrect GLPK version. This build system is made for GLPK 4.4 7. Please update by rerunning get.GLPK"])64 if test x$glpkmajorver != x4 || test x$glpkminorver != x48 ; then 65 AC_MSG_ERROR(["Incorrect GLPK version. This build system is made for GLPK 4.48. Please update by rerunning get.GLPK"]) 66 66 fi 67 67 AC_SUBST(glpkmajorver) -
ThirdParty/Glpk/stable/1.9/get.Glpk
r2639 r2712 2 2 3 3 set -e 4 glpk_ver=4.4 74 glpk_ver=4.48 5 5 6 6 wgetcmd=wget
Note: See TracChangeset
for help on using the changeset viewer.