Bug#363514: glpk should be compiled with -D_GLPLIB_HUGEMEM on AMD64

2007-02-21 Thread Rafael Laboissiere
package glpk tags 363514 moreinfo thanks * James Andrewartha [EMAIL PROTECTED] [2006-04-19 22:55]: Package: glpk Version: 4.9-1 Severity: important When compiled on platforms where sizeof(void *) sizeof(int), which includes AMD64, glpk should be compiled with -D_GLPLIB_HUGEMEM to allow

Bug#363514: glpk should be compiled with -D_GLPLIB_HUGEMEM on AMD64

2007-02-21 Thread Andrew Makhorin
When compiled on platforms where sizeof(void *) sizeof(int), which includes AMD64, glpk should be compiled with -D_GLPLIB_HUGEMEM to allow allocating more than 2GB (MAX_INT). See the GLPK 4.5 changelog and http://article.gmane.org/gmane.comp.gnu.glpk/1017. This is no longer needed in 4.14

Bug#363514: glpk should be compiled with -D_GLPLIB_HUGEMEM on AMD64

2006-04-30 Thread Falk Hueffner
Brady Hunsaker [EMAIL PROTECTED] writes: To be clear, I'll restate the issue as I understand it: - GLPK is not data-size neutral. Some code assumes 32-bit memory addresses. Not quite. Some code assumes the size of an object in memory can be stored in an int. - A previous upstream bug

Bug#363514: glpk should be compiled with -D_GLPLIB_HUGEMEM on AMD64

2006-04-29 Thread Brady Hunsaker
To be clear, I'll restate the issue as I understand it: - GLPK is not data-size neutral. Some code assumes 32-bit memory addresses. - A previous upstream bug report on this issue resulted in Andrew (upstream author) putting in a workaround, but the workaround also removes at least one feature

Bug#363514: glpk should be compiled with -D_GLPLIB_HUGEMEM on AMD64

2006-04-20 Thread Brady Hunsaker
Falk, I'm not an expert at these issues. I'm going to look at the situation more carefully this weekend and get back to you. Brady Falk Hueffner wrote: James Andrewartha [EMAIL PROTECTED] writes: When compiled on platforms where sizeof(void *) sizeof(int), which includes AMD64, glpk

Bug#363514: glpk should be compiled with -D_GLPLIB_HUGEMEM on AMD64

2006-04-19 Thread James Andrewartha
Package: glpk Version: 4.9-1 Severity: important When compiled on platforms where sizeof(void *) sizeof(int), which includes AMD64, glpk should be compiled with -D_GLPLIB_HUGEMEM to allow allocating more than 2GB (MAX_INT). See the GLPK 4.5 changelog and

Bug#363514: glpk should be compiled with -D_GLPLIB_HUGEMEM on AMD64

2006-04-19 Thread Falk Hueffner
James Andrewartha [EMAIL PROTECTED] writes: When compiled on platforms where sizeof(void *) sizeof(int), which includes AMD64, glpk should be compiled with -D_GLPLIB_HUGEMEM to allow allocating more than 2GB (MAX_INT). See the GLPK 4.5 changelog and

Bug#363514: glpk should be compiled with -D_GLPLIB_HUGEMEM on AMD64

2006-04-19 Thread James Andrewartha
On Wed, 2006-04-19 at 17:43 +0200, Falk Hueffner wrote: Also, do you have a test case for this? I do, but it contains a client's data so I'm not sure if I'm able to distribute it. James Andrewartha. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact