Skip to content

Commit 93c3abd

Browse files
KenoKristofferC
authored andcommitted
See if building our own PCRE fixes the travis issues (JuliaLang#29162)
(cherry picked from commit d974f93)
1 parent 997bddb commit 93c3abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ before_install:
8080
BUILDOPTS="$BUILDOPTS USE_BINARYBUILDER_LLVM=1 LLVM_CONFIG=$TRAVIS_BUILD_DIR/usr/tools/llvm-config LLVM_SIZE=$TRAVIS_BUILD_DIR/usr/tools/llvm-size";
8181
BUILDOPTS="$BUILDOPTS VERBOSE=1 USE_BLAS64=0 SUITESPARSE_INC=-I$(brew --prefix suite-sparse-julia)/include FORCE_ASSERTIONS=1";
8282
BUILDOPTS="$BUILDOPTS LIBBLAS=-lopenblas LIBBLASNAME=libopenblas LIBLAPACK=-lopenblas LIBLAPACKNAME=libopenblas";
83-
for lib in SUITESPARSE BLAS LAPACK GMP MPFR PCRE LIBUNWIND; do
83+
for lib in SUITESPARSE BLAS LAPACK GMP MPFR LIBUNWIND; do
8484
BUILDOPTS="$BUILDOPTS USE_SYSTEM_$lib=1";
8585
done;
8686
export LDFLAGS="-L$(brew --prefix openblas-julia)/lib -L$(brew --prefix suite-sparse-julia)/lib";

0 commit comments

Comments
 (0)