Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Update build_tarballs.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-pablo-vielma authored Dec 28, 2018
1 parent ff4fa2f commit 69ac9c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if [ $target = "x86_64-apple-darwin14" ]; then
# fix linking issue
export OSICLPLIB_LIBS=" -lbz2 -lz ${prefix}/lib/libcoinlapack.a ${prefix}/lib/libCoinUtils.a ${prefix}/lib/libOsi.a ${prefix}/lib/libcoinblas.a"
../configure --prefix=$prefix --disable-pkg-config --host=${target} --enable-shared --enable-static \
../configure --prefix=$prefix --with-pic --disable-pkg-config --host=${target} --enable-shared --enable-static \
--with-asl-lib="${prefix}/lib/libasl.a" --with-asl-incdir="$prefix/include/asl" \
--with-blas-lib="${prefix}/lib/libcoinblas.a -lgfortran" \
--with-lapack-lib="${prefix}/lib/libcoinlapack.a" \
Expand All @@ -63,7 +63,7 @@ elif [ $target = "x86_64-w64-mingw32" ] || [ $target = "i686-w64-mingw32" ]; the
# fix linking issue
export OSICLPLIB_LIBS="${prefix}/lib/libOsi.a ${prefix}/lib/libCoinUtils.a ${prefix}/lib/libcoinlapack.a ${prefix}/lib/libcoinblas.a -lgfortran"
../configure --prefix=$prefix --disable-pkg-config --host=${target} --enable-shared --enable-static \
../configure --prefix=$prefix --with-pic --disable-pkg-config --host=${target} --enable-shared --enable-static \
--with-asl-lib="${prefix}/lib/libasl.a" --with-asl-incdir="$prefix/include/asl" \
--with-lapack-lib="${prefix}/lib/libcoinlapack.a" \
--with-mumps-lib="${prefix}/lib/libcoinmumps.a -lgfortran ${prefix}/lib/libcoinmetis.a" --with-mumps-incdir="$prefix/include/coin/ThirdParty" \
Expand Down

0 comments on commit 69ac9c4

Please sign in to comment.