Description: Add patch to ignore pulp-specific cbc location which has been removed.
Author: Nilesh Patra <nilesh@debian.org>
Forwarded: not-needed
Last-Update: 2023-08-12
--- a/pulp/pulp.cfg.linux
+++ b/pulp/pulp.cfg.linux
@@ -10,10 +10,10 @@
 #note the recommended gurobi changes must be made to your PATH
 #and LD_LIBRARY_PATH environment variables
 GurobiPath = /opt/gurobi201/linux32/lib/python2.5
-CbcPath = cbc
+CbcPath = /usr/bin/cbc
 GlpkPath = glpsol
-PulpCbcPath = %(here)s/solverdir/cbc/%(os)s/%(arch)s/cbc
-PulpChocoPath = %(here)s/solverdir/choco/choco-parsers-with-dependencies.jar
+PulpCbcPath = /usr/bin/cbc
+#PulpChocoPath = %(here)s/solverdir/choco/choco-parsers-with-dependencies.jar
 [licenses]
 ilm_cplex_license = "LICENSE your-enterprise\nRUNTIME NEVER ..."
 ilm_cplex_license_signature = 0
