[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] glpk 4.46 release information
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] glpk 4.46 release information |
Date: |
Fri, 12 Aug 2011 12:41:11 +0400 |
Hi Marco,
> 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
>
Thank you for your bug report.
Andrew Makhorin