Unverified Commit 96885c7a authored by Bolea Sanchez, Vicente Adolfo's avatar Bolea Sanchez, Vicente Adolfo Committed by GitHub
Browse files

Merge pull request #4966 from ornladios-robot/backport-to-release_212-4964

Backport #4964 to release_212
parents 2dd4d01a b12fbb1d
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -52,6 +52,9 @@ Changelog = "https://github.com/ornladios/ADIOS2/releases"
# Trigger an install of the package, and run a basic test
test-command = "python -m unittest adios2.test.simple_read_write.TestSimpleReadWrite"

[tool.cibuildwheel.linux]
before-all = "yum install -y openssl-devel"

# For Python 3.12+ enable the stable ABI so a single wheel covers all future
# interpreters. For 3.9–3.11 a standard per-version wheel is built instead.
[[tool.cibuildwheel.overrides]]
@@ -87,10 +90,17 @@ ADIOS2_USE_DataMan = "OFF"
ADIOS2_USE_SZ = "OFF"
ADIOS2_USE_ZeroMQ = "OFF"
ADIOS2_USE_ZFP = "OFF"
ADIOS2_USE_OpenSSL = "OFF"
ADIOS2_USE_OpenSSL = "ON"
ADIOS2_USE_Curl = "ON"
BUILD_TESTING = "OFF"
ADIOS2_INSTALL_GENERATE_CONFIG = "OFF"

[[tool.scikit-build.overrides]]
if.platform-system = "win32"
cmake.define.ADIOS2_USE_OpenSSL = "OFF"
cmake.define.ADIOS2_USE_Curl = "OFF"
inherit.cmake.define = "append"

[tool.ruff]
line-length = 100
exclude = ["thirdparty", ".gitlab/config/SpackCIBridge.py"]
+1 −0
Original line number Diff line number Diff line
@@ -12,3 +12,4 @@ dependencies:
  - msmpi
  - numpy >=1.19,<=2.3.4 # 2.3.5 makes `import numpy` to fail mysteriously
  - python >=3.8,<=3.13
  - zlib