Page MenuHomePhabricator

MitkPythonService shouldn't use deprecated NumPy API functions
Closed, WontfixPublic

Description

Currently this warning is reported, which in turn is an error with errors as warnings:

/home/nolden/prj/llvm/ep/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: error:
"Using deprecated NumPy API, disable it by "
"#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Werror,-W#warnings]

If you insert

#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

in mitkPythonService.cpp before the NumPy include, you can see the errors.

Event Timeline

kislinsk claimed this task.
kislinsk added a project: Auto-closed.
kislinsk added a subscriber: kislinsk.

Hi there! 🙂

This task was auto-closed according to our Task Lifecycle Management.
Please follow this link for more information and don't forget that you are encouraged to reasonable re-open tasks to revive them. 🚑

Best wishes,
The MITK devs

kislinsk removed kislinsk as the assignee of this task.May 26 2020, 12:05 PM
kislinsk removed a subscriber: kislinsk.