summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-02-15 12:03:43 -0700
committerCharles Harris <charlesr.harris@gmail.com>2020-02-15 13:51:40 -0700
commit62716e904d712cad9179b93b3847e3bb6282c1d2 (patch)
treec0eadec2f38a3171dd9c95c0d889d0b8ade741b8
parent1f9ab28a9ee5a0cda956da35d0c77a3a4c4bcd55 (diff)
downloadnumpy-62716e904d712cad9179b93b3847e3bb6282c1d2.tar.gz
TST: Do not create gfortran link in azure Mac testing.
The gfortran link is preinstalled since Feb 13, 2020 and attempting to create the link causes an error to be raised.
-rw-r--r--azure-pipelines.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 7bd7a1e1f..acf22edf8 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -97,9 +97,10 @@ stages:
# 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
+ # Manually symlink gfortran-4.9 to plain gfortran for f2py.
+ # No longer needed after Feb 13 2020 as gfortran is already present
+ # and the attempted link errors. Keep this for future reference.
+ # 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