[Lemon-commits] [lemon_svn] ladanyi: r2501 - hugo/trunk/debian
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:53:08 CET 2006
Author: ladanyi
Date: Mon Jan 30 00:46:05 2006
New Revision: 2501
Modified:
hugo/trunk/debian/changelog
hugo/trunk/debian/rules
Log:
Do not rely on the autodetection of cplex and glpk.
Modified: hugo/trunk/debian/changelog
==============================================================================
--- hugo/trunk/debian/changelog (original)
+++ hugo/trunk/debian/changelog Mon Jan 30 00:46:05 2006
@@ -1,4 +1,4 @@
-lemon (0.4-1) unstable; urgency=low
+lemon (0.5-1) unstable; urgency=low
* Initial Release.
Modified: hugo/trunk/debian/rules
==============================================================================
--- hugo/trunk/debian/rules (original)
+++ hugo/trunk/debian/rules Mon Jan 30 00:46:05 2006
@@ -27,7 +27,7 @@
config.status: configure
dh_testdir
# Add here commands to configure the package.
- CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-gui
+ CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-gui --with-glpk --without-cplex
build: build-stamp
More information about the Lemon-commits
mailing list