-
Notifications
You must be signed in to change notification settings - Fork 146
Closed as not planned
Labels
Description
Why is this feature important?
Among CPython, PyPy is an increasingly popular, fast Python implementation and supported by pybind11 which we use for binding code.
What is the potential impact of this feature in the community?
Broader usage of ADIOS2 in more python projects on the long term. Support of all build targets on conda-forge
Is your feature request related to a problem? Please describe.
Yes, ADIOS2 currently bails out in the CMake config step of the PyPy migration (addition) on conda-forge: conda-forge/adios2-feedstock#10
Could NOT find PythonFull (missing: PYTHON_LIBRARIES Libs)
Describe the solution you'd like and potential required effort
Potentially this affects only the CMake scripts.
Additional context
Please see the CI output in conda-forge/adios2-feedstock#10
williamfgc