You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trac #31333: sage.env.sage_include_directories: Remove hard dependency on numpy
(extracted from and needed for #29865)
`sage_include_directories` returns the basic list of include directories
for compiling extensions, not including directories obtained through
pkgconfig etc. This basic list includes directories supplied by numpy.
This is fine for the monolithic Sage library because `numpy` is a
standard package; but in the course of modularization, we will have
various distributions that do not need the dependency on numpy.
We use try/expect around the import and call to numpy.
URL: https://trac.sagemath.org/31333
Reported by: mkoeppe
Ticket author(s): Matthias Koeppe
Reviewer(s): François Bissey
0 commit comments