Cleanup. Make the libsndfile version less specific.
This commit is contained in:
parent
fa6250d649
commit
33a330641f
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@ before-test = "yum -y install libsndfile"
|
||||||
[tool.cibuildwheel.macos]
|
[tool.cibuildwheel.macos]
|
||||||
before-test = "brew install libsndfile"
|
before-test = "brew install libsndfile"
|
||||||
|
|
||||||
#[tool.cibuildwheel.windows]
|
# Will re-enable Windows ARM64 once libebur128 pull request #131 is merged.
|
||||||
# Will re-enable ARM64 once libebur128 pull request #131 is merged.
|
|
||||||
# https://github.com/jiixyj/libebur128/pull/131
|
# https://github.com/jiixyj/libebur128/pull/131
|
||||||
|
#[tool.cibuildwheel.windows]
|
||||||
#archs = ['auto', 'ARM64']
|
#archs = ['auto', 'ARM64']
|
||||||
|
|
||||||
[[tool.cibuildwheel.overrides]]
|
[[tool.cibuildwheel.overrides]]
|
||||||
|
@ -32,7 +32,7 @@ before-test = [
|
||||||
'apk add libsndfile',
|
'apk add libsndfile',
|
||||||
'pip install soundfile',
|
'pip install soundfile',
|
||||||
'PYVER=`python -c "import sys; print(\".\".join(map(str, sys.version_info[:2])))"`',
|
'PYVER=`python -c "import sys; print(\".\".join(map(str, sys.version_info[:2])))"`',
|
||||||
'sed -i "192b1; b ;:1;s/_explicit_libname/\"\/usr\/lib\/libsndfile.so.1.0.37\"/g" $VIRTUAL_ENV/lib/python$PYVER/site-packages/soundfile.py',
|
'sed -i "192b1; b ;:1;s/_explicit_libname/\"\/usr\/lib\/libsndfile.so.1\"/g" $VIRTUAL_ENV/lib/python$PYVER/site-packages/soundfile.py',
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
|
|
Loading…
Reference in a new issue