bug-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-glpk] [Fwd: GLPK should use newer autotools]


From: Heinrich Schuchardt
Subject: Re: [Bug-glpk] [Fwd: GLPK should use newer autotools]
Date: Tue, 15 Dec 2015 18:20:53 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.4.0

Hello Andrew,

to avoid the same problem in future it could make sense to add a file

autogen.sh
----------
#!/bin/sh

set -e

test -f configure.ac || {
  echo "Please, run this script in the top level project directory."
  exit
}

libtoolize --copy
aclocal -I m4
autoconf
autoheader
automake --add-missing --copy

echo "For installation instructions, please, refer to file INSTALL."
----------

If somebody wants to use a different version of autotools, he can simply
run the script.

Best regards

Heinrich Schuchardt


On 15.12.2015 12:25, Andrew Makhorin wrote:
> -------- Forwarded Message --------
> From: Jeroen Demeyer <address@hidden>
> To: address@hidden
> Subject: GLPK should use newer autotools
> Date: Tue, 15 Dec 2015 12:01:48 +0100
> 
> Hi,
> 
> the latest version GLPK 4.57 still ships with old autotools from 2012. 
> In particular, it cannot be compiled on this ppc64le system:
> 
> Linux sardonis 3.19.0-15-generic #15-Ubuntu SMP Thu Apr 16 23:32:13 UTC 
> 2015 ppc64le ppc64le ppc64le GNU/Linux
> 
> Using up-to-date autotools allows GLPK to compile and function properly 
> on this system.
> 
> Best regards,
> Jeroen Demeyer.
> 
> 
> 
> 
> _______________________________________________
> Bug-glpk mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-glpk
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]