File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -97,9 +97,10 @@ stages:
97
97
# manually link critical gfortran libraries
98
98
ln -s /usr/local/Cellar/[email protected] /4.9.4_1/lib/gcc/4.9/libgfortran.3.dylib /usr/local/lib/libgfortran.3.dylib
99
99
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
103
104
displayName: 'make gfortran available on mac os vm'
104
105
# use the pre-built openblas binary that most closely
105
106
# matches our MacOS wheel builds -- currently based
You can’t perform that action at this time.
0 commit comments