summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/libgit2
AgeCommit message (Collapse)AuthorFilesLines
2021-10-06Add 1.1.1 (#26484)haralmha1-0/+1
2021-05-19Use define_from_variant in numerous CMakePackages (#23655)Seth R. Johnson1-1/+1
Example replacement: ``` '-D(\w+)(:BOOL)?=\{0\}'\.\s*format\s*\(\s*'(ON|YES|true|TRUE)' if '\+(\w+)' in (self\.)?spec else '(OFF|NO|false|FALSE)'\) ``` with ``` self.define_from_variant('\1', '\4') ``` This will cause failures if any variants were misspelled: I have already caught two packages with nonexistent variants.
2021-01-22py-pygit2, libgit2: add new versions (#21160)ketsubouchi1-0/+1
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
- [x] add `concretize.lp`, `spack.yaml`, etc. to licensed files - [x] update all licensed files to say 2013-2021 using `spack license update-copyright-year` - [x] appease mypy with some additions to package.py that needed for oneapi.py
2020-06-04libgit2 v1.0.1 (#16952)Andrew Gaspar1-0/+1
2020-04-14libssh2: fix linking on macOS (#16012)Adam J. Stewart1-0/+1
* libssh2: fix linking on macOS * Fix libgit2 linkage to libssh2
2020-04-01Add libgit2 1.0.0 and 0.28.5 (#15801)Andrew Gaspar1-0/+4
2020-03-19Improvements to Rust's Installation (#15395)Andrew Gaspar1-4/+75
* Add sources and resources for each version of Rust * install bootstrapping compiler into stage * Add libgit2 * Install bootstrapping compiler correctly * implement full rust bootstrap * Remove support for Rust pre-1.14 Also add lots of comments * Support only Rust 1.17 and newer * Remove < 1.23 versions of Rust * Change the layout of rust_releases for maintainability * Remove LLVM variant * Address flake8 issues * Make libgit2 curl variant default False, conflict 0.28 and newer * Remove binutils dependency * Add ARM64 while we're at it * flake8 * use the 'python' routine rather than relying on the correct python to be picked up
2020-02-15Add extra version of libgit2 (#14957)iarspider1-0/+1
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-10-28Update URL parsing regexes and tests (#13411)Adam J. Stewart1-1/+1
* Update URL parsing regexes and tests * Get rid of no longer used README * Merge py-udunits and py-cf-units * netcdf -> netcdf-c * setup_environment -> setup_*_environment * Fix doc tests * Few last minute fixes * Simplify prefix removal copypasta
2019-10-12checksums: Remove or fix up unfetchable or unverifiable md5 versionsTodd Gamblin1-1/+0
This commit either removes remaining md5 checksums, or it replaces them with sha256 checksums verified by fetching over https.
2019-10-12checksums: use sha256 checksums everywhereTodd Gamblin1-2/+2
We'd like to use a consistent checksum scheme everywhere so that we can: a) incorporate archive checksums into our specs and have a consistent hashing algorithm across all specs. b) index mirrors with a consistent type of checksum, and not one that is dependent on how spack packages are written. - [x] convert existing md5, sha224, sha512, sha1 checksums to sha256
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
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-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2018-01-20Added libgit2@0.26.0 (#6952)sknigh1-0/+1
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-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-02-17py-git2: New Package (#1971)Elizabeth Fischer1-0/+41