From 9754b1b364ec257410faf8db6c1ff8f4857cc7d4 Mon Sep 17 00:00:00 2001 From: Juan Pablo Vielma Date: Wed, 19 Sep 2018 19:36:42 -0400 Subject: [PATCH] Update build_tarballs.jl --- build_tarballs.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build_tarballs.jl b/build_tarballs.jl index 35603cd..b8ca6ea 100644 --- a/build_tarballs.jl +++ b/build_tarballs.jl @@ -24,8 +24,7 @@ cd scs-2.0.2/ # flags="DLONG=1 USE_OPENMP=1" #fi # GOMP 4.0 would be required for OPENMP, which makes travis fail because it only has gcc version 4.8.4 -USE_OPENMP=0 -DLONG=1 +flags="DLONG=1 USE_OPENMP=0" if [ $target = "x86_64-apple-darwin14" ]; then install_name_tool -id libopenblas64_.dylib ${prefix}/lib/libopenblas64_.0.3.0.dev.dylib fi