Skip to content

Commit

Permalink
Revert to pkgconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Finnie committed Aug 3, 2024
1 parent f53b48a commit c59f5b0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = ["setuptools>=64",
"numpy>=1.24.4",
"cython>=0.29",
"setuptools>=61.0",
"scipy>=1.7.1"]
"scipy>=1.10.1"]
build-backend = "setuptools.build_meta"

[project]
Expand All @@ -18,7 +18,7 @@ dependencies = [
"numpy>=1.24.4",
"pandas>=2.2.2",
"python-dateutil>=2.0.0",
"scipy>=1.7.1",
"scipy>=1.10.1",
"sympy>=1.0.0",
"numpydoc>=0.6.0",
"cython>=0.29"
Expand Down Expand Up @@ -64,6 +64,7 @@ manylinux-x86_64-image = "manylinux2014"
# Install blas on linux
[tool.cibuildwheel.linux]
before-all = """
yum -y update && yum -y install pkgconfig openblas-devel openblas
#python -m pip install --upgrade pip
#pip install --prefer-binary scipy
# Note we can't just use the version from yum as it doesn't have a pkgconfig
Expand All @@ -74,7 +75,7 @@ before-all = """
#export PKG_CONFIG_PATH=/usr/local/OpenBLAS/lib/pkgconfig
"""
#
# "yum -y update && yum -y install openblas-devel openblas"
# "yum -y update && yum -y install pkgconfig openblas-devel openblas"
#before-test = "yum -y update && yum -y install openblas-devel openblas"


Expand Down

0 comments on commit c59f5b0

Please sign in to comment.