We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e5374 commit 13d49e8Copy full SHA for 13d49e8
pyproject.toml
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
9
[project]
10
name = "scipy-openblas64"
11
# v0.3.30-349-gf6df9beb
12
-version = "0.3.30.349.0"
+version = "0.3.30.349.1"
13
requires-python = ">=3.7"
14
description = "Provides OpenBLAS for python packaging"
15
readme = "README.md"
tools/build_steps.sh
@@ -39,7 +39,7 @@ function before_build {
39
# get_macpython_environment ${MB_PYTHON_VERSION} venv
40
python3.9 -m venv venv
41
source venv/bin/activate
42
- alias gfortran=gfortran-15
+ export FC=gfortran-15
43
# Deployment target set by gfortran_utils
44
echo "Deployment target $MACOSX_DEPLOYMENT_TARGET"
45
0 commit comments