Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-12 | vtkm: add v1.9.0 (#33221) | Vicente Bolea | 1 | -3/+3 | |
2022-10-12 | Add checksum for py-awkward 1.9.0 (#33159) | iarspider | 1 | -2/+8 | |
2022-10-12 | oneapi: set -Wno-unused-command-line-argument (#33192) | Harmen Stoppels | 1 | -0/+10 | |
For older versions of intel-oneapi-compilers, running the compiler in preprocessor / compilation mode would trigger warnings that `-Wl,-rpath,...` flags were unused. This in turn caused certain configure scripts to fail as they did not expect output from the compiler (it's treated as an error). Notably cmake's bootstrap phase failed to detect c++ features of the compiler. As a workaround, add this flag to silence the warning, since I don't think we can scope the flags to compile+link mode. | |||||
2022-10-12 | neovim: add version 0.8.0 (#33238) | Alberto Invernizzi | 2 | -2/+7 | |
* bump version for libvterm, required by neovim * bump version for neovim and add related dep constraints see release note: https://github.com/neovim/neovim/commit/d367ed9b23d481998d297d812f54b950e5511c24 in particular: 'deps: Bump required libvterm to v0.3' https://github.com/neovim/neovim/pull/20222 | |||||
2022-10-12 | Add checksum for py-prettytable 3.4.1 (#33138) | iarspider | 1 | -0/+1 | |
2022-10-12 | netcdf packages: filter compiler wrappers in the *-config files (#33025) | Sergey Kosukhin | 3 | -0/+26 | |
* netcdf packages: filter compiler wrappers in the *-config files * netcdf-c: provide dependent packages with unfiltered nc-config | |||||
2022-10-12 | man-db: fix gnulib issue (#33149) | Harmen Stoppels | 2 | -0/+43 | |
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> | |||||
2022-10-12 | py-sphinxcontrib-bibtex: new version 2.5.0 (#32902) | Seth R. Johnson | 1 | -0/+2 | |
2.4 seems to have issues with sphinx-rtd and sphinx 5.1: ``` AttributeError: 'Text' object has no attribute 'rawsource' ``` | |||||
2022-10-12 | py-uproot: add v4.3.5 (#33151) | iarspider | 1 | -0/+1 | |
2022-10-12 | meson: add 0.63.3 (#33216) | Michael Kuhn | 1 | -0/+1 | |
2022-10-12 | ESMF package update (#33202) | Jim Edwards | 2 | -7/+15 | |
2022-10-12 | bear: fix RPATH handling (#33217) | Jonathon Anderson | 2 | -0/+25 | |
2022-10-12 | py-poetry-core: jail git to stage directory (#33181) | Adam J. Stewart | 1 | -0/+7 | |
2022-10-12 | Add new vtk 9.2.2 release (#33001) | MicK7 | 1 | -8/+10 | |
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com> | |||||
2022-10-12 | Update CRAN packages (#33223) | Glenn Johnson | 269 | -38/+527 | |
2022-10-12 | infernal: add v1.1.4 (#33230) | Luke Diorio-Toth | 1 | -0/+2 | |
2022-10-12 | trnascan-se: add v2.0.11 (#33232) | Luke Diorio-Toth | 1 | -1/+2 | |
2022-10-11 | Add checksum for py-cryptography 37.0.4 (#33186) | iarspider | 1 | -0/+1 | |
2022-10-11 | Add checksum for py-frozenlist 1.3.1 (#33193) | iarspider | 1 | -0/+4 | |
2022-10-11 | Add checksum for py-yarl 1.8.1 (#33195) | iarspider | 1 | -0/+2 | |
2022-10-11 | Add checksum for py-immutables 0.18 (#33197) | iarspider | 1 | -0/+1 | |
2022-10-11 | Add checksum for py-google-auth-oauthlib 0.5.2 (#33198) | iarspider | 1 | -0/+1 | |
2022-10-11 | Add checksum for py-jupyter-server 1.18.1 (#33204) | iarspider | 1 | -0/+1 | |
2022-10-11 | Add checksum for py-websocket-client 1.4.1 (#33205) | iarspider | 1 | -0/+2 | |
2022-10-11 | Add checksum for py-requests-unixsocket 0.3.0 (#33206) | iarspider | 1 | -1/+2 | |
2022-10-11 | Add checksum for py-typed-ast 1.5.4 (#33207) | iarspider | 1 | -0/+2 | |
2022-10-11 | Add checksum for py-scinum 1.4.3 (#33208) | iarspider | 1 | -0/+2 | |
2022-10-11 | Add checksum for py-python-rapidjson@1.8 (#33210) | iarspider | 1 | -0/+1 | |
2022-10-11 | Add checksum for py-pysqlite3 0.4.7 (#33211) | iarspider | 1 | -0/+1 | |
2022-10-11 | version bump to 3.10.42 (#33220) | Luke Diorio-Toth | 1 | -0/+1 | |
2022-10-11 | py-rtree: add v1.0.1 (#33222) | Adam J. Stewart | 1 | -0/+1 | |
2022-10-11 | GCC: update Xcode 14 conflict (#33226) | Adam J. Stewart | 1 | -1/+1 | |
2022-10-11 | Specify GCC prefix in LLVM-based compilers (#33146) | Harmen Stoppels | 4 | -35/+16 | |
* spack.compiler.Compiler: introduce prefix property We currently don't really have something that gives the GCC install path, which is used by many LLVM-based compilers (llvm, llvm-amdgpu, nvhpc, ...) to fix the GCC toolchain once and for all. This `prefix` property is dynamic in the sense that it queries the compiler itself. This is necessary because it's not easy to deduce the install path from the `cc` property (might be a symlink, might be a filename like `gcc` which works by having the compiler load a module that sets the PATH variable, might be a generic compiler wrapper based on environment variables like on cray...). With this property introduced, we can clean up some recipes that have the logic repeated for GCC. * intel-oneapi-compilers: set --gcc-sysroot to %gcc prefix | |||||
2022-10-11 | Darshan variant cleanup (#33165) | kwryankrattiger | 2 | -27/+13 | |
* Darshan-Runtime: Cleanup version dependent variants * Darshan-Util: Cleanup version dependent variants. | |||||
2022-10-11 | Omega-H: Current constraint doesn't allow any cuda (#33164) | kwryankrattiger | 1 | -4/+4 | |
From the issue referenced, it seems later and earlier versions of cuda work. | |||||
2022-10-11 | py-importlib-resources: add v5.9.0 (#33047) | iarspider | 1 | -2/+4 | |
2022-10-10 | new package: r-profvis (#33171) | Glenn Johnson | 1 | -0/+18 | |
2022-10-10 | new package: r-urlchecker (#33174) | Glenn Johnson | 1 | -0/+23 | |
2022-10-10 | new package: r-ragg (#33172) | Glenn Johnson | 1 | -0/+26 | |
2022-10-10 | Add bioc attribute to r-do-db (#33179) | Glenn Johnson | 1 | -1/+1 | |
2022-10-10 | new package: r-optimparallel (#33169) | Glenn Johnson | 1 | -0/+21 | |
2022-10-10 | hpctoolkit: add version 2022.10.01 (#33078) | Mark W. Krentel | 1 | -66/+55 | |
* hpctoolkit: add version 2022.10.01 1. add version 2022.10.01 2. remove version for master branch, develop is now the main branch 3. add CPATH and LD_LIBRARY_PATH to module run environment, this is for apps that want to use the start/stop interface 4. cleanup style in variants, depends and conflicts 5. remove all-static variant, nothing uses it 6. deprecate more old versions * [@spackbot] updating style on behalf of mwkrentel * Add when(+level_zero) to the gtpin variant. * Test commit to see if this passes E4S. * Another test commit to see if E4S succeeds. * Add temporary hack to ignore +mpi for version 2022.10.01 and issue a warning instead. Co-authored-by: mwkrentel <mwkrentel@users.noreply.github.com> | |||||
2022-10-10 | Add checksum for py-virtualenv 20.16.4 (#33154) | iarspider | 1 | -11/+22 | |
* Add checksum for py-virtualenv 20.16.4 * [@spackbot] updating style on behalf of iarspider * Update package.py * Update package.py Co-authored-by: iarspider <iarspider@users.noreply.github.com> | |||||
2022-10-10 | Add checksum for py-msgpack 1.0.4 (#33161) | iarspider | 1 | -0/+3 | |
* Add checksum for py-msgpack 1.0.4 * Update var/spack/repos/builtin/packages/py-msgpack/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2022-10-10 | new package: r-textshaping (#33173) | Glenn Johnson | 1 | -0/+26 | |
2022-10-10 | new package: r-pkgdown (#33170) | Glenn Johnson | 1 | -0/+41 | |
2022-10-10 | new package: r-interp (#33168) | Glenn Johnson | 1 | -0/+38 | |
2022-10-10 | Update py werkzeug (#33155) | iarspider | 1 | -1/+4 | |
* Add checksum for py-virtualenv 20.16.4 * Add checksum for py-werkzeug 2.2.2 * Restore py-virtualenv/package.py * Update var/spack/repos/builtin/packages/py-werkzeug/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2022-10-10 | new package: r-downlit (#33167) | Glenn Johnson | 1 | -0/+31 | |
2022-10-10 | Add checksum for py-mako 1.2.2 (#33141) | iarspider | 1 | -0/+4 | |