Skip to content

Commit 67f29ff

Browse files
committed
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.
1 parent e0660d4 commit 67f29ff

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

azure-pipelines.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,10 @@ stages:
9797
# manually link critical gfortran libraries
9898
ln -s /usr/local/Cellar/[email protected]/4.9.4_1/lib/gcc/4.9/libgfortran.3.dylib /usr/local/lib/libgfortran.3.dylib
9999
ln -s /usr/local/Cellar/[email protected]/4.9.4_1/lib/gcc/4.9/libquadmath.0.dylib /usr/local/lib/libquadmath.0.dylib
100-
# manually symlink gfortran-4.9 to plain gfortran
101-
# for f2py
102-
ln -s /usr/local/bin/gfortran-4.9 /usr/local/bin/gfortran
100+
# Manually symlink gfortran-4.9 to plain gfortran for f2py.
101+
# No longer needed after Feb 13 2020 as gfortran is already present
102+
# and the attempted link errors. Keep this for future reference.
103+
# ln -s /usr/local/bin/gfortran-4.9 /usr/local/bin/gfortran
103104
displayName: 'make gfortran available on mac os vm'
104105
# use the pre-built openblas binary that most closely
105106
# matches our MacOS wheel builds -- currently based

0 commit comments

Comments
 (0)