Open
Description
Building against CPython 3.9 I see the following errors:
/home/conda/feedstock_root/build_artifacts/adios-python_1602593380049/_build_env/lib/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it with " \
^~~~~~~
adios.cpp: In function 'PyObject* PyInit_adios()':
adios.cpp:52250:30: error: 'PyTypeObject {aka struct _typeobject}' has no member named 'tp_print'; did you mean 'tp_dict'?
__pyx_type_5adios_softdict.tp_print = 0;
^~~~~~~~
tp_dict
Refs.: https://github.com/conda-forge/adios-python-feedstock
cc @jychoi-hpc
Metadata
Metadata
Assignees
Labels
No labels