Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-09 | py-jeepney: add v0.6.0 (#24674) | Manuela Kuhn | 1 | -1/+3 | |
2021-07-09 | py-jupyterlab-server: add v2.6.0 (#24779) | Manuela Kuhn | 1 | -1/+7 | |
2021-07-09 | py-nbclassic: add new packageg (#24778) | Manuela Kuhn | 1 | -0/+20 | |
2021-07-09 | sgpp: add v3.4.0 (#24678) | Gregor Daiß | 1 | -2/+2 | |
2021-07-09 | py-greenlet: add v1.1.0 (#24682) | Manuela Kuhn | 1 | -1/+4 | |
2021-07-09 | protobuf: add versions up to 3.17.3 (#24691) | figroc | 1 | -2/+14 | |
2021-07-09 | Update ppft (#24632) | Sebastian Schmitt | 1 | -2/+5 | |
2021-07-09 | Add py-salib (#24218) | Sebastian Schmitt | 1 | -0/+24 | |
2021-07-09 | aws-parallelcluster: add v2.11.0 (#24648) | Enrico Usai | 1 | -3/+6 | |
2021-07-09 | Add ReFrame 3.6.3 (#24664) | Vasileios Karakasis | 1 | -0/+1 | |
2021-07-09 | pinentry: add gui multi-valued variant (#24717) | Adam J. Stewart | 1 | -17/+49 | |
2021-07-09 | py-jupyter-server: add new package (#24777) | Manuela Kuhn | 1 | -0/+36 | |
2021-07-09 | latex2html: adding the famous LaTeX to HTML converter (#24750) | Olivier Cessenat | 1 | -0/+93 | |
2021-07-09 | py-jupyter-packaging: add new package (#24751) | Manuela Kuhn | 1 | -0/+22 | |
2021-07-09 | simmetrix-simmodsuite: add v16.0-210623 and maintainer (#24763) | Cameron Smith | 1 | -0/+37 | |
2021-07-09 | llvm: add v12.0.1 (#24803) | Robert Mijakovic | 1 | -0/+1 | |
Co-authored-by: Robert Mijakovic <robert.mijakovic@lxp.lu> | |||||
2021-07-09 | sombrero: add v2021-07-08, deprecate v1.0 (#24782) | Michele Mesiti | 1 | -3/+13 | |
2021-07-09 | py-tornado: add v6.1 (#24753) | Manuela Kuhn | 1 | -9/+10 | |
2021-07-09 | py-requests-unixsocket: add new package (#24764) | Manuela Kuhn | 1 | -0/+19 | |
2021-07-09 | py-anyio: add new package (#24765) | Manuela Kuhn | 1 | -0/+25 | |
2021-07-09 | ruby: add v3.0.2 (#24771) | holrock | 1 | -0/+1 | |
2021-07-09 | py-jupyter-core: add v4.7.1 (#24768) | Manuela Kuhn | 1 | -1/+4 | |
2021-07-09 | py-jinja2: add 3.0.1 and +i18n variant (#24767) | Manuela Kuhn | 1 | -1/+7 | |
2021-07-09 | py-pyrsistent: need link dep on python (#24788) | Adam J. Stewart | 1 | -1/+1 | |
2021-07-09 | intel-oneapi-dpl: new package (#24793) | Robert Cohn | 1 | -0/+37 | |
2021-07-09 | WarpX: add v21.07 (#24800) | Axel Huebl | 2 | -2/+4 | |
2021-07-09 | googletest: add v1.11 and "live at head", keep v1.10 the default (#24290) | Seth R. Johnson | 2 | -11/+18 | |
Ideally a test-only dependency won't be in the build, but until then mark the requirement of gtest up to 1.10. See e4s job failure at https://gitlab.spack.io/spack/spack/-/jobs/349959 . Looks like 1.11 introduces some breaking incompatibilities, so perhaps we should transition later. | |||||
2021-07-09 | flux: add latest tagged releases (#24687) | Stephen Herbein | 2 | -0/+4 | |
flux-core v0.21 requires jansson 2.10+ For more details, see: https://github.com/flux-framework/flux-core/commit/a6086e021ee9bf869663bc475d4311dc540486fe | |||||
2021-07-09 | abseil-cpp: add cxxstd variant (#24577) | Nic McDonald | 1 | -4/+10 | |
2021-07-08 | Update pox (#24635) | Sebastian Schmitt | 1 | -2/+4 | |
* Update pox * Add build and run | |||||
2021-07-08 | imports: sort imports everywhere in Spack (#24695) | Todd Gamblin | 468 | -529/+952 | |
* fix remaining flake8 errors * imports: sort imports everywhere in Spack We enabled import order checking in #23947, but fixing things manually drives people crazy. This used `spack style --fix --all` from #24071 to automatically sort everything in Spack so PR submitters won't have to deal with it. This should go in after #24071, as it assumes we're using `isort`, not `flake8-import-order` to order things. `isort` seems to be more flexible and allows `llnl` mports to be in their own group before `spack` ones, so this seems like a good switch. | |||||
2021-07-08 | hdf5: Fix compiler identification for warning flags (#24627) | Paul Henning | 1 | -1/+2 | |
* Fix compiler test Use `self.spec.satisfies` on compiler to determine if a flag should be applied or not. This approach avoids issues with the strings `gcc` or `clang` appearing in the full path to the compiler executables, as happens with spack-installed compilers (e.g. `nvhpc%gcc`). * Limit compiler name search to last path component @skosukhin pointed out that the cflag modification should happen for any clang or gcc compiler, regardless of what compiler spec provides them. This commit reverts to searching for a compiler name containing "gcc" or "clang", but limits the search to the last path component, which avoids matching spack-installed compilers built with gcc (e.g. `nvhpc%gcc`), which will have "gcc" in the compiler path. * Use `os.path` rather than `pathlib` Co-authored-by: Paul Henning <phenning@lanl.gov> | |||||
2021-07-07 | xyce: Prefer master branch (#24733) | Paul Kuberry | 1 | -2/+3 | |
Adds 7.3.0 release of Xyce and makes a tag 'github.master' pointing at the master branch of the Xyce repository on github.com. | |||||
2021-07-07 | New package: git-annex (#24721) | Manuela Kuhn | 1 | -0/+79 | |
2021-07-07 | Configure docbook packages (#24300) | Glenn Johnson | 2 | -6/+200 | |
This PR configures the spack docbook packages - docbook-xsl - docbook-xml The public entities are now mapped to the locally installed files of the respective packages. The example catalogs are left in place and XML_CATALOG_FILES points to the newly created catalogs. | |||||
2021-07-07 | zziplib: add v0.13.72(#24462) | Olivier Cessenat | 1 | -1/+34 | |
2021-07-07 | m4 package: only apply nvhpc.patch for version 1.4.18 (#24730) | Gregory Lee | 1 | -1/+1 | |
The patch as-is does not apply to 1.4.19 | |||||
2021-07-07 | magma package: fix bugs in cuda_arch variant (#24735) | Adam J. Stewart | 1 | -2/+0 | |
2021-07-07 | py-mypy: add version 0.910 (#24738) | Adam J. Stewart | 1 | -1/+6 | |
2021-07-07 | perl: bzip2 and zlib may be installed under <prefix>/lib64 (#24752) | Massimiliano Culpo | 1 | -2/+2 | |
2021-07-07 | py-torch: +magma requires +cuda (#24736) | Adam J. Stewart | 1 | -0/+1 | |
2021-07-07 | py-seaborn: add 0.11.1 (#24748) | Manuela Kuhn | 1 | -3/+16 | |
2021-07-07 | charliecloud: add v0.24 (#24728) | Jordan Ogas | 1 | -0/+1 | |
2021-07-07 | py-neurokit2: add new package (#24749) | Manuela Kuhn | 1 | -0/+29 | |
2021-07-07 | libtree: add v1.2.2 (#24747) | Harmen Stoppels | 1 | -0/+1 | |
2021-07-07 | netpbm: new package (#24063) | Olivier Cessenat | 1 | -0/+208 | |
2021-07-07 | New Package: visit-ffp (#22903) | Olivier Cessenat | 1 | -0/+82 | |
2021-07-07 | sleef: disable optional dependencies (#24742) | Adam J. Stewart | 1 | -0/+7 | |
2021-07-07 | perl: add dependencies for bzip2 and zlib (#24743) | Mark W. Krentel | 1 | -3/+14 | |
Perl keeps copies of the bzip2 and zlib source code in its own source tree and by default uses them in favor of outside libraries. Instead, put these dependencies under control of spack and tell perl to use the spack-built versions. | |||||
2021-07-06 | trilinos: enable +teko gotype=long (#24722) | Seth R. Johnson | 1 | -1/+7 | |