Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-28 | autotools: patch 'libtool' recursively in subdirectories (#18620) | Tomoki, Karatsu | 1 | -17/+20 | |
Previous version was doing it only in the root build directory. | |||||
2020-09-28 | Fix usage of builtin file as variable name (#19018) | Adam J. Stewart | 2 | -34/+35 | |
2020-09-25 | libuv: added v1.40.0 and v1.39.0 (#18974) | Massimiliano Culpo | 1 | -6/+4 | |
2020-09-25 | Streamline key management for build caches (#17792) | Omar Padron | 14 | -226/+746 | |
* Rework spack.util.web.list_url() list_url() now accepts an optional recursive argument (default: False) for controlling whether to only return files within the prefix url or to return all files whose path starts with the prefix url. Allows for the most effecient implementation for the given prefix url scheme. For example, only recursive queries are supported for S3 prefixes, so the returned list is trimmed down if recursive == False, but the native search is returned as-is when recursive == True. Suitable implementations for each case are also used for file system URLs. * Switch to using an explicit index for public keys Switches to maintaining a build cache's keys under build_cache/_pgp. Within this directory is an index.json file listing all the available keys and a <fingerprint>.pub file for each such key. - Adds spack.binary_distribution.generate_key_index() - (re)generates a build cache's key index - Modifies spack.binary_distribution.build_tarball() - if tarball is signed, automatically pushes the key used for signing along with the tarball - if regenerate_index == True, automatically (re)generates the build cache's key index along with the build cache's package index; as in spack.binary_distribution.generate_key_index() - Modifies spack.binary_distribution.get_keys() - a build cache's key index is now used instead of programmatic listing - Adds spack.binary_distribution.push_keys() - publishes keys from Spack's keyring to a given list of mirrors - Adds new spack subcommand: spack gpg publish - publishes keys from Spack's keyring to a given list of mirrors - Modifies spack.util.gpg.Gpg.signing_keys() - Accepts optional positional arguments for filtering the set of keys returned - Adds spack.util.gpg.Gpg.public_keys() - As spack.util.gpg.Gpg.signing_keys(), except public keys are returned - Modifies spack.util.gpg.Gpg.export_keys() - Fixes an issue where GnuPG would prompt for user input if trying to overwrite an existing file - Modifies spack.util.gpg.Gpg.untrust() - Fixes an issue where GnuPG would fail for input that were not key fingerprints - Modifies spack.util.web.url_exists() - Fixes an issue where url_exists() would throw instead of returning False * rework gpg module/fix error with very long GNUPGHOME dir * add a shim for functools.cached_property * handle permission denied error in gpg util * fix tests/make gpgconf optional if no socket dir is available | |||||
2020-09-25 | Add new package: 3proxy (#18831) | darmac | 1 | -0/+30 | |
2020-09-25 | veloc: add v1.4, unconstrain dependency on boost (#18938) | eugeneswalker | 1 | -6/+3 | |
* veloc: add v1.4 * veloc: unconstrain boost dependency | |||||
2020-09-25 | refactor install_tree to use projections format (#18341) | Greg Becker | 11 | -102/+243 | |
* refactor install_tree to use projections format * Add update method for config.yaml * add test for config update config | |||||
2020-09-25 | sgpp: allow building on aarch64 (#18968) | t-nojiri | 2 | -0/+51 | |
2020-09-25 | pyopencl: add new package (#18899) | Matthias Diener | 1 | -0/+35 | |
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2020-09-25 | eccodes: update and a add new version (#18864) | Sergey Kosukhin | 4 | -92/+77 | |
2020-09-25 | steps:allow building on aarch64 (#18966) | t-nojiri | 2 | -0/+13 | |
2020-09-25 | lcov: added v1.15 (#18959) | Kelly (KT) Thompson | 1 | -0/+1 | |
2020-09-25 | oclgrind: added new package at v19.10 (#18943) | Matthias Diener | 1 | -0/+21 | |
2020-09-25 | umap: added v2.1.0 (#18946) | egreen77 | 1 | -1/+2 | |
2020-09-25 | sundials: added v5.4.0 (#18949) | Cody Balos | 1 | -0/+1 | |
2020-09-25 | minimd: allow building on aarch64 (#18951) | t-nojiri | 1 | -0/+4 | |
2020-09-25 | ROCm3.8 atmi, hipify-clang, rocm-clang-ocl, rocm-dbgapi, rocprofiler (#18871) | Ganesh Kumar | 5 | -14/+27 | |
Co-authored-by: root <root@mlseqa-hyd-virt-srv-07.amd.com> | |||||
2020-09-24 | Updated cuDNN to include hash codes for 8.0.3. (#18948) | Brian Van Essen | 1 | -2/+16 | |
2020-09-24 | package py-psycopg2: add new version, specify python versions (#18877) | Sinan | 1 | -0/+3 | |
Co-authored-by: sbulut <sbulut@3vgeomatics.com> | |||||
2020-09-24 | Add new package: cachefilesd (#18907) | darmac | 1 | -0/+32 | |
2020-09-24 | Add new package: dhtest (#18908) | darmac | 1 | -0/+22 | |
2020-09-24 | Add new package: cronie (#18909) | darmac | 1 | -0/+23 | |
2020-09-24 | Add new package: dcap (#18910) | darmac | 1 | -0/+24 | |
2020-09-24 | Add new package: ctpl (#18911) | darmac | 1 | -0/+27 | |
2020-09-24 | Add new package: chrony (#18912) | darmac | 1 | -0/+26 | |
2020-09-24 | Add new package: duperemove (#18913) | darmac | 1 | -0/+23 | |
2020-09-24 | Add new package: dracut (#18914) | darmac | 1 | -0/+19 | |
2020-09-24 | Add new package: distcc (#18915) | darmac | 1 | -0/+26 | |
2020-09-24 | Add new package: libuser (#18916) | darmac | 1 | -0/+24 | |
2020-09-24 | lcals: Fix for aarch64 (#18918) | t-nojiri | 1 | -0/+6 | |
2020-09-24 | Add new package: rrdtool (#18919) | darmac | 1 | -0/+26 | |
2020-09-24 | Add new package: procps-ng (#18921) | darmac | 1 | -0/+18 | |
2020-09-24 | Add new package: quota (#18922) | darmac | 1 | -0/+18 | |
2020-09-24 | Add new package: slang (#18923) | darmac | 1 | -0/+18 | |
2020-09-24 | Add new package: acct (#18924) | darmac | 1 | -0/+20 | |
2020-09-24 | Add new package: smartmontools (#18926) | darmac | 1 | -0/+19 | |
2020-09-24 | Add new package: geoip (#18927) | darmac | 1 | -0/+18 | |
2020-09-24 | Add new package: libtheora (#18928) | darmac | 1 | -0/+31 | |
2020-09-24 | Add new package: setserial (#18929) | darmac | 1 | -0/+20 | |
2020-09-24 | Add new package: diffmark (#18930) | darmac | 1 | -0/+21 | |
2020-09-24 | Add new package: debbuild (#18931) | darmac | 1 | -0/+15 | |
2020-09-24 | Add new package: turnserver (#18932) | darmac | 1 | -0/+17 | |
2020-09-24 | Add new package: disktype (#18934) | darmac | 1 | -0/+22 | |
2020-09-24 | Add new package: dnstop (#18935) | darmac | 1 | -0/+24 | |
2020-09-24 | Classic Flang Master Update (#18748) | Nichols A. Romero | 2 | -7/+22 | |
* Flang master branch is now the preferred version. * Flang master branch can now use LLVM 9 * Remove master as this was never used by Flang. * Add LLVM-Flang release_90 and release_90. | |||||
2020-09-24 | renaming of Rocclr ,rocgdb to hip-rocclr and rocm-gdb ,fix build error for ↵ | Sreenivasa Murthy Kolam | 7 | -16/+22 | |
rocm-opencl (#18900) * renaming of rocclr , rocgdb to hip-rocclr and rocm-gdb * fix flake8 errors and fix build error for luma | |||||
2020-09-24 | pythia8: Add version 8303, make default (#18874) | Dr. Christian Tacke | 1 | -1/+2 | |
* Add version 8303 * Until now, the latest 82xx release was the `preferred` version. We agreed to let the latest version be the preferred one now. | |||||
2020-09-23 | Fix pkgconfig dependency (#18750) | Michael Kuhn | 3 | -3/+3 | |
pkgconfig is the virtual dependency, pkg-config is one provider. | |||||
2020-09-23 | Add new package: usbutils (#18825) | darmac | 1 | -0/+24 | |
2020-09-23 | Add new package: abduco (#18725) | darmac | 1 | -0/+24 | |