Skip to content

Commit

Permalink
fixing commit typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pstjohn committed Sep 18, 2016
1 parent f74e148 commit 798f15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/ipopt/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mkdir build
cd build


./configure --with-blas="-Wl, -L$PREFIX/lib -lmkl_intel_lp64 -lmkl_core -lmkl_intel_thread -liomp5 -lpthread -lm -ldl" CFLAGS=" -m64 -I$PREFIX/include" CXXFLAGS=" -m64 -I$PREFIX/include" --prefix=$PREFIX
../configure --with-blas="-Wl, -L$PREFIX/lib -lmkl_intel_lp64 -lmkl_core -lmkl_intel_thread -liomp5 -lpthread -lm -ldl" CFLAGS=" -m64 -I$PREFIX/include" CXXFLAGS=" -m64 -I$PREFIX/include" --prefix=$PREFIX
# if [ $(uname -s) == 'Darwin' ]; then
# ../configure --with-blas="-Wl, -L$PREFIX/lib -lmkl_intel_lp64 -lmkl_core -lmkl_intel_thread -liomp5 -lpthread -lm -ldl" CFLAGS=" -m64 -I$PREFIX/include" CXXFLAGS=" -m64 -I$PREFIX/include" --prefix=$PREFIX
# else
Expand Down

0 comments on commit 798f15e

Please sign in to comment.