Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-26 | Build OpenMP in LLVM via LLVM_ENABLE_RUNTIMES. (#26870) | Ye Luo | 1 | -5/+34 | |
2021-10-26 | fix bug when there is version id in the path of compiler (#26916) | Hao Lyu | 1 | -2/+2 | |
2021-10-26 | hpctoolkit: add version 2021.10.15 (#26881) | Mark W. Krentel | 1 | -0/+1 | |
2021-10-26 | Py-Libensemble: Add E4S testsuite stand alone test (#26270) | Richarda Butler | 1 | -0/+26 | |
2021-10-26 | fix the spack test dir (#26816) | Miroslav Stoyanov | 1 | -1/+1 | |
2021-10-26 | ROCm packages: add RelWithDebInfo build_type (#26888) | Sreenivasa Murthy Kolam | 41 | -24/+57 | |
Also set default build_type to Release for many ROCm packages. | |||||
2021-10-26 | upp: Add version 10.0.10 (#26946) | Kyle Gerheiser | 1 | -0/+2 | |
2021-10-26 | htop: add new URL and versions (#26928) | Seth R. Johnson | 1 | -6/+12 | |
2021-10-26 | virtest: prevent out-of-order build/test (#26944) | Ben Morgan | 1 | -0/+5 | |
Use of `-R` flag to CTest command causes "empty-14" test to run, by matching "empty", before the empty-14 target is built. Patch CTest command in buildscript to match name exactly. | |||||
2021-10-26 | hiop: update constraints and add new version (#26905) | Asher Mancinelli | 1 | -50/+51 | |
* Update hiop package dependencies * Use single quotes to shrink diff * add hiop 0.5.1 * apply flake8 * Apply formatting suggestions | |||||
2021-10-26 | Add checksum for py-argon2-cffi 21.1.0 and update python dependency (#26894) | iarspider | 1 | -1/+4 | |
* Add checksum for py-argon2-cffi 21.1.0 and update python dependency * Update package.py | |||||
2021-10-26 | New versions: py-bleach 4.0.0 and 4.1.0 (#26947) | iarspider | 1 | -0/+3 | |
2021-10-26 | New version: py-beniget 0.4.1 (#26945) | iarspider | 1 | -0/+1 | |
2021-10-26 | geant4: depends_on vecgeom@1.1.8:1.1 range (#26917) | Wouter Deconinck | 2 | -1/+2 | |
* [geant4] depends_on vecgeom@1.1.8:1.1 range While previous versions were unclear, the [geant4.10.7 release notes](https://geant4-data.web.cern.ch/ReleaseNotes/ReleaseNotes4.10.7.html) indicate that vecgeom@1.1.8 is a minimum required version, not an exact required version ("Set VecGeom-1.1.8 as minimum required version for optional build with VecGeom."). This will allow some more freedom on the concretizer solutions while allowing geant4 to take advantage of bugfixes and improvements in vecgeom. * [vecgeom] new version 1.1.17 | |||||
2021-10-26 | freetype: explicitly specify dependencies (#26942) | Seth R. Johnson | 1 | -2/+8 | |
Freetype picked up 'brotli' from homebrew, causing issues downstream. | |||||
2021-10-26 | tau: add version 2.30.2 (#26941) | eugeneswalker | 1 | -0/+1 | |
2021-10-26 | unifyfs: Remove the hdf5 variant (examples only) (#26932) | Chuck Atkins | 2 | -12/+1 | |
UnifyFS doesn't actually use HDF5 for anything. Enabling it only enables a few examples to be built so it's not actually a dependency of the package. | |||||
2021-10-25 | qt package: versions @:5.13 don't build with gcc@11: (#26922) | Seth R. Johnson | 1 | -0/+1 | |
2021-10-25 | charmpp: add version 7.0.0 (#26940) | Ronak Buch | 1 | -0/+1 | |
2021-10-25 | py-kornia: add version 0.6.1 (#26939) | Adam J. Stewart | 1 | -0/+3 | |
2021-10-25 | py-shapely: add version 1.8.0 (#26937) | Adam J. Stewart | 1 | -2/+4 | |
2021-10-25 | py-scikit-learn: add version 1.0.1 (#26934) | Adam J. Stewart | 1 | -0/+1 | |
2021-10-25 | PyTorch/torchvision: add version 1.10.0/0.11.1 (#26889) | Adam J. Stewart | 2 | -21/+16 | |
* For py-torch: Also update dependencies: many version constraints with an upper bound of @1.9 are now open (e.g. `@1.8.0:1.9` is converted to `@1.8.0:`). * For py-torchvision: Also add 0.11.0 and update ^pil constraint to avoid building with 8.3.0 | |||||
2021-10-25 | Add new versions of py-autopep8 and py-pycodestyle (#26924) | iarspider | 2 | -15/+35 | |
* Add new versions of py-autopep8 (1.5.7, 1.6.0) and py-pycodestyle (2.7.0, 2.8.0) * Update package.py * Restore old versions | |||||
2021-10-25 | deal.II package: Update CMake variable for >=9.3.0 (#26909) | Daniel Arndt | 1 | -3/+8 | |
2021-10-25 | py-avro: new version 1.10.2 (#26927) | iarspider | 1 | -0/+2 | |
* Add checksum for py-avro@1.10.2 * Update package.py | |||||
2021-10-25 | cuda: add 11.4.1, 11.4.2, 11.5.0. (#26892) | Olli Lupton | 2 | -3/+17 | |
* cuda: add 11.4.1, 11.4.2, 11.5.0. Note that the curses dependency from cuda-gdb was dropped in 11.4.0. * Update clang/gcc constraints. * Address review, assume clang 12 is OK from 11.4.1 onwards. * superlu-dist@7.1.0 conflicts with cuda@11.5.0. * Update var/spack/repos/builtin/packages/superlu-dist/package.py Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com> Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com> | |||||
2021-10-25 | Add checksum for py-atomicwrites@1.4.0 (#26923) | iarspider | 1 | -0/+1 | |
2021-10-25 | draco: new version 7_12_0 (#26907) | Kendra Long! | 1 | -0/+1 | |
* Add draco-7_12_0 to package file * Update hash to zip version | |||||
2021-10-25 | eospac: new default version 6.5.0 (#26723) | Kelly (KT) Thompson | 1 | -23/+58 | |
* [pkg][new version] Provide eospac@6.5.0 and mark it as default. * Merge in changes found in #21629 * Mark all alpha/beta versions as deprecated. - Addresses @sethrj's recommendation - Also add a note indicated why these versions are marked this way. | |||||
2021-10-25 | silo: new release 4.11 (#26876) | Olivier Cessenat | 1 | -2/+17 | |
2021-10-25 | py-nipype: add 1.7.0 (#26883) | Manuela Kuhn | 1 | -1/+2 | |
2021-10-25 | Add a unit test to prevent regression | Massimiliano Culpo | 2 | -0/+36 | |
2021-10-25 | berkeleygw: force openmp propagation on some providers of blas / ffw-api ↵ | Miguel Dias Costa | 1 | -7/+8 | |
(#26918) | |||||
2021-10-24 | hyperfine: new package (#26901) | Michael Kuhn | 1 | -0/+23 | |
2021-10-24 | Add new math solver versions (#26903) | Satish Balay | 5 | -0/+7 | |
* tasmanian: add @7.7 * butterflypack: add @2.0.0 * pflotran: add @3.0.2 * alquimia: add @1.0.9 * superlu-dist: add @7.1.1 | |||||
2021-10-24 | meson: add 0.60.0 (#26921) | Michael Kuhn | 1 | -0/+1 | |
2021-10-24 | Fix pkg-config dependencies (#26912) | Michael Kuhn | 9 | -9/+9 | |
pkg-config and pkgconf are implementations of the pkgconfig provider. | |||||
2021-10-24 | glib: add 2.70.0 (#26915) | Michael Kuhn | 2 | -1/+33 | |
2021-10-24 | gcc: support alternate mechanism for providing GCC rpaths (#26590) | Seth R. Johnson | 1 | -6/+59 | |
* gcc: support runtime ability to not install spack rpaths Fixes #26582 . * gcc: Fix malformed specs file and add docs The updated docs point out that the spack-modified GCC does *not* follow the usual behavior of LD_RUN_PATH! * gcc: fix bad rpath on macOS This bug has been around since the beginning of the GCC package file: the rpath command it generates for macOS writes a single (invalid) rpath entry. * gcc: only write rpaths for directories with shared libraries The original lib64+lib was just a hack for "in case either has one" but it's easy to tell whether either has libraries that can be directly referenced. | |||||
2021-10-24 | python: add 3.9.7, 3.8.12, 3.7.12 and 3.6.15 (#26914) | Michael Kuhn | 1 | -1/+5 | |
2021-10-24 | py-vermin: add latest version 1.3.1 (#26920) | Morten Kristensen | 1 | -1/+2 | |
* py-vermin: add latest version 1.3.1 * Exclude line from Vermin since version is already being checked for Vermin 1.3.1 finds that `encoding` kwarg of builtin `open()` requires Python 3+. | |||||
2021-10-23 | flux-core, -sched: update to latest versions, fix czmq build error (#26840) | Mark Grondona | 3 | -1/+77 | |
* flux-core: fix compile error with czmq_containers * Fix build with clang and gcc-11 Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com> | |||||
2021-10-22 | [py-emcee] added versions 3.0.2 and 3.1.1 (#26910) | Jen Herting | 1 | -1/+6 | |
* [py-emcee] added version 3.0.2 * [py-emcee] added version 3.1.1 | |||||
2021-10-22 | acts: fix misspelled variant in depends_on (#26904) | Wouter Deconinck | 1 | -1/+1 | |
Correct variant is plural `unit_tests`. | |||||
2021-10-22 | Update py-aiohttp to 3.7.4 and py-chartdet to 4.0 (#26893) | iarspider | 2 | -1/+7 | |
* Update py-aiohttp to 3.7.4 and py-chartdet to 4.0 * Changes from review * Update package.py * Update var/spack/repos/builtin/packages/py-chardet/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2021-10-22 | Use pypi for astroid; add versions 2.7.3 and 2.8.3; update dependencies (#26900) | iarspider | 1 | -16/+22 | |
* Use pypi for astroid; add versions 2.7.3 and 2.8.3; update dependencies * py-six is not required for recent versions | |||||
2021-10-22 | acts: add v14.0.0, v14.1.0 added "python" and "analysis" variants (#26657) | Wouter Deconinck | 1 | -0/+13 | |
2021-10-22 | py-sfepy: fix version 2021.3 tar.gz hash (#26890) | Robert Cimrman | 1 | -1/+1 | |
2021-10-22 | Add py-asn1crypto@1.4.0 (#26895) | iarspider | 1 | -0/+1 | |