Changes between Initial Version and Version 1 of Ticket #24987
- Timestamp:
- 03/15/18 12:47:04 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24987 – Description
initial v1 4 4 ls: cannot access local/lib/python2.7/site-packages/sage/libs/mpfr/: No such file or directory 5 5 }}} 6 7 The reasons seems to be that `sage.libs.mpfr` is not a Python package (in the sense that `import sage.libs.mpfr` does not work). The function `find_extra_files` in `src/sage_setup/find.py` only searches for Cython files within Python packages.