Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #31333: sage.env.sage_include_directories: Remove hard dependenc…
…y 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
- Loading branch information