-
-
Notifications
You must be signed in to change notification settings - Fork 652
Closed
Milestone
Description
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.
Component: build: configure
Author: Michael Orlitzky, Matthias Koeppe
Branch: b261b31
Reviewer: Dima Pasechnik, Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/29002