summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-05-04gpi-2_fix_deps: setup 'gawk' and 'sed' dependencies (#29740)acastanedam1-1/+3
Strictly, `sed` is a `build` and `run` dependency in all gpi-2 versions, whereas `gawk` is a `run` (`build` and `run`) dependency for gpi-2 versions greater or equal (less) than 1.4.0
2022-05-04gitlab: Remove temporary storage url from all stacks (#29949)Scott Wittenburg7-10/+2
Gitlab pipelines run for spack already have other S3 storage locations configured for storage of binaries, so this PR removes the redundant per-pipeline mirror. As a result, the "cleanup" jobs will no longer be generated at the end of each pipeline, removing one possible point of pipeline failure.
2022-05-04Add checksum for version 1.1.13 and update dependencies (#30470)Andrea Valenzuela1-1/+3
2022-05-04chameleon: add maintainers information (#30472)fpruvost1-0/+1
2022-05-04pika: Add 0.4.0 release (#30469)Auriane R1-0/+1
2022-05-04Use gccgo to bootstrap go on aarch64 (#30350)Ross Miller2-3/+17
The go-bootstrap package doesn't work on aarch64 platforms, so the only way to build Go is to use gccgo. Also, some versions of gccgo have a bug that prevents them from compiling go (see golang/go#47771), so this patch limits gcc to versions newer than 10.4.0 or 11.3.0. Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2022-05-04chameleon: add new package (#30368)fpruvost1-0/+97
2022-05-04Add checksum for py-plac@1.3.5 (#30327)Andrea Valenzuela1-0/+1
Co-authored-by: aandvalenzuela <andrea.valenzuela.ramirez@cern.ch>
2022-05-04Add checksum for py-networkx@2.7.1 and fix python dependency (#30326)Andrea Valenzuela1-0/+2
Co-authored-by: aandvalenzuela <andrea.valenzuela.ramirez@cern.ch>
2022-05-04mesa: intel needs c99 standard specified under intel. (#30334)Paul Ferrell1-0/+6
2022-05-04maq: adding perl dep, addressing gcc errors (#30312)snehring1-1/+13
2022-05-04namd: place an upper bound on the charmpp dependency version (#30397)lpoirel1-1/+1
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2022-05-04WarpX: add v22.05 (#30467)Axel Huebl2-3/+5
Update `warpx` & `py-warpx` to the latest release, `22.05`.
2022-05-04igv: changing to 'all platforms' version. Adding igvtools variant. (#30379)snehring1-11/+18
2022-05-04py-shapely: add v1.8.2 (#30466)Adam J. Stewart1-0/+1
2022-05-04Remove deprecated "--run-tests" option of "spack install" (#30461)Massimiliano Culpo3-10/+2
2022-05-03boost: fix v1.78 build with oneapi (#30463)eugeneswalker2-0/+18
2022-05-04autodock-vina: add versions up to v1.2.3, fixes (#30443)Carlos Bederián3-74/+10
* C++ package, use spack_cxx * download from github, add 1.2.x versions * remove patches already present in 1.1.2-boost-new release * specify boost dependencies
2022-05-04paraview: add LANL/TCE used variants for Paraview (#30336)Paul Ferrell1-0/+14
- Added +eyedomelighting - Added +pagosa - Added +fortran - Added pandas dependency and min version
2022-05-03ncl: constrain hdf5 dependency to version 1.10 (#29607)Glenn Johnson1-1/+1
2022-05-03new package: py-pytaridx (#30444)Harsh Bhatia1-0/+24
* new package: pytaridx * fixed copyright year * Update git link Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * added type in python depends * added pypi link * Update package.py * Update package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2022-05-04ea-utils: new version, cleanup, and newer gcc compat (#30204)snehring1-8/+30
2022-05-04build(deps): bump docker/setup-buildx-action from 1.6.0 to 1.7.0 (#30387)dependabot[bot]1-1/+1
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/94ab11c41e45d028884a99163086648e898eed25...f211e3e9ded2d9377c8cadc4489a4e38014bc4c9) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-04ParaView: let paraview build its own verdict tpl (#30332)Ethan Stam1-0/+3
2022-05-04mesa@22: gallium-xlib -> xlib (#30465)eugeneswalker1-1/+4
2022-05-03Vacuumms 1.1.1 (#30458)Frank Willmore1-6/+21
* adding updated package for vacuumms * deprecating old version * add link to DOI * style: trailing whitespace * Update var/spack/repos/builtin/packages/vacuumms/package.py Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
2022-05-03flcl: add new versions (#30363)Richard Berger1-6/+12
* flcl: add new versions * Update var/spack/repos/builtin/packages/flcl/package.py Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> * Update var/spack/repos/builtin/packages/flcl/package.py Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
2022-05-03Metall Package: add v0.20 (#30446)Keita Iwabuchi1-1/+2
* Metall package: add dependency to GCC for build test * Package Metall: add v.017 * Package Metall: update the package file * Update var/spack/repos/builtin/packages/metall/package.py Co-authored-by: Bernhard Kaindl <43588962+bernhardkaindl@users.noreply.github.com> * Metall package: add v0.18 and v0.19 * Metall Package: add v0.20 Co-authored-by: Bernhard Kaindl <43588962+bernhardkaindl@users.noreply.github.com>
2022-05-03tamaas: new package (#30449)Lucas Frérot1-0/+75
* tamaas: added new package * tamaas: passing dependency prefixes to build * tamaas: Python 3.7 dependency * tamaas: compiler conflicts and correct ~python * tamaas: no newline in docstring * tamaas: correct python build dep. when ~python
2022-05-03py-matplotlib: add v3.5.2 (#30459)Adam J. Stewart1-0/+1
2022-05-03mpich: add datatype engine variant (#30257)Ken Raffenetti1-1/+23
Starting with MPICH 3.4, we offer different datatype engine options (dataloop or yaksa). The default is 'auto', which will choose based on the device configuration. Starting with MPICH 4.0, building against an external yaksa library is supported. Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2022-05-03Simplify fixture used to test `spack info` (#30456)Massimiliano Culpo1-18/+10
2022-05-03opengl: Fix opengl concretization issues from missing versions (#30331)Chuck Atkins1-29/+45
2022-05-03Add detection for hpcx-mpi in esmf (#30280)asesidaa1-1/+2
2022-05-03keepassxc: add v2.7.1 (#30450)Olivier Cessenat1-0/+1
2022-05-03flatbuffers: add v2.0.0 (#30455)haralmha1-0/+1
2022-05-03yaksa: add ROCm variant (#30222)Ken Raffenetti1-1/+10
2022-05-03swiftsim: do not build with `-Werror` (#30454)Mosè Giordano1-1/+2
2022-05-03Revert "qt: Fix the assimp dependency specification (#30435)" (#30451)Seth R. Johnson2-3/+21
This reverts commit 4219b89faab3b0e848de45dd6a84ef52ba90e0f2.
2022-05-03Fix install of xsimd with xtensor (#30196)Chris Richardson2-1/+4
2022-05-03htop: add v3.2.0 (#30452)Olivier Cessenat1-0/+2
2022-05-03postgresql: add libs property (#30392)Sinan1-0/+22
Co-authored-by: sbulut <sbulut@3vgeomatics.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2022-05-03OpenCV and OpenBLAS: add external find support (#30240)Brian Van Essen5-8/+86
Added support for finding the OpenCV package via the find external command. Included support for identifying variants based on available shared libraries. Added support to finding the OpenBLAS package via the find external command. Enabled packages to show that they can be discovered via the find external command in the info message. Updated the OpenCV and OpenBLAS packages to use the extensible search mechanism for library extensions on multiple OS platforms. Corrected how find externals works on Darwin for OpenCV and OpenBLAS to accommodate that the version numbers are placed before the file extension instead of after it, as on Linux. Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2022-05-02package/gdal fix config issue with +pg for newer gdal (#30421)Sinan1-2/+5
* package/gdal fix config issue with +pg for newer gdal * fix version logic * improve style Co-authored-by: sbulut <sbulut@3vgeomatics.com>
2022-05-02update version of py-mock, py-msgpack, py-gridformats, py-pyrsistent (#30445)Harsh Bhatia4-0/+5
* add v3.0.3 for py-mock * added v0.6.0 and 0.6.1 for py-msgpack * added v0.4.0 for py-gridformats * added v0.16.0 for py-pyrsistent
2022-05-02mesa: Add v22.0.2 (#30439)Chuck Atkins1-6/+3
This adds v22.0.2 which also drops swr support.
2022-05-02librsb: added v1.3.0.1 (#30425)Michele Martone1-4/+40
* librsb: added v1.2.0.10 (#26043) * librsb: add v1.2.0.11/v1.3.0.0 (#28636) * librsb: add v1.3.0.1 (#30424) * unconflict clang * address apparent style issues given https://github.com/spack/spack/runs/6248126997?check_suite_focus=true and its excerpt var/spack/repos/builtin/packages/librsb/package.py:27: [E265] block comment should start with '# ' var/spack/repos/builtin/packages/librsb/package.py:52: [E211] whitespace before '(' var/spack/repos/builtin/packages/librsb/package.py:53: [E211] whitespace before '(' var/spack/repos/builtin/packages/librsb/package.py:53: [E501] line too long (89 > 88 characters) var/spack/repos/builtin/packages/librsb/package.py:54: [E211] whitespace before '(' var/spack/repos/builtin/packages/librsb/package.py:55: [E211] whitespace before '(' var/spack/repos/builtin/packages/librsb/package.py:56: [E211] whitespace before '(' var/spack/repos/builtin/packages/librsb/package.py:57: [E211] whitespace before '(' var/spack/repos/builtin/packages/librsb/package.py:59: [E211] whitespace before '(' var/spack/repos/builtin/packages/librsb/package.py:60: [E211] whitespace before '(' var/spack/repos/builtin/packages/librsb/package.py:62: [E211] whitespace before '(' var/spack/repos/builtin/packages/librsb/package.py:63: [E211] whitespace before '(' var/spack/repos/builtin/packages/librsb/package.py:64: [E211] whitespace before '(' var/spack/repos/builtin/packages/librsb/package.py:66: [E211] whitespace before '(' var/spack/repos/builtin/packages/librsb/package.py:68: [E211] whitespace before '(' var/spack/repos/builtin/packages/librsb/package.py:70: [E211] whitespace before '(' var/spack/repos/builtin/packages/librsb/package.py:71: [E211] whitespace before '(' let these changes flow in. * +asan+native: mark as conflict; thanks @tldahlgren * +asan conflict grouped with other conflicts As suggested as good Spack style by @tldahlgren .
2022-05-02amrex: add v22.05 (#30441)Weiqun Zhang1-1/+2
2022-05-02gchp: added version 13.4.0 (#30442)laestrada1-1/+3
2022-05-02masurca: add version 4.0.9 (#30440)dlkuehn1-0/+1
Co-authored-by: David Kuehn <las_dkuehn@iastate.edu>