Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit c45aa95

Browse files
committed
libgfortran-4.4.7 is only available on manylinux2010 and lower
1 parent 0065156 commit c45aa95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function build_wheel {
77
local lib_plat=$PLAT
88
if [ -n "$IS_OSX" ]; then
99
install_gfortran
10-
else
10+
elif [ "$MB_ML_VER" == "2010" ]; then
1111
# For manylinux2010 builds with manylinux1 openblas builds
1212
$use_sudo yum install -y libgfortran-4.4.7
1313
fi

0 commit comments

Comments
 (0)