[Lemon-commits] deba: r3091 - hugo/trunk
Lemon SVN
svn at lemon.cs.elte.hu
Wed Nov 29 18:34:30 CET 2006
Author: deba
Date: Wed Nov 29 18:34:29 2006
New Revision: 3091
Modified:
hugo/trunk/Makefile.am
hugo/trunk/configure.ac
Log:
Configuration files for soplex
Modified: hugo/trunk/Makefile.am
==============================================================================
--- hugo/trunk/Makefile.am (original)
+++ hugo/trunk/Makefile.am Wed Nov 29 18:34:29 2006
@@ -8,7 +8,8 @@
lemon.spec \
autopackage/default.apspec.in \
m4/lx_check_cplex.m4 \
- m4/lx_check_glpk.m4
+ m4/lx_check_glpk.m4 \
+ m4/lx_check_soplex.m4
pkgconfigdir = $(libdir)/pkgconfig
lemondir = $(pkgincludedir)
Modified: hugo/trunk/configure.ac
==============================================================================
--- hugo/trunk/configure.ac (original)
+++ hugo/trunk/configure.ac Wed Nov 29 18:34:29 2006
@@ -25,6 +25,7 @@
dnl Checks for libraries.
LX_CHECK_GLPK
LX_CHECK_CPLEX
+LX_CHECK_SOPLEX
dnl Enable/disable installing the documentation
AC_ARG_ENABLE([doc],
@@ -113,6 +114,7 @@
echo
echo GLPK support.................. : $lx_glpk_found
echo CPLEX support................. : $lx_cplex_found
+echo SOPLEX support................ : $lx_soplex_found
echo
echo build benchmarks.............. : $enable_benchmark
echo build demo programs........... : $enable_demo
More information about the Lemon-commits
mailing list