Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
Put libraries name at the end of compile command
Browse files Browse the repository at this point in the history
  • Loading branch information
danoan committed Mar 16, 2020
1 parent 29016be commit a987139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file modified jmiv-figures/fig13-14/ext/RegionCurv.tar.bz2
Binary file not shown.
5 changes: 2 additions & 3 deletions jmiv-figures/fig13-14/jmiv-fig13-14.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@ configure_schoenemann()
LINE=$(find_line_number_first_ocurrence "COINLIBDIR =" "${EXT_FOLDER}/RegionCurv/Makefile")
replace_line "${EXT_FOLDER}/RegionCurv/Makefile" ${LINE} "COINLIBDIR = ${EXT_FOLDER}/cbc-build/lib"

cd ${EXT_FOLDER}/RegionCurv/common
make
cd ..
cd ${EXT_FOLDER}/RegionCurv
make clean
make

}
Expand Down

0 comments on commit a987139

Please sign in to comment.