diff options
author | Christoph Conrads <christoph.conrads@inria.fr> | 2021-09-10 02:13:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-09 18:13:49 -0600 |
commit | b12f38383c4a44d90244dc661d24fdf5b1d0e203 (patch) | |
tree | 5a5e65c7cf2f4f9291addf2e1e778df92e5e2ef0 /lib | |
parent | 9084ad69b453e14b47e60210e60d76f58e001721 (diff) | |
download | spack-b12f38383c4a44d90244dc661d24fdf5b1d0e203.tar.gz spack-b12f38383c4a44d90244dc661d24fdf5b1d0e203.tar.bz2 spack-b12f38383c4a44d90244dc661d24fdf5b1d0e203.tar.xz spack-b12f38383c4a44d90244dc661d24fdf5b1d0e203.zip |
SQLite: fix rtree, add version, make discoverable (#25554)
There are two ways to build SQLite: With the Autotools setup or the
so-called "amalgamation" which is a single large C file containing the
SQLite implementation. The amalgamation build is controlled by
pre-processor flags and the Spack setup was using an amalgamation
pre-processor flag for a feature that is controlled by an option of the
configure script. As a consequence, until now Spack has always built
SQLite with the rtree feature enabled.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions