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 9e0dd5e commit ae9012dCopy full SHA for ae9012d
pyproject.toml
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
9
[project]
10
name = "scipy-openblas64"
11
# v0.3.30-359-g29fab2b9
12
-version = "0.3.30.359.1"
+version = "0.3.30.359.2"
13
requires-python = ">=3.7"
14
description = "Provides OpenBLAS for python packaging"
15
readme = "README.md"
@@ -59,4 +59,4 @@ environment-pass = [
59
environment = { CC = "/opt/clang/bin/clang", CXX = "/opt/clang/bin/clang++", LDFLAGS = "-fuse-ld=lld" }
60
61
[tool.entry-points.pkg_config]
62
-scipy-openblas = scipy_openblas64/lib/pkgconfig
+scipy-openblas = 'scipy_openblas64.lib.pkgconfig'
0 commit comments