Date: Sunday, November 8, 2015 @ 23:22:17
  Author: arojas
Revision: 250219

Enable GMP support

Modified:
  glpk/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-11-08 22:07:44 UTC (rev 250218)
+++ PKGBUILD    2015-11-08 22:22:17 UTC (rev 250219)
@@ -5,12 +5,12 @@
 
 pkgname=glpk
 pkgver=4.57
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU Linear Programming Kit : solve LP, MIP and other problems."
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/glpk/glpk.html";
 license=('GPL')
-depends=('glibc')
+depends=('gmp')
 source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig})
 sha1sums=('d2df2de59798c35024df8d140a53453e29a095be'
           'SKIP')
@@ -19,7 +19,7 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --with-gmp
 
   if [ "$CARCH" == "x86_64" ]; then
     make CFLAGS="$CFLAGS -fPIC"

Reply via email to