From 8c435d2c04b7c90e711ed9c2fe8adab26c8abe19 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 26 Apr 2010 15:48:21 -0400 Subject: [PATCH] Remove lp_solve.py and lp_maker.py from the makefile; we depend directly on lpsolve55.so now. --- lib/makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/makefile b/lib/makefile index 301f2a2..d0b1602 100644 --- a/lib/makefile +++ b/lib/makefile @@ -49,9 +49,7 @@ LFLAGS_PATCH = sed -i 's/^LFLAGS = -L -l$$/LFLAGS = -L/' cd lp_solve_5.5/extra/Python; \ sed -i 's~lpsolve55/bin/\(ux\|win\)32~../lp_solve~' setup.py; \ python setup.py build; \ - mv build/lib.linux-*/* ../../../lp_solve/; -# Change the problem type from 'maximize' to 'minimize'. - sed -i 's/set_maxim/set_minim/' lp_solve/lp_solve.py + mv build/lib.linux-*/*.so ../../../lp_solve/; lp_solve_lib_src: -- 2.43.2