#! /bin/sh /usr/share/dpatch/dpatch-run ## 01-config.site.rules.dpatch by Elias Mussi ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad symphony-5.1~/share/config.site symphony-5.1/share/config.site --- symphony-5.1~/share/config.site 2008-05-14 22:15:15.000000000 -0300 +++ symphony-5.1/share/config.site 2008-06-05 11:57:19.000000000 -0300 @@ -39,7 +39,7 @@ # that you have the needed package (readline.h and history.h include files # and their libraries) on the system files path. ############################################################################## -#enable_gnu_packages=yes +enable_gnu_packages=yes ############################################################################## ############################################################################## @@ -54,7 +54,7 @@ ############################################################################## # Compile in the sensitivity analysis features ############################################################################## -#enable_sensitivity_analysis=yes +enable_sensitivity_analysis=yes ############################################################################## # Option to only process the root node (for testing root lower bounds) @@ -69,12 +69,12 @@ ####################################################################### # Whether to perform additional sanity checks (for debugging purposes) ####################################################################### -#enable_tests=yes +enable_tests=yes ####################################################################### # More testing .... ####################################################################### -#enable_tm_tests=yes +enable_tm_tests=yes ####################################################################### # Additional debugging options @@ -85,7 +85,7 @@ ####################################################################### # Additional statistics ####################################################################### -#enable_statistics=yes +enable_statistics=yes ############################################################################## # Some experimental pseudo_cost branching stuff @@ -95,7 +95,7 @@ ############################################################################## # Set this to true if you are going to use the IGD graph drawing application ############################################################################## -#enable_draw_graph=yes +enable_draw_graph=yes ############################################################################## ############################################################################## @@ -138,18 +138,18 @@ # only have the main function to call the OSI SYMPHONY interface. See the # corresponding main function for the implementation. ############################################################################## -#with_osi_interface=yes +with_osi_interface=yes ############################################################################## # Compile the application library ############################################################################## -#with_application=yes +with_application=yes ############################################################################## #Compile in parallel architecture (assuming that pvm is installed either in # system path or the bash variable PVM_ROOT is defined.) ############################################################################## -#with_pvm=yes +with_pvm=yes # Compile in OpenMp features (requires GCC version 4.2.0 or higher) #enable_openmp=yes @@ -192,3 +192,8 @@ #with_cp=no #with_lp=no #with_tm=no + +with_cg=yes +with_cp=yes +with_lp=yes +with_tm=yes