Changeset 1230
- Timestamp:
- Jan 6, 2009 4:29:13 PM (12 years ago)
- Location:
- ThirdParty/Glpk/trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/trunk/Makefile.am
r1226 r1230 107 107 $(GLPKDIR)/src/glpssx02.c 108 108 109 libcoinglpk_la_DEPENDENCIES = $(srcdir)/$(GLPKDIR)/include/config.h 110 111 # CoinUtils and SYMPHONY include glpmpl.h and have HAVE_CONFIG_H defined 112 # so we put a dummy config.h file into the glpk include directory. At least 113 # a newline is needed to avoid a bug in Sun Solaris Studio, 64-bit optimised 114 # build. 115 $(srcdir)/$(GLPKDIR)/include/config.h : 116 echo "" > $(srcdir)/$(GLPKDIR)/include/config.h 117 109 118 DEFAULT_INCLUDES = -I. -I`$(CYGPATH_W) $(srcdir)` 110 119 -
ThirdParty/Glpk/trunk/Makefile.in
r1226 r1230 346 346 $(GLPKDIR)/src/glpssx02.c 347 347 348 libcoinglpk_la_DEPENDENCIES = $(srcdir)/$(GLPKDIR)/include/config.h 348 349 DEFAULT_INCLUDES = -I. -I`$(CYGPATH_W) $(srcdir)` 349 350 AM_CPPFLAGS = -I`$(CYGPATH_W) $(srcdir)/$(GLPKDIR)/include` -I$(GLPKDIR) … … 1422 1423 1423 1424 1425 # CoinUtils and SYMPHONY include glpmpl.h and have HAVE_CONFIG_H defined 1426 # so we put a dummy config.h file into the glpk include directory. At least 1427 # a newline is needed to avoid a bug in Sun Solaris Studio, 64-bit optimised 1428 # build. 1429 $(srcdir)/$(GLPKDIR)/include/config.h : 1430 echo "" > $(srcdir)/$(GLPKDIR)/include/config.h 1431 1424 1432 install-doc: $(DocFiles) 1425 1433 test -z "$(DocInstallDir)" || $(mkdir_p) "$(DESTDIR)$(DocInstallDir)" -
ThirdParty/Glpk/trunk/configure
r1226 r1230 20074 20074 if test x"$use_thirdpartyglpk" = xbuild ; then 20075 20075 touch $MAKEOKFILE 20076 # CoinUtils and SYMPHONY include glpmpl.h and have HAVE_CONFIG_H defined20077 # so we put a dummy config.h file into the glpk include directory. At least20078 # a newline is needed to avoid a bug in Sun Solaris Studio, 64-bit optimised20079 # build.20080 echo "" > ${GLPKINCDIR}/config.h20081 20076 echo "$as_me:$LINENO: checking GLPK version" >&5 20082 20077 echo $ECHO_N "checking GLPK version... $ECHO_C" >&6 -
ThirdParty/Glpk/trunk/configure.ac
r1226 r1230 70 70 if test x"$use_thirdpartyglpk" = xbuild ; then 71 71 touch $MAKEOKFILE 72 # CoinUtils and SYMPHONY include glpmpl.h and have HAVE_CONFIG_H defined73 # so we put a dummy config.h file into the glpk include directory. At least74 # a newline is needed to avoid a bug in Sun Solaris Studio, 64-bit optimised75 # build.76 echo "" > ${GLPKINCDIR}/config.h77 72 AC_MSG_CHECKING([GLPK version]) 78 73 majorver=`awk '/define GLP_MAJOR_VERSION/ {print $3}' ${GLPKINCDIR}/glpk.h` -
ThirdParty/Glpk/trunk/get.Glpk
r1226 r1230 47 47 echo "Done downloading the source code for GLPK." 48 48 echo "Applying patch file." 49 echo " "50 49 51 50 patch -p0 < glpk.patch 52 51 52 echo "Touch every source file to force rebuild of whole package." 53 54 touch glpk/src/*.c glpk/include/*.h 55 53 56 echo " " 54 57 echo "Verify that there are no error message in the output above."
Note: See TracChangeset
for help on using the changeset viewer.