X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=lib%2Fmakefile;fp=lib%2Fmakefile;h=d0b160250b30d9a1d4e6e3afdeb838283802272d;hb=8c435d2c04b7c90e711ed9c2fe8adab26c8abe19;hp=301f2a25634ef652fc94c8c845be7d8c5f8d3f3e;hpb=1d653bc20a916a4b486fa0ed30098f0bb950833a;p=dead%2Fcensus-tools.git 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: