[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] glpk 4.46 release information
From: |
Marco atzeri |
Subject: |
Re: [Help-glpk] glpk 4.46 release information |
Date: |
Thu, 11 Aug 2011 09:29:36 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 |
On 8/9/2011 7:22 PM, Andrew Makhorin wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
GLPK 4.46 Release Information
*****************************
Release date: August 9, 2011
Hi Andrew,
I found a small regression on testing when the build tree is
different from src tree.
This patch restablishes 4.45 behaviour
--- origsrc/glpk-4.46/examples/Makefile.am 2011-08-09
11:00:00.000000000 +0200
+++ src/glpk-4.46/examples/Makefile.am 2011-08-11 09:23:43.828125000 +0200
@@ -10,6 +10,6 @@ glpsol_SOURCES = glpsol.c
check: glpsol$(EXEEXT)
./glpsol$(EXEEXT) --version
- ./glpsol$(EXEEXT) --mps plan.mps
+ ./glpsol$(EXEEXT) --mps $(srcdir)/plan.mps
## eof ##
Regards
Marco