X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=lib%2Fmakefile;fp=lib%2Fmakefile;h=301f2a25634ef652fc94c8c845be7d8c5f8d3f3e;hb=bb72622a6f659dfc728b73dde94db985a2d7b589;hp=4115134d0db1f5dfcf88171dfcebeabdfc384c35;hpb=80faf784b8045a72f0ca7c3c0d07b2b0686c8094;p=dead%2Fcensus-tools.git diff --git a/lib/makefile b/lib/makefile index 4115134..301f2a2 100644 --- a/lib/makefile +++ b/lib/makefile @@ -50,6 +50,8 @@ LFLAGS_PATCH = sed -i 's/^LFLAGS = -L -l$$/LFLAGS = -L/' 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 lp_solve_lib_src: