Skip to content

Commit

Permalink
Simplify OSX configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Feb 8, 2019
1 parent bc1d2e6 commit c0c9dcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ before_install:
contrib/travis_fastfail.sh || exit 1;
brew rm --force gcc gmp mpfr pcre2;
brew install -v gcc gmp mpfr pcre2;
BUILDOPTS="-j3 USECLANG=1 USECCACHE=1 USE_BINARYBUILDER_LLVM=1 USE_BINARYBUILDER_OPENBLAS=1 USE_BINARYBUILDER_SUITESPARSE=1 BINARYBUILDER_LLVM_ASSERTS=1";
BUILDOPTS="$BUILDOPTS LLVM_CONFIG=$TRAVIS_BUILD_DIR/usr/tools/llvm-config LLVM_SIZE=$TRAVIS_BUILD_DIR/usr/tools/llvm-size";
BUILDOPTS="$BUILDOPTS VERBOSE=1 USE_BLAS64=0 FORCE_ASSERTIONS=1";
BUILDOPTS="$BUILDOPTS LIBBLAS=-lopenblas LIBBLASNAME=libopenblas LIBLAPACK=-lopenblas LIBLAPACKNAME=libopenblas";
BUILDOPTS="-j3 USECLANG=1 USECCACHE=1 VERBOS=1 FORCE_ASSERTIONS=1";
for proj in LLVM LLVM_ASSERTS OPENBLAS SUITESPARSE; do
BUILDOPTS="$BUILDOPTS USE_BINARYBUILDER_${proj}=1";
done;
for lib in GMP MPFR LIBUNWIND; do
BUILDOPTS="$BUILDOPTS USE_SYSTEM_$lib=1";
done;
Expand Down

0 comments on commit c0c9dcf

Please sign in to comment.