summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-07-09docker: Fix CentOS 6 build on Docker Hub (#24804)Massimiliano Culpo1-0/+3
This change make yum usable again on CentOS 6
2021-07-09scotch: default to not installing vendored metis/parmetis (#24785)Seth R. Johnson1-5/+16
2021-07-09acts: add v9.01.00 (#24570)Hadrien G1-0/+1
2021-07-09c-blosc2: adds v2.0.1 (#24581)Robert Mijakovic1-3/+3
Co-authored-by: Robert Mijakovic <robert.mijakovic@lxp.lu> Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
2021-07-09heffte: add v2.1.0 (#24599)Miroslav Stoyanov1-6/+28
2021-07-09util-macros: new versions, 1.19.2/3 (#24612)Robert Mijakovic1-0/+4
Co-authored-by: Robert Mijakovic <robert.mijakovic@lxp.lu>
2021-07-09global: add v6.6.6 (#24642)Gabriel Rockefeller1-0/+3
2021-07-09py-bids-validator: add new package (#24677)Manuela Kuhn1-0/+17
2021-07-09py-sqlalchemy: add 1.4.20 (#24676)Manuela Kuhn1-4/+16
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-07-09pthreadpool: enable shared libraries (#24657)Dylan Simon1-0/+1
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-07-09spla: add v1.5.1 (#24661)Simon Frasch1-0/+1
2021-07-09spfft: add v1.0.4 (#24662)Simon Frasch1-0/+1
2021-07-09trilinos: add a neww maintainer (#24670)Paul Kuberry1-1/+1
2021-07-09py-aniso8601: add new package (#24672)Manuela Kuhn1-0/+17
2021-07-09py-jeepney: add v0.6.0 (#24674)Manuela Kuhn1-1/+3
2021-07-09py-jupyterlab-server: add v2.6.0 (#24779)Manuela Kuhn1-1/+7
2021-07-09py-nbclassic: add new packageg (#24778)Manuela Kuhn1-0/+20
2021-07-09sgpp: add v3.4.0 (#24678)Gregor Daiß1-2/+2
2021-07-09py-greenlet: add v1.1.0 (#24682)Manuela Kuhn1-1/+4
2021-07-09protobuf: add versions up to 3.17.3 (#24691)figroc1-2/+14
2021-07-09Update ppft (#24632)Sebastian Schmitt1-2/+5
2021-07-09Add py-salib (#24218)Sebastian Schmitt1-0/+24
2021-07-09aws-parallelcluster: add v2.11.0 (#24648)Enrico Usai1-3/+6
2021-07-09Add ReFrame 3.6.3 (#24664)Vasileios Karakasis1-0/+1
2021-07-09pinentry: add gui multi-valued variant (#24717)Adam J. Stewart1-17/+49
2021-07-09py-jupyter-server: add new package (#24777)Manuela Kuhn1-0/+36
2021-07-09latex2html: adding the famous LaTeX to HTML converter (#24750)Olivier Cessenat1-0/+93
2021-07-09py-jupyter-packaging: add new package (#24751)Manuela Kuhn1-0/+22
2021-07-09simmetrix-simmodsuite: add v16.0-210623 and maintainer (#24763)Cameron Smith1-0/+37
2021-07-09llvm: add v12.0.1 (#24803)Robert Mijakovic1-0/+1
Co-authored-by: Robert Mijakovic <robert.mijakovic@lxp.lu>
2021-07-09sombrero: add v2021-07-08, deprecate v1.0 (#24782)Michele Mesiti1-3/+13
2021-07-09py-tornado: add v6.1 (#24753)Manuela Kuhn1-9/+10
2021-07-09py-requests-unixsocket: add new package (#24764)Manuela Kuhn1-0/+19
2021-07-09py-anyio: add new package (#24765)Manuela Kuhn1-0/+25
2021-07-09ruby: add v3.0.2 (#24771)holrock1-0/+1
2021-07-09py-jupyter-core: add v4.7.1 (#24768)Manuela Kuhn1-1/+4
2021-07-09py-jinja2: add 3.0.1 and +i18n variant (#24767)Manuela Kuhn1-1/+7
2021-07-09py-pyrsistent: need link dep on python (#24788)Adam J. Stewart1-1/+1
2021-07-09intel-oneapi-dpl: new package (#24793)Robert Cohn1-0/+37
2021-07-09WarpX: add v21.07 (#24800)Axel Huebl2-2/+4
2021-07-09mypy: move configuration to pyproject.toml (#24802)Todd Gamblin3-37/+46
This moves our `mypy` configuration from `.mypy.ini` to `.pyproject.toml` and increases the minimum `mypy` version in the tests. - [x] move `mypy` configuration to `pyproject.toml` - [x] remove `.mypy.ini` - [x] ensure that `mypy` version .900 or higher is used in tests
2021-07-09googletest: add v1.11 and "live at head", keep v1.10 the default (#24290)Seth R. Johnson2-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-09flux: add latest tagged releases (#24687)Stephen Herbein2-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-09abseil-cpp: add cxxstd variant (#24577)Nic McDonald1-4/+10
2021-07-08Update pox (#24635)Sebastian Schmitt1-2/+4
* Update pox * Add build and run
2021-07-08imports: sort imports everywhere in Spack (#24695)Todd Gamblin797-1394/+2000
* 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-08hdf5: Fix compiler identification for warning flags (#24627)Paul Henning1-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-08setup-env: allow users to skip slow parts (#24545)Adam J. Stewart2-87/+91
2021-07-07cvs tests: don't use dateutil at allTodd Gamblin2-24/+26
`dateutil.parser` was an optional dependency for CVS tests. It was failing on macOS beacuse the dateutil types were not being installed, and mypy was failing *even when the CVS tests were skipped*. This seems like it was an oversight on macOS -- `types-dateutil-parser` was not installed there, though it was on Linux unit tests. It takes 6 lines of YAML and some weird test-skipping logic to get `python-dateutil` and `types-python-dateutil` installed in all the tests where we need them, but it only takes 4 lines of code to write the date parser we need for CVS, so I just did that instead. Note that CVS date format can vary from system to system, but it seems like it's always pretty similar for the parts we care about. - [x] Replace dateutil.parser with a simpler date regex - [x] Lose the dependency on `dateutil.parser`
2021-07-07style: get close to full coverage of `spack style`Todd Gamblin3-95/+182
Previous tests of `spack style` didn't really run the tools -- they just ensure that the commands worked enough to get coverage. This adds several real tests and ensures that we hit the corner cases in `spack style`. This also tests sucess as well as failure cases.