summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-02-10ucx package: add version 1.12.0 (#28752)Carlos Bederián1-0/+1
2022-02-10trilinos: add rocm_rdc variant (#28873)Jon Rood1-2/+5
* Add rocm_rdc variant to trilinos. * Fix syntax error.
2022-02-10arborx +rocm: use hipcc and depend on rocthrust (#28875)eugeneswalker1-0/+4
2022-02-10macOS: always set `MACOSX_DEPLOYMENT_TARGET` (#28797)Seth R. Johnson8-38/+83
* core: Make platform environment an instance not class method In preparation for accessing data constructed in __init__. * macos: set consistent macosx deployment target This should silence numerous warnings from mixed gcc/macos toolchains. * perl: prevent too-new deployment target version ``` *** Unexpected MACOSX_DEPLOYMENT_TARGET=11 *** *** Please either set it to a valid macOS version number (e.g., 10.15) or to empty. ``` * Stylin' * Add deployment target overrides to failing autoconf packages * Move configure workaround to base autoconf package This reverts commit 3c119eaf8b4fb37c943d503beacf5ad2aa513d4c. * Stylin' * macos: add utility functions for SDK These aren't yet used but should probably be added to spack debug report.
2022-02-10MAGMA: declare cuda_arch support conflicts (#28811)Adam J. Stewart2-28/+11
2022-02-10hsakmt-roct: dont look for libudev or compiler support libs (#28861)Harmen Stoppels2-0/+38
2022-02-10py-llvmlite: add 0.38.0 (#28822)Manuela Kuhn1-1/+3
2022-02-10Stabilize the concretization of ecp-data-vis-sdk by preferring conduit@0.7.2 ↵Massimiliano Culpo1-0/+3
(#28871)
2022-02-10ASP-based solver: reduce input facts and add heuristic (#28848)Massimiliano Culpo2-44/+49
* Remove node_target_satisfies/3 in favor of target_satisfies/2 When emitting input facts we don't need to couple target with packages, but we can emit fewer facts independently and let the grounder combine them. * Remove compiler_version_satisfies/4 in favor of compiler_version_satisfies/3 When emitting input facts we don't need to couple compilers with packages, but we can emit fewer facts independently and let the grounder combine them. * Introduce heuristic in the ASP-program With heuristic we can drive clingo to make better initial guesses, which lead to fewer choices and conflicts in the overall solve
2022-02-10e4s: new specs: nccmp, nco, wannier90, lammps (#28833)eugeneswalker1-0/+4
2022-02-10llvm-doe: rename @clacc to @develop.clacc for proper version matching (#28859)eugeneswalker1-1/+1
2022-02-10cvs: add the external find feature for cvs (#28863)Olivier Cessenat1-0/+8
2022-02-10lammps: add new versions (#27462)Christoph Junghans1-3/+22
* lammps: add new versions
2022-02-10Fix CMakePackage.define for libs/headers (#28838)Seth R. Johnson2-1/+7
The 'libs' property returned by a spec is not a list nor tuple. Closes #28836.
2022-02-10Adding support for rocmcc to cray-libsci package (#28601)luker1-1/+2
2022-02-10spack audit: fix spurious failures for target/platform conflicts (#28860)Greg Becker3-5/+31
2022-02-09Tests: move has_test_method to spack.package (#28813)Tamara Dahlgren4-22/+20
2022-02-09flux-core: add v0.34, v0.35 and deprecate v0.27.0 and earlier (#28852)Mark Grondona1-13/+15
* flux-core: add versions 0.34.0 and 0.35.0 * flux-core: deprecate versions <= 0.27.0
2022-02-09Detecting "Cray" as "linux" during bootstrap (#28726)Massimiliano Culpo3-34/+47
* bootstrap: avoid detecting "Cray" and treat the platform as "linux" * bootstrap: create a proper context manager to disable cray
2022-02-09rocrand: add spack test support and cleanup (#27437)Cory Bloor1-2/+4
2022-02-09Remove danvev as maintainer of intel packages (#28806)Robert Cohn2-2/+3
* Remove danvev as maintainer of intel packages * Update hash to trigger gitlab again
2022-02-08freetype: add 2.11.1 and update Intel conflict (#28606)Olivier Cessenat1-2/+3
2022-02-08CI: pin the version of pathlib to v2.3.6 (#28832)Massimiliano Culpo1-0/+4
2022-02-08SLATE package: tests (#28723)G-Ragghianti1-14/+21
This improves the stand-alone tests for slate by providing most of the dependencies to the test framework and enabling stand-alone tests on all versions except the oldest.
2022-02-07fujitsu frontistr: New package (#28514)Toyohisa Kameyama2-12/+73
* fujitsu-frontistr: new package. * Add frontistr@5.3 Add fujitsu-frontistr static variant style fix. * update copyrigght year.
2022-02-07flit: remove dependency from development branch version (#28789)Michael Bentley1-2/+1
2022-02-07py-scipy: add v1.8.0 (#28798)Adam J. Stewart1-13/+22
2022-02-07py-pymumps: remove install_options (#28452)Adam J. Stewart1-15/+0
2022-02-07AMReX: +tiny_profile (#28785)Axel Huebl1-1/+4
* AMReX: +tiny_profile The tiny profiler options in AMReX are by default off but needed by WarpX. Adds a new variant to control it. * Add Erik Palmer as Co-Maintainer ... so he receives pings on updates of the package for review.
2022-02-07libiberty: add versions from v2.34.1 to v2.37 (#28792)Tim Haines1-0/+7
2022-02-07Bump ca-certificates-mozilla (#28803)Harmen Stoppels1-0/+3
2022-02-07Add oneAPI packages from the 2022.1.2 release (#28750)VladimirUspenskii9-0/+43
Co-authored-by: Robert Cohn <rscohn2@gmail.com> Co-authored-by: Robert Cohn <robert.s.cohn@intel.com>
2022-02-07intel-mkl: BLACS with intel-oneapi-mpi (#28476)Stephen Sachs1-0/+1
Identify the correct BLACS libaries when `intel-oneapi-mpi` is used.
2022-02-07gcc: fix build on apple-clang@13 (#28801)Seth R. Johnson2-0/+35
2022-02-07Support config variables in config.yaml extensions paths (#17772)Jordan Galby4-10/+32
2022-02-06py-torch: update dep constraints (#28743)Adam J. Stewart1-5/+7
The version of the ONNX submodule was updated between the PyTorch 1.9 and 1.10 releases, which fixed builds with newer protobuf but broke builds with older protobuf. Also this adds minimum version reqs for numpy/typing-extensions (which were not present before).
2022-02-06git: new versions (#28777)Harmen Stoppels1-3/+38
2022-02-06Fix GCC 8 build on macOS bigsur %apple-clang@12.0.5 (#28795)Seth R. Johnson1-2/+8
* gcc: revise patch range on darwin * gcc: add conflict to work around bootstrap failure closes #23296 . See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100340 . ``` Comparing stages 2 and 3 Bootstrap comparison failure! gcc/tree-ssa-operands.o differs gcc/tree-ssanames.o differs gcc/ipa-inline.o differs gcc/tree-ssa-pre.o differs gcc/gimple-loop-interchange.o differs ... ``` 639 total differences. * gcc: bump conflict up to correct later version
2022-02-04WarpX: add v22.02 (#28742)Axel Huebl3-2/+6
2022-02-04openfdtd: add version 2.6.3, 2.7.1, 2.7.3 and support Fujitsu Compiler. (#28472)Toyohisa Kameyama1-5/+22
2022-02-04wrf: Add New version, support fujitsu compiler, refactor and bug fix. (#28567)Toyohisa Kameyama10-102/+303
* wrf: Add version 4.3, support fujitsu compioler, output build log, and fix to build diffwrf.
2022-02-04atompaw: use autotoolsPackage and support Fujitsu compiler. (#28471)Toyohisa Kameyama2-10/+54
* atompaw: use autotoolsPackage and support Fujitsu compiler.
2022-02-04database: fix reindex with uninstalled deps (#28764)Harmen Stoppels4-42/+94
* Fix reindex with uninstalled deps When a prefix of a dep is removed, and the db is reindexed, it is added through the dependent, but until now it incorrectly listed the spec as 'installed'. There was also some questionable behavior in the db when the same spec was added multiple times, it would always be marked installed. * Always reserve path * Only add installed spec's prefixes to install prefixes set * Improve warning, and ensure ensure only ensures * test: reindex with every file system remnant removed except for the old index; it should give a database with nothing installed, including records with installed==False,external==False,ref_count==0,explicit=True, and these should be removable from the database
2022-02-04Use Spec.constrain to construct spec lists for stacks (#28783)Massimiliano Culpo4-40/+62
* stacks: add regression tests for matrix expansion * Use constrain semantics to construct spec lists for stacks * Fix semantics for constraining an anonymous spec. Add tests
2022-02-04WarpX/HiPACE: noacc PSATD also needs FFTW (#28756)Axel Huebl2-0/+9
Forgot to add that `compute=noacc` also needs FFTW3 for PSATD builds.
2022-02-04py-kubernetes: add new versions up to v21.7.0 (#28687)Valentin Volkl1-1/+7
* py-kubernetes: add new versions up to v21.7.0 * py-kubernetes: update python dependency
2022-02-04Adding new package: COSTA (#28727)Marko Kabic1-0/+57
2022-02-04cntk: fix build and add comments (#28676)Glenn Johnson1-2/+21
2022-02-04py-mpi4py: fix install_options (#28759)Adam J. Stewart1-0/+1
2022-02-04`py-warpx`: needs no `py-cmake` (#28761)Axel Huebl1-2/+4
Since in Spack we pull binaries out of the `warpx` package, we don't need `py-cmake` to build `py-warpx`. Generally, `py-cmake` in `pyproject.toml` is just a mean for us to tell `pip` to make a `cmake` CLI tool available.