Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-02-26 | c-blosc: add v1.21.0 (#21968) | Adam J. Stewart | 1 | -0/+1 | |
2021-02-26 | Python: add new versions (#21969) | Adam J. Stewart | 1 | -1/+5 | |
2021-02-26 | py-importlib-resources: add v5.1.0 (#21970) | Adam J. Stewart | 1 | -1/+5 | |
2021-02-26 | py-pooch: add new package (#21972) | Adam J. Stewart | 1 | -0/+23 | |
2021-02-26 | openPMD-api: use cmake helpers (#21973) | Axel Huebl | 1 | -30/+21 | |
Modernize the `openpmd-api` package to use fancy new `CMakePackage` helpers when setting options from variants :-) | |||||
2021-02-26 | hwloc: add v2.4.1 (#21978) | Erik Schnetter | 1 | -0/+1 | |
2021-02-26 | dbow2: add a dependency on eigen (#21663) | h-denpo | 1 | -0/+1 | |
2021-02-26 | hypre: enable cuda variants (#21885) | eugeneswalker | 1 | -2/+39 | |
2021-02-26 | CMake: add a "build_type" variant (#21958) | Harmen Stoppels | 1 | -2/+6 | |
This permits to use MinSizeRel or other build types where they are a better fit. | |||||
2021-02-26 | cpmd: add expected smoke test check output (#21668) | ketsubouchi | 1 | -1/+5 | |
2021-02-26 | make `spack fetch` work with environments (#19166) | Andreas Baumbach | 4 | -20/+117 | |
* make `spack fetch` work with environments * previously: `spack fetch` required the explicit statement of the specs to be fetched, even when in an environment * now: if there is no spec(s) provided to `spack fetch` we check if an environment is active and if yes we fetch all uninstalled specs. | |||||
2021-02-26 | added waylaynd-protocols package (#21979) | Gregory Lee | 1 | -0/+29 | |
2021-02-26 | Revert "New package r-circstat@0.2-6 (#21777)" (#21974) | Glenn Johnson | 1 | -24/+0 | |
This reverts commit 61c8bc2b19941bb009bf261337765a2475a42459. | |||||
2021-02-25 | typo fix (#21967) | Greg Becker | 1 | -1/+1 | |
2021-02-25 | pegtl: manage options to build examples and tests when run_tests (#21866) | Daryl W. Grunau | 1 | -0/+22 | |
Co-authored-by: Daryl W. Grunau <dwg@lanl.gov> | |||||
2021-02-25 | Old concretizer: prevent unexpected propagation of external config (#20976) | Michael Kuron | 6 | -0/+87 | |
When using an external package with the old concretizer, all dependencies of that external package were severed. This was not performed bidirectionally though, so for an external package W with a dependency on Z, if some other package Y depended on Z, Z could still pull properties (e.g. compiler) from W since it was not severed as a parent dependency. This performs the severing bidirectionally, and adds tests to confirm expected behavior when using config from DAG-adjacent packages during concretization. | |||||
2021-02-25 | [flux-core] add -Wno-errpr=maybe-uninitialized (#21943) | Valentin Churavy | 1 | -0/+6 | |
Co-authored-by: Stephen Herbein <SteVwonder@users.noreply.github.com> | |||||
2021-02-25 | New package r-spades-addins at 0.1.2 (#21781) | Desmond Orton | 1 | -0/+31 | |
2021-02-25 | py-tensorflow: disable h5py/hdf5 mpi variant(s) if tensorflow is ~mpi (#21955) | Andrew W Elble | 2 | -1/+4 | |
2021-02-25 | tioga: add variants: +cuda and more (#21884) | eugeneswalker | 1 | -17/+36 | |
2021-02-25 | hdf5: drop support for libtool files (#21900) | Sergey Kosukhin | 1 | -21/+12 | |
2021-02-25 | meson: add 0.57.1 (#21959) | Michael Kuhn | 1 | -0/+1 | |
2021-02-25 | openmpi: add perl as a build dependency (#21956) | Harmen Stoppels | 1 | -1/+1 | |
2021-02-25 | WarpX: CMake (#21787) | Axel Huebl | 3 | -93/+158 | |
* New Package: py-picmistandard * New Package: py-warpx * WarpX: Transition to CMake | |||||
2021-02-25 | py-pydap: add new package (#21948) | Adam J. Stewart | 1 | -0/+24 | |
2021-02-25 | harfbuzz: dependency assumed cairo was compiled with +pdf and +ft (#21954) | Olivier Cessenat | 1 | -1/+1 | |
2021-02-25 | libpulsar: added dependency on curl (#21950) | h-denpo | 1 | -0/+1 | |
2021-02-25 | Fix recipe for evtgen 2.0; add variant for hepmc3 (#21814) | iarspider | 1 | -10/+53 | |
2021-02-25 | gridlab-d: specify xerces prefix (#21867) | Steven Smith | 1 | -0/+1 | |
2021-02-25 | w3m: new package at v0.5.3 (#21641) | ronin-gw | 3 | -0/+154 | |
2021-02-25 | Update fuse packages (#21901) | Harmen Stoppels | 2 | -3/+21 | |
Allow libfuse to build without setuid binary and bump versions of both libfuse and fuse-overlayfs. Still doesn't solve the issue where this package tries to install things into /etc/init.d though. | |||||
2021-02-25 | openblas: add perl as a build dependency (#21908) | Harmen Stoppels | 2 | -0/+60 | |
2021-02-25 | libxc: add perl as a build dependency (#21906) | Harmen Stoppels | 1 | -0/+2 | |
2021-02-25 | kcov: add missing dependency (#21932) | Harmen Stoppels | 1 | -0/+2 | |
kcov CMakeLists.txt generates the "kcov" executable only if certain dependencies are found. These dependencies are "libbfd", "libopcodes" and "libiberty", hence the dependency on binutils. | |||||
2021-02-25 | py-numcodecs: add v0.7.3, apple clang patch (#21944) | Adam J. Stewart | 2 | -3/+25 | |
* py-numcodecs: add new version, apple clang patch * py-numcodecs: add new version, apple clang patch | |||||
2021-02-25 | py-cfgrib: new package at v0.9.8.5 (#21946) | Adam J. Stewart | 1 | -0/+24 | |
2021-02-25 | py-h5netcdf: new package at v0.10.0 (#21947) | Adam J. Stewart | 1 | -0/+21 | |
2021-02-25 | py-webob: new package at v1.8.7 (#21949) | Adam J. Stewart | 1 | -0/+18 | |
2021-02-25 | libblastrampoline: Add version 3.0.0 (#21939) | Mosè Giordano | 1 | -0/+1 | |
2021-02-25 | New package r-spades-core at 1.0.5 (#21782) | Desmond Orton | 1 | -0/+39 | |
2021-02-24 | llvm-doe+lldb: @doe: fix improper set of LLDB_ENABLE_PYTHON (#21935) | eugeneswalker | 1 | -3/+3 | |
2021-02-25 | Overhaul xgboost packages (#21661) | Adam J. Stewart | 3 | -18/+96 | |
* Overhaul xgboost packages * Don't deprecate xgboost 0.90 * Add py-xgboost@0.90, but deprecate it * extras_require added in 1.0.0 * Deprecate py-dask-xgboost * Simplify setting cuda arch | |||||
2021-02-25 | libjpeg: add version 9d (#21819) | Matthijs van Waveren | 1 | -1/+2 | |
* Update package libjpeg * Change order and remove empty line. * emove space | |||||
2021-02-25 | font-util: fix typo in default fonts (#21933) | Adam J. Stewart | 1 | -1/+1 | |
2021-02-25 | py-azureml-dataprep: add new version (#21919) | Adam J. Stewart | 1 | -2/+9 | |
2021-02-24 | New package r-qs at 0.23.5 (#21779) | Desmond Orton | 1 | -0/+26 | |
2021-02-24 | Silo: fix build errors with +silex on ubuntu18.04(#21877) | Olivier Cessenat | 1 | -2/+4 | |
2021-02-24 | Silo: Update URLs (#21880) | Rémi Lacroix | 1 | -3/+3 | |
2021-02-24 | Run clingo-cffi tests in a container (#21913) | Massimiliano Culpo | 1 | -36/+6 | |
There clingo-cffi job has two issues to be solved: 1. It uses the default concretizer 2. It requires a package from https://test.pypi.org/simple/ The former can be fixed by setting the SPACK_TEST_SOLVER environment variable to "clingo". The latter though requires clingo-cffi to be pushed to a more stable package index (since https://test.pypi.org/simple/ is meant as a scratch version of PyPI that can be wiped at any time). For the time being run the tests in a container. Switch back to PyPI whenever a new official version of clingo will be released. | |||||
2021-02-24 | py-azureml-train: add new version (#21929) | Adam J. Stewart | 1 | -0/+3 | |