Commit 1384fa21 authored by Bolea Sanchez, Vicente Adolfo's avatar Bolea Sanchez, Vicente Adolfo Committed by ornladios-robot
Browse files

Merge pull request #4995 from vicentebolea/pip-enable-curl

pip: enable curl
(cherry picked from commit 243ec6a4)
parent 760282e0
Loading
Loading
Loading
Loading
+10 −9
Original line number Diff line number Diff line
@@ -78,22 +78,23 @@ input = "VERSION.TXT"
regex = "^(?P<value>.+?)$"

[tool.scikit-build.cmake.define]
ADIOS2_USE_PIP = "ON"
ADIOS2_USE_Python = "ON"
ADIOS2_INSTALL_GENERATE_CONFIG = "OFF"
ADIOS2_USE_Blosc2 = "OFF"
ADIOS2_USE_BZip2 = "OFF"
ADIOS2_USE_CURL = "OFF"
ADIOS2_USE_Curl = "ON"
ADIOS2_USE_DataMan = "OFF"
ADIOS2_USE_Fortran = "OFF"
ADIOS2_USE_MPI = "OFF"
ADIOS2_USE_HDF5 = "OFF"
ADIOS2_USE_HDF5_VOL = "OFF"
ADIOS2_USE_BZip2 = "OFF"
ADIOS2_USE_Blosc2 = "OFF"
ADIOS2_USE_DataMan = "OFF"
ADIOS2_USE_MPI = "OFF"
ADIOS2_USE_OpenSSL = "ON"
ADIOS2_USE_PIP = "ON"
ADIOS2_USE_Python = "ON"
ADIOS2_USE_SZ = "OFF"
ADIOS2_USE_ZeroMQ = "OFF"
ADIOS2_USE_ZFP = "OFF"
ADIOS2_USE_OpenSSL = "ON"
ADIOS2_USE_Curl = "ON"
BUILD_TESTING = "OFF"
ADIOS2_INSTALL_GENERATE_CONFIG = "OFF"
EVPATH_TRANSPORT_MODULES = "OFF"

[[tool.scikit-build.overrides]]