summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-09-28macOS CI: replace jupyter with jupyterlab (#19029)Adam J. Stewart1-2/+1
2020-09-28Paraview 5.6.2's version of VTK (8.2.0) is incompatible with Python 3.8 (#18881)QuellynSnead1-0/+5
* Paraview 5.6.2's version of VTK (8.2.0) is incompatible with Python 3.8. (see https://gitlab.kitware.com/vtk/vtk/-/issues/17670) * Trailing whitespace
2020-09-28rocfft ,rocrand changes for rocm-3.8.0 (#18879)Sreenivasa Murthy Kolam2-5/+7
* rocfft changes for rocm-3.8.0 * changes to the version * rocrand recipe changes for rocm-3.8.0
2020-09-28EnTT: added new package at v3.5.2 (#19021)Massimiliano Culpo1-0/+28
2020-09-28Kokkos nvcc wrapper 3.2.00 (#19023)Harmen Stoppels3-14/+22
* Add more updates for kokkos 3.2 release, particularly nvcc-wrapper * Use an ordinary Package Co-authored-by: Jeremiah J Wilke <jjwilke@kokkos-dev-2.sandia.gov>
2020-09-28APR: fix build with Apple Clang 12 (#19016)Adam J. Stewart2-0/+155
2020-09-28ROCm3.8 hipcub, hipsparse, rocprim, rocsparse & rocthrust (#18936)Ganesh Kumar7-12/+20
* ROCm3.8 atmi, hipify-clang, rocm-clang-ocl, rocm-dbgapi, rocprofiler * ROCm3.8 hipcub, hipsparse, rocprim, rocsparse & rocthrust * review comments * Review comments Co-authored-by: root <root@mlseqa-hyd-virt-srv-07.amd.com>
2020-09-28ROCm3.8 hipfort recipe (#19024)Ganesh Kumar1-0/+26
* ROCm3.8 hipfort recipe * review comments
2020-09-28librsvg: added v2.50.0 (#18865) (#18869)Pariksheet Nanda1-2/+4
2020-09-28autotools: patch 'libtool' recursively in subdirectories (#18620)Tomoki, Karatsu1-17/+20
Previous version was doing it only in the root build directory.
2020-09-28Fix usage of builtin file as variable name (#19018)Adam J. Stewart2-34/+35
2020-09-25libuv: added v1.40.0 and v1.39.0 (#18974)Massimiliano Culpo1-6/+4
2020-09-25Streamline key management for build caches (#17792)Omar Padron14-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-25Add new package: 3proxy (#18831)darmac1-0/+30
2020-09-25veloc: add v1.4, unconstrain dependency on boost (#18938)eugeneswalker1-6/+3
* veloc: add v1.4 * veloc: unconstrain boost dependency
2020-09-25refactor install_tree to use projections format (#18341)Greg Becker11-102/+243
* refactor install_tree to use projections format * Add update method for config.yaml * add test for config update config
2020-09-25sgpp: allow building on aarch64 (#18968)t-nojiri2-0/+51
2020-09-25pyopencl: add new package (#18899)Matthias Diener1-0/+35
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-09-25eccodes: update and a add new version (#18864)Sergey Kosukhin4-92/+77
2020-09-25steps:allow building on aarch64 (#18966)t-nojiri2-0/+13
2020-09-25lcov: added v1.15 (#18959)Kelly (KT) Thompson1-0/+1
2020-09-25oclgrind: added new package at v19.10 (#18943)Matthias Diener1-0/+21
2020-09-25umap: added v2.1.0 (#18946)egreen771-1/+2
2020-09-25sundials: added v5.4.0 (#18949)Cody Balos1-0/+1
2020-09-25minimd: allow building on aarch64 (#18951)t-nojiri1-0/+4
2020-09-25ROCm3.8 atmi, hipify-clang, rocm-clang-ocl, rocm-dbgapi, rocprofiler (#18871)Ganesh Kumar5-14/+27
Co-authored-by: root <root@mlseqa-hyd-virt-srv-07.amd.com>
2020-09-24Updated cuDNN to include hash codes for 8.0.3. (#18948)Brian Van Essen1-2/+16
2020-09-24package py-psycopg2: add new version, specify python versions (#18877)Sinan1-0/+3
Co-authored-by: sbulut <sbulut@3vgeomatics.com>
2020-09-24Add new package: cachefilesd (#18907)darmac1-0/+32
2020-09-24Add new package: dhtest (#18908)darmac1-0/+22
2020-09-24Add new package: cronie (#18909)darmac1-0/+23
2020-09-24Add new package: dcap (#18910)darmac1-0/+24
2020-09-24Add new package: ctpl (#18911)darmac1-0/+27
2020-09-24Add new package: chrony (#18912)darmac1-0/+26
2020-09-24Add new package: duperemove (#18913)darmac1-0/+23
2020-09-24Add new package: dracut (#18914)darmac1-0/+19
2020-09-24Add new package: distcc (#18915)darmac1-0/+26
2020-09-24Add new package: libuser (#18916)darmac1-0/+24
2020-09-24lcals: Fix for aarch64 (#18918)t-nojiri1-0/+6
2020-09-24Add new package: rrdtool (#18919)darmac1-0/+26
2020-09-24Add new package: procps-ng (#18921)darmac1-0/+18
2020-09-24Add new package: quota (#18922)darmac1-0/+18
2020-09-24Add new package: slang (#18923)darmac1-0/+18
2020-09-24Add new package: acct (#18924)darmac1-0/+20
2020-09-24Add new package: smartmontools (#18926)darmac1-0/+19
2020-09-24Add new package: geoip (#18927)darmac1-0/+18
2020-09-24Add new package: libtheora (#18928)darmac1-0/+31
2020-09-24Add new package: setserial (#18929)darmac1-0/+20
2020-09-24Add new package: diffmark (#18930)darmac1-0/+21
2020-09-24Add new package: debbuild (#18931)darmac1-0/+15