summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/sqlite
AgeCommit message (Collapse)AuthorFilesLines
2018-12-19sqlite: add 3.26.0 (#10138)Michael Kuhn3-90/+4
2018-11-13sqlite: add 3.25.3 (#9756)Michael Kuhn1-1/+3
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
- remove the old LGPL license headers from all files in Spack - add SPDX headers to all files - core and most packages are (Apache-2.0 OR MIT) - a very small number of remaining packages are LGPL-2.1-only
2018-09-14Build Python 3.7 with external libffi. (#9245)Sergey Kosukhin1-0/+4
2018-06-07add sqlitebrowser (#8418)healther1-0/+22
* add sqlitebrowser Change-Id: I20cac709509e82d348cebc11b0d584b53b2ad3d4 * add message and clean up unnecessary code Change-Id: Ib9d2229ee25d751274680d06824891ee78fa5970 * and make flake8 happy Change-Id: I814eb89eefe1767af4d8043b08b61991750516df * make gcc-independence great again Change-Id: I75f7271757782a6735eb7f03c0551d190722974d * remove explicit import of dso_suffix Change-Id: I626c6391b22524895199db5508606c4cf22bf9b5
2018-05-20Add sqlite 3.23.1 (#8212)Adam J. Stewart1-0/+2
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2018-03-06Add sqlite 3.22.0 (#7335)mcneish11-0/+2
2017-12-19sqlite package: apply B0 patch to additional versions (#6728)Gregory Lee1-1/+1
2017-11-23New version and patch for 'sqlite'. (#6303)Sergey Kosukhin2-0/+57
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
We moved to a new GitHub org! Now make the code and docs reflect that.
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-08-04Add a QMakePackage base class (#4925)Adam J. Stewart1-0/+4
* Add a QMakePackage base class * Fix sqlite linking bug in qt-creator * Add latest version of qt-creator * Add latest version of qwt * Use raw strings for regular expressions * Increase minimum required version of qt * Add comment about specific version of sqlite required * Fixes for latest version of qwt and qt-creator * Older versions of Qwt only work with older versions of Qt
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-05-04patch sqlite to work around macro definition (#4117)Gregory Lee2-0/+19
2017-04-26Add missing readline dependency to sqlite (#4001)Adam J. Stewart1-7/+9
* Add missing readline dependency to sqlite * Fix typo
2017-04-19Add info for sqlite@3.18.0 (#3913)George Hartzell1-0/+2
2016-10-15fix sqlite download url (#2031)Pramod Kumbhar1-1/+1
2016-10-06Sqlite ppc64le configure build guess fix (#1684)James Wynne III1-1/+10
* Added check for ppc64le because configure cant guess the build type for rhel on ppc64le Expand/clarify description of dependency types Refactored getting the arch so that its less verbose * Fixed flake8 issues
2016-08-10Spack packages now PEP8 compliant.Todd Gamblin1-0/+1
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-8/+8
2015-12-25Merge branch 'develop' into mplegendre-multi_pkgsrc_rootsTodd Gamblin1-1/+1
Conflicts: lib/spack/spack/cmd/create.py lib/spack/spack/cmd/extensions.py lib/spack/spack/cmd/fetch.py lib/spack/spack/cmd/uninstall.py lib/spack/spack/config.py lib/spack/spack/database.py lib/spack/spack/directory_layout.py lib/spack/spack/packages.py lib/spack/spack/spec.py
2015-11-26New, cleaner package repository structure.Todd Gamblin1-0/+40
Package repositories now look like this: top-level-dir/ repo.yaml packages/ libelf/ package.py mpich/ package.py ... This leaves room at the top level for additional metadata, source, per-repo configs, indexes, etc., and it makes it easy to see that something is a spack repo (just look for repo.yaml and packages).