Skip to content

Commit c2cf4b8

Browse files
committed
try recent gcc
1 parent 392b4cb commit c2cf4b8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cibw-scripts/before_all_linux.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ PROJECT_DIR="$1"
55
if [ -e /etc/alpine-release ]; then
66
# musllinux (Alpine Linux)
77
echo "Detected musllinux environment. Installing OpenBLAS using apk..."
8-
apk add --no-cache build-base openblas-dev
8+
# apk add --no-cache build-base openblas-dev
9+
apk add --no-cache openblas-dev gfortran=14.3.0-r5
910
else
1011
# manylinux (CentOS)
1112
echo "Detected manylinux environment. Installing OpenBLAS using yum..."

0 commit comments

Comments
 (0)