Skip to content

Commit 13d49e8

Browse files
committed
use gfortran-15 via FC environment variable on macos
1 parent 92e5374 commit 13d49e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99
[project]
1010
name = "scipy-openblas64"
1111
# v0.3.30-349-gf6df9beb
12-
version = "0.3.30.349.0"
12+
version = "0.3.30.349.1"
1313
requires-python = ">=3.7"
1414
description = "Provides OpenBLAS for python packaging"
1515
readme = "README.md"

tools/build_steps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function before_build {
3939
# get_macpython_environment ${MB_PYTHON_VERSION} venv
4040
python3.9 -m venv venv
4141
source venv/bin/activate
42-
alias gfortran=gfortran-15
42+
export FC=gfortran-15
4343
# Deployment target set by gfortran_utils
4444
echo "Deployment target $MACOSX_DEPLOYMENT_TARGET"
4545

0 commit comments

Comments
 (0)