Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-03 | unifyfs: pin mercury version; add boost variant (#32911) | Cameron Stanavige | 1 | -1/+13 | |
Mercury has a new version (v2.2) releasing soon that UnifyFS does not build with and hasn't been tested with. This pins UnifyFS to the last version of Mercury used/tested. Add a variant to avoid building/using boost Append -std=gnu99 to cflags if building with gcc@4. Needed for mochi-margo to compile | |||||
2022-10-03 | casper: old domain fell off, adding github repo (#32928) | snehring | 1 | -2/+8 | |
2022-10-03 | Tidied up configure arguments to use special spack autotools features. (#32930) | Brian Van Essen | 1 | -7/+6 | |
2022-10-03 | QMCPACK: add @3.15.0 (#32931) | Paul R. C. Kent | 1 | -0/+4 | |
2022-10-03 | Add checksum for py-tomli 2.0.1 (#32949) | iarspider | 1 | -0/+6 | |
2022-10-03 | Replace repo with the NVIDIA one (#32951) | Auriane R | 1 | -2/+2 | |
2022-10-03 | py-einops: add v0.5.0 (#32959) | Adam J. Stewart | 1 | -1/+4 | |
2022-10-03 | Add checksum for py-pytest-runner 6.0.0 (#32957) | iarspider | 1 | -0/+3 | |
2022-10-03 | rvs binary path updated for 5.2 rocm release (#32892) | renjithravindrankannath | 1 | -1/+5 | |
2022-10-03 | [rocksdb] Added rtti variant (#32918) | Matthieu Dorier | 1 | -0/+4 | |
2022-10-03 | simgrid new releases (#32920) | Vinícius | 1 | -0/+2 | |
2022-10-03 | octave: add version 7.2.0 (#32943) | Kai Torben Ohlhus | 1 | -0/+1 | |
2022-10-03 | libtiff: default to +zlib+jpeg (#32945) | Adam J. Stewart | 1 | -25/+14 | |
2022-10-03 | Set CMAKE_HIP_ARCHITECTURES with the value of amdgpu_target (#32901) | Auriane R | 1 | -1/+5 | |
2022-10-02 | Fixup errors introduced by Clingo Pr: (#32905) | John W. Parent | 2 | -1/+3 | |
* re2c depends on cmake on Windows * Winbison properly added to bootstrap package search list | |||||
2022-10-01 | acfl: add v22.1 (#32915) | Annop Wongwathanarat | 1 | -2/+24 | |
Co-authored-by: Annop Wongwathanarat <annop.wongwathanarat@arm.com> | |||||
2022-09-30 | py-jsonschema: add 4.16.0 and new package py-hatch-fancy-pypi-readme (#32929) | Manuela Kuhn | 2 | -3/+25 | |
2022-09-30 | develop: canonicalize dev paths and base relative paths on `env.path` (#30075) | Greg Becker | 6 | -12/+60 | |
Allow environment variables and spack-specific path substitution variables (e.g. `$spack`) to be used in the paths associated with develop specs, while maintaining the ability to keep those paths relative to the environment rather than the working directory. | |||||
2022-09-30 | py-jinja2: add 3.1.2 (#32925) | Manuela Kuhn | 1 | -0/+3 | |
2022-09-30 | py-ipykernel: add 6.16.0 (#32923) | Manuela Kuhn | 1 | -12/+26 | |
2022-09-30 | py-joblib: add 1.2.0 (#32926) | Manuela Kuhn | 1 | -7/+4 | |
2022-09-30 | py-json5: add 0.9.10 (#32927) | Manuela Kuhn | 1 | -0/+1 | |
2022-09-30 | py-jeepney: add 0.8.0 (#32924) | Manuela Kuhn | 1 | -0/+2 | |
2022-09-30 | qmcpack: set python3 executable explicitly (#32900) | Massimiliano Culpo | 1 | -0/+1 | |
2022-09-30 | New Package: Navi (#32895) | Daniel De Lucca | 1 | -0/+22 | |
* feat: adds navi * Update var/spack/repos/builtin/packages/navi/package.py Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> | |||||
2022-09-29 | add butterflypack 2.2.1 (#32909) | liuyangzhuan | 1 | -0/+1 | |
2022-09-29 | Update ecp-data-vis-sdk homepage and maintainers (#32886) | Stephen McDowell | 1 | -2/+2 | |
2022-09-29 | Package updates for slate, lapackpp, and blaspp (#32907) | G-Ragghianti | 3 | -2/+35 | |
* Added new versions * New slate version * Adding GPU support for lapackpp package * Modified dependency on lapackpp * Added rocblas and rocsolver to deps * Testing with custom lapackpp repo * Added chaining depends_on for +rocm * Removing testing repo | |||||
2022-09-29 | [lammps] Add +intel and +user-intel options (#32898) | Stephen Sachs | 1 | -0/+10 | |
Going ahead adding this option individually since https://github.com/spack/spack/pull/25015 needs some more time. Co-authored-by: Stephen Sachs <stesachs@amazon.com> | |||||
2022-09-29 | claw: enable building with oneapi and nag+gcc@10: (#32897) | Sergey Kosukhin | 1 | -2/+29 | |
* claw: enable building when '%oneapi' * claw: enable building when '%nag' is mixed with 'gcc@10:' | |||||
2022-09-29 | py-ipython: add 8.5.0 and py-win-unicode-console: new package (#32903) | Manuela Kuhn | 2 | -34/+69 | |
* py-ipython: add 8.5.0 and py-win-unicode-console: new package * Fix style * Fix dependency version * Deprecate version 2.3.1 and 3.1.0 * Always skip IPython.kernel * Move skip_module definition to top | |||||
2022-09-29 | Install: Add use-buildcache option to install (#32537) | kwryankrattiger | 4 | -9/+167 | |
Install: Add use-buildcache option to install * Allow differentiating between top level packages and dependencies when determining whether to install from the cache or not. * Add unit test for --use-buildcache * Use metavar to display use-buildcache options. * Update spack-completion | |||||
2022-09-29 | Added new versions of NCCL (#32891) | Brian Van Essen | 1 | -0/+5 | |
2022-09-29 | Add aws ofi rccl (#32773) | Brian Van Essen | 4 | -2/+115 | |
* Added a package for the aws-ofi-rccl plug-in from the ROCm software stack. It allows RCCL to use the libfabric communication library. Added support for using libfabric in Aluminum. * Updated the run environment so that the plugin would get loaded. * Added support for setting up the the LD_LIBRARY_PATH for dependent packages. * Added package for RCCL tests to assess the impact of OFI libfabric RCCL plug-in. | |||||
2022-09-29 | Add tag for xgboost 1.6.2 (#32896) | iarspider | 2 | -1/+3 | |
* Add tag for xgboost 1.6.2 * Update py-xgboost as well * Update package.py * Update var/spack/repos/builtin/packages/py-xgboost/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2022-09-29 | py-itsdangerous: add 2.1.2 (#32904) | Manuela Kuhn | 1 | -0/+2 | |
2022-09-29 | Enable adios2+cuda for ecp-data-vis-sdk +cuda (#32885) | Stephen McDowell | 1 | -1/+1 | |
2022-09-29 | py-hatchling: add 1.10.0 and py-pathspec: add 0.10.1 (#32865) | Manuela Kuhn | 2 | -1/+9 | |
2022-09-29 | Add patch to link pthread library for llvm 15 (#32838) | Mikael Simberg | 2 | -0/+24 | |
2022-09-29 | py-importlib-metadata-4.12.0 (#32872) | Manuela Kuhn | 1 | -0/+3 | |
2022-09-29 | intel-oneapi-compilers-classic: extend setup_run_environment with the one ↵ | Sergey Kosukhin | 1 | -21/+8 | |
from intel-oneapi-compilers (#32854) * intel-oneapi-compilers-classic: refactor setup_run_environment * intel-oneapi-compilers-classic: extend setup_run_environment with the one from intel-oneapi-compilers | |||||
2022-09-29 | Rename arm to acfl, add v22.0.2 (#32518) | Annop Wongwathanarat | 1 | -4/+26 | |
Co-authored-by: Annop Wongwathanarat <annop.wongwathanarat@arm.com> | |||||
2022-09-29 | py-imageio: add 2.22.0 (#32870) | Manuela Kuhn | 1 | -2/+4 | |
2022-09-29 | py-idna: add 3.4 (#32869) | Manuela Kuhn | 1 | -1/+3 | |
2022-09-29 | py-interface-meta: add 1.3.0 (incl new dependency packages) (#32873) | Manuela Kuhn | 3 | -2/+49 | |
* py-interface-meta: add 1.3.0 (incl new dependency packages) * Update var/spack/repos/builtin/packages/py-poetry-dynamic-versioning/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2022-09-29 | py-formulaic: add 0.5.2 (#32851) | Manuela Kuhn | 2 | -2/+33 | |
2022-09-29 | py-fracridge: add 2.0 (#32852) | Manuela Kuhn | 1 | -1/+5 | |
2022-09-29 | superlu:oneapi-deal with non ISO C99 compliance (#32685) | Howard Pritchard | 1 | -0/+7 | |
superlu:oneapi-deal with non ISO C99 complianc in the package. The Intel OneAPI compilers are based on LLVM 14. A recent enhancement to LLVM - https://reviews.llvm.org/D122983 results in superlu-dist not compiling because of some non ISO C99 compliant stuff. A workaround is to use an llvm compile line option noted in the above URL. Signed-off-by: Howard Pritchard <howardp@lanl.gov> | |||||
2022-09-29 | gl2ps: set CMAKE_MACOSX_RPATH=True to build (#32777) | Laurent Aphecetche | 1 | -0/+3 | |
2022-09-29 | fxt: add static variant (#32794) | Lucas Nesi | 1 | -0/+9 | |