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
SQLite is another package that many people will have installed (firefox
uses it, for example) and that has few dependencies in Sage (only
readline).
libsqlite3 is used by Python during its build. Some Python packages need
sufficiently new versions. We set the lower bound slightly lower than
the current version available on XCode.
We detect it using `AC_RUN_IFELSE` because on macOS without homebrew,
there is no pkgconfig file.
URL: https://trac.sagemath.org/29002
Reported by: mjo
Ticket author(s): Michael Orlitzky, Matthias Koeppe
Reviewer(s): Dima Pasechnik, Matthias Koeppe
0 commit comments