From 3ef5582c8dde5e5b1ffbf11cdd4f4456b733b27e Mon Sep 17 00:00:00 2001 From: mattip Date: Fri, 14 Feb 2020 16:28:18 +0200 Subject: [PATCH] BLD: try commenting out installing gfortran on macOS --- azure-pipelines.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7bd7a1e1fa63..d9683277e9a2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -91,16 +91,16 @@ stages: # two C compilers, but with homebrew looks like we're # now stuck getting the full gcc toolchain instead of # just pulling in gfortran - - script: | - # same version of gfortran as the wheel builds - brew install gcc49 - # manually link critical gfortran libraries - ln -s /usr/local/Cellar/gcc@4.9/4.9.4_1/lib/gcc/4.9/libgfortran.3.dylib /usr/local/lib/libgfortran.3.dylib - ln -s /usr/local/Cellar/gcc@4.9/4.9.4_1/lib/gcc/4.9/libquadmath.0.dylib /usr/local/lib/libquadmath.0.dylib - # manually symlink gfortran-4.9 to plain gfortran - # for f2py - ln -s /usr/local/bin/gfortran-4.9 /usr/local/bin/gfortran - displayName: 'make gfortran available on mac os vm' + #- script: | + # # same version of gfortran as the wheel builds + # brew install gcc49 + # # manually link critical gfortran libraries + # ln -s /usr/local/Cellar/gcc@4.9/4.9.4_1/lib/gcc/4.9/libgfortran.3.dylib /usr/local/lib/libgfortran.3.dylib + # ln -s /usr/local/Cellar/gcc@4.9/4.9.4_1/lib/gcc/4.9/libquadmath.0.dylib /usr/local/lib/libquadmath.0.dylib + # # manually symlink gfortran-4.9 to plain gfortran + # # for f2py + # ln -s /usr/local/bin/gfortran-4.9 /usr/local/bin/gfortran + # displayName: 'make gfortran available on mac os vm' # use the pre-built openblas binary that most closely # matches our MacOS wheel builds -- currently based # primarily on file size / name details