Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-08 | re2 pic support (#26513) | Pedro Demarchi Gomes | 2 | -3/+8 | |
2021-10-07 | Updatepackage/minigmg (#26467) | Oliver Perks | 4 | -5/+136 | |
* MiniGMG, add support for optimised flags + SIMDe implementation of AVX instrinsics * Add .gitlab-ci.yml * NVHPC fast * remove CI * Syntax fix | |||||
2021-10-07 | Fix for license symlinking issue. (#26576) | Paul Ferrell | 1 | -1/+1 | |
When a symlink to a license file exists but is broken, the license symlink post-install hook fails because os.path.exists() checks the existence of the target not the symlink itself. os.path.lexists() is the proper function to use. | |||||
2021-10-07 | itk: use CMakePackage helpers (#26572) | Seth R. Johnson | 1 | -18/+13 | |
2021-10-07 | Pipelines: retry service job on system errors (#26508) | Scott Wittenburg | 1 | -0/+12 | |
Retry rebuild-index, cleanup, and no-op jobs automatically if they fail due to infrastructure-related problems. | |||||
2021-10-07 | apex: support profiling/tracing HIP applications (#26569) | Kevin Huck | 1 | -0/+13 | |
libz is added for compressing google trace events output. | |||||
2021-10-07 | Memoize the result of spack.platforms.host() (#26573) | Harmen Stoppels | 1 | -0/+1 | |
2021-10-07 | visit: add an external find function (determine_version) (#25817) | Olivier Cessenat | 1 | -0/+11 | |
* visit: add an external find function (determine_version) * visit: correct too long comment line * visit: forgot to set executables * visit: external find uses signgle dash version * visit: found as external asking visit version | |||||
2021-10-06 | py-mayavi: add 4.7.3 (#26566) | Manuela Kuhn | 1 | -5/+10 | |
2021-10-06 | fish: adding version 3.3.1 (#26488) | Tyler Funnell | 1 | -3/+13 | |
* fish: adding version 3.3.1 * adding maintainer * Update var/spack/repos/builtin/packages/fish/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2021-10-06 | py-scikit-image: add 0.18.3 and fix dependencies (#26406) | Manuela Kuhn | 1 | -22/+46 | |
2021-10-06 | New package: py-clean-text (#26511) | Jen Herting | 1 | -0/+21 | |
* [py-clean-text] created template * [py-clean-text] - added description - added dependencies - removed fixmes | |||||
2021-10-06 | Provide more info in `SbangPathError` to aid CI debugging (#26316) | Tamara Dahlgren | 2 | -3/+24 | |
2021-10-06 | Patch from upstream needed to build numactl on riscv64. (#26541) | Kevin Pedretti | 2 | -0/+54 | |
The most recent release of numactl (2.0.14) fails to build on riscv64 because of a missing "-latomic". This patch from upstream resolves this issue. It can be dropped once the next version of numactl is released. | |||||
2021-10-06 | ucx: fix typo in config description (#26564) | Rodrigo Ceccato de Freitas | 1 | -1/+1 | |
2021-10-06 | py-nipype: add 1.4.2 (#26472) | Manuela Kuhn | 1 | -10/+18 | |
2021-10-06 | Restore the correct computation of stores in environments (#26560) | Massimiliano Culpo | 4 | -2/+66 | |
Environments push/pop scopes upon activation. If some lazily evaluated value depending on the current configuration was computed and cached before the scopes are pushed / popped there will be an inconsistency in the current state. This PR fixes the issue for stores, but it would be better to move away from global state. | |||||
2021-10-06 | New release slepc4py 3.16.0 (#26468) | Jose E. Roman | 1 | -1/+3 | |
2021-10-06 | py-svgutils: add 0.3.1 (#26470) | Manuela Kuhn | 1 | -0/+1 | |
2021-10-06 | Add 1.4.2 (#26475) | haralmha | 1 | -0/+1 | |
2021-10-06 | Add 1.9.3 (#26483) | haralmha | 1 | -0/+1 | |
2021-10-06 | Add 1.1.1 (#26484) | haralmha | 1 | -0/+1 | |
2021-10-06 | Add 14.16.1 (#26485) | haralmha | 1 | -0/+1 | |
2021-10-06 | Add 1.0.2 (#26486) | haralmha | 1 | -0/+1 | |
2021-10-06 | Add 4.2.0 (#26498) | haralmha | 1 | -0/+1 | |
2021-10-06 | New package: intel oneapi advisor (#26535) | g-mathias | 1 | -0/+29 | |
Co-authored-by: lu64bag3 <gerald.mathias@lrz.de> | |||||
2021-10-06 | Remove the spack.architecture module (#25986) | Massimiliano Culpo | 37 | -439/+280 | |
The `spack.architecture` module contains an `Arch` class that is very similar to `spack.spec.ArchSpec` but points to platform, operating system and target objects rather than "names". There's a TODO in the class since 2016: https://github.com/spack/spack/blob/abb0f6e27c45758c37fd45d663214b86413fb4f6/lib/spack/spack/architecture.py#L70-L75 and this PR basically addresses that. Since there are just a few places where the `Arch` class was used, here we query the relevant platform objects where they are needed directly from `spack.platforms`. This permits to clean the code from vestigial logic. Modifications: - [x] Remove the `spack.architecture` module and replace its use by `spack.platforms` - [x] Remove unneeded tests | |||||
2021-10-06 | new package: intel oneapi inspector (#26549) | g-mathias | 1 | -0/+31 | |
Co-authored-by: lu64bag3 <gerald.mathias@lrz.de> | |||||
2021-10-06 | use conflicts() instead of referring to SpecError in mesa (#26562) | Danny McClanahan | 1 | -5/+7 | |
* mesa: use conflicts() instead of referring to SpecError | |||||
2021-10-06 | llvm: new version 13.0.0 (#26563) | Paul R. C. Kent | 1 | -0/+1 | |
2021-10-06 | Add v1.56.2 to Rclone (#26556) | Alec Scott | 1 | -1/+2 | |
2021-10-06 | Add v5.3.0 to Superlu (#26558) | Alec Scott | 1 | -1/+2 | |
2021-10-06 | py-jupyter-client: add 6.1.12 (#26503) | haralmha | 1 | -0/+1 | |
2021-10-06 | py-ptyprocess: add 0.7.0 (#26504) | haralmha | 1 | -0/+1 | |
2021-10-06 | py-setuptools: add 57.1.0 (#26505) | haralmha | 1 | -0/+1 | |
2021-10-06 | py-six: add 1.16.0 (#26506) | haralmha | 1 | -0/+1 | |
2021-10-06 | py-matplotlib: fix qhull dependency (#26553) | Manuela Kuhn | 1 | -1/+4 | |
2021-10-06 | py-ftfy: added version 6.0.3 (#26509) | Jen Herting | 1 | -0/+2 | |
2021-10-06 | New package: py-emoji (#26510) | Jen Herting | 1 | -0/+17 | |
* [py-emoji] created template * [py-emoji] - removed fixmes - added homepage - added description - added dependencies | |||||
2021-10-06 | precice: add version 2.3.0 (#26551) | Frédéric Simonis | 1 | -0/+1 | |
2021-10-06 | gnuplot: add version 5.4.2 (#26529) | haralmha | 1 | -0/+1 | |
2021-10-06 | hadoop: add version 2.7.5 (#26530) | haralmha | 1 | -0/+1 | |
2021-10-06 | Add 7.6.3 (#26502) | haralmha | 1 | -0/+1 | |
2021-10-06 | bdw-gc: add v8.0.6 (#26545) | Ivan Maidanski | 1 | -1/+2 | |
2021-10-06 | Add 6.0.2 (#26501) | haralmha | 1 | -0/+1 | |
2021-10-06 | py-decorator: Add version 5.0.9 and 5.10. (#26500) | haralmha | 1 | -1/+3 | |
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com> | |||||
2021-10-06 | py-hepdata-validator: Add version 0.2.3 and 0.3.0 (#26496) | haralmha | 1 | -0/+3 | |
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com> | |||||
2021-10-06 | py-heapdict: Add version 1.0.0 (#26495) | haralmha | 1 | -0/+7 | |
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com> | |||||
2021-10-06 | Add 1.28.1 (#26494) | haralmha | 1 | -0/+1 | |
py-grpcio: Add version 1.28.1 | |||||
2021-10-06 | Add 2021.4.1 (#26493) | haralmha | 1 | -0/+1 | |
py-distributed: Add version 2021.4.1 |