Opened 16 years ago
Closed 16 years ago
#142 closed defect (fixed)
Disable checks for ILP solvers
Reported by: | Akos Ladanyi | Owned by: | Alpar Juttner |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.0 release |
Component: | build system | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description
Since the wrapper for ILP solvers won't be part of the 1.0 release the attached patch disables the checks for the solvers.
Attachments (1)
Change History (4)
Changed 16 years ago by
Attachment: | disable-ilp.patch added |
---|
comment:1 follow-up: 2 Changed 16 years ago by
Replying to ladanyi:
Since the wrapper for ILP solvers won't be part of the 1.0 release the attached patch disables the checks for the solvers.
Does it cause any problem if it is there?
comment:2 Changed 16 years ago by
Replying to alpar:
Does it cause any problem if it is there?
If found we link the solver libraries to libemon.a. This means that if any of the solvers is found by configure, then its library will be linked to libemon.a. Until LEMON doesn't have the ILP wrappers this makes no sense.
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
The patch was committed as revision 362415050b29. Thanks.
362415050b29