Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-11 | mpifileutils: add v0.11.1 (#28837) | Adam Moody | 1 | -0/+1 | |
Signed-off-by: Adam Moody <moody20@llnl.gov> | |||||
2022-02-11 | icet: add variants to enable 'opengl' and shared libraries. (#27281) | Gilles Grospellier | 1 | -1/+6 | |
2022-02-11 | dotnet-core-sdk: add v6.0.2. (#28843) | Gilles Grospellier | 1 | -0/+5 | |
2022-02-11 | eccodes: update package (#28849) | Sergey Kosukhin | 1 | -52/+258 | |
* eccodes: modernize the package * eccodes: add patch fixing location of NetCDF * eccodes: add variant 'shared' * eccodes: enable building with NAG compiler * eccodes: add property 'libs' * eccodes: add variant 'definitions' * eccodes: add variant 'samples' * eccodes: add variant 'tools' | |||||
2022-02-11 | cool: add v3.3.10 (#28858) | haralmha | 1 | -1/+8 | |
Co-authored-by: Harald Minde Hansen <harald.minde.hansen@cern.ch> Co-authored-by: Valentin Volkl <valentin.volkl@cern.ch> | |||||
2022-02-11 | subversion: add the external find feature using svn (#28862) | Olivier Cessenat | 1 | -0/+10 | |
2022-02-11 | Ecp sdk update package contraints (#28693) | kwryankrattiger | 3 | -10/+20 | |
* ECP-SDK: Require HDF5 1.12 * ECP-SDK: Require SDK spec for SDK packages | |||||
2022-02-11 | qt: patch version 5 on macOS 12 SDK (#28865) | Seth R. Johnson | 2 | -0/+17 | |
Note that the SDK is not the same as the system version: using apple-clang@13 is a better match than `os=monterey` since this actually fails on bigsur as well, as long as xcode 13 is being used. | |||||
2022-02-11 | minc-toolkit: fix perl dependencies (#28868) | Ben Darwin | 3 | -1/+40 | |
2022-02-11 | serialbox: add new package (#28872) | Sergey Kosukhin | 5 | -0/+273 | |
2022-02-11 | Ascent: add dependency on adios2, remove deprecated variant (#28876) | kwryankrattiger | 1 | -32/+33 | |
Also update specs to be less complicated for dray/mfem/vtk-h. Removed deprecated adios variant. | |||||
2022-02-10 | PVM package: fix missing install files and runtime env (#28851) | Bryan Herman | 1 | -7/+11 | |
2022-02-10 | ucx package: add version 1.12.0 (#28752) | Carlos Bederián | 1 | -0/+1 | |
2022-02-10 | trilinos: add rocm_rdc variant (#28873) | Jon Rood | 1 | -2/+5 | |
* Add rocm_rdc variant to trilinos. * Fix syntax error. | |||||
2022-02-10 | arborx +rocm: use hipcc and depend on rocthrust (#28875) | eugeneswalker | 1 | -0/+4 | |
2022-02-10 | macOS: always set `MACOSX_DEPLOYMENT_TARGET` (#28797) | Seth R. Johnson | 8 | -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-10 | MAGMA: declare cuda_arch support conflicts (#28811) | Adam J. Stewart | 2 | -28/+11 | |
2022-02-10 | hsakmt-roct: dont look for libudev or compiler support libs (#28861) | Harmen Stoppels | 2 | -0/+38 | |
2022-02-10 | py-llvmlite: add 0.38.0 (#28822) | Manuela Kuhn | 1 | -1/+3 | |
2022-02-10 | Stabilize the concretization of ecp-data-vis-sdk by preferring conduit@0.7.2 ↵ | Massimiliano Culpo | 1 | -0/+3 | |
(#28871) | |||||
2022-02-10 | ASP-based solver: reduce input facts and add heuristic (#28848) | Massimiliano Culpo | 2 | -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-10 | e4s: new specs: nccmp, nco, wannier90, lammps (#28833) | eugeneswalker | 1 | -0/+4 | |
2022-02-10 | llvm-doe: rename @clacc to @develop.clacc for proper version matching (#28859) | eugeneswalker | 1 | -1/+1 | |
2022-02-10 | cvs: add the external find feature for cvs (#28863) | Olivier Cessenat | 1 | -0/+8 | |
2022-02-10 | lammps: add new versions (#27462) | Christoph Junghans | 1 | -3/+22 | |
* lammps: add new versions | |||||
2022-02-10 | Fix CMakePackage.define for libs/headers (#28838) | Seth R. Johnson | 2 | -1/+7 | |
The 'libs' property returned by a spec is not a list nor tuple. Closes #28836. | |||||
2022-02-10 | Adding support for rocmcc to cray-libsci package (#28601) | luker | 1 | -1/+2 | |
2022-02-10 | spack audit: fix spurious failures for target/platform conflicts (#28860) | Greg Becker | 3 | -5/+31 | |
2022-02-09 | Tests: move has_test_method to spack.package (#28813) | Tamara Dahlgren | 4 | -22/+20 | |
2022-02-09 | flux-core: add v0.34, v0.35 and deprecate v0.27.0 and earlier (#28852) | Mark Grondona | 1 | -13/+15 | |
* flux-core: add versions 0.34.0 and 0.35.0 * flux-core: deprecate versions <= 0.27.0 | |||||
2022-02-09 | Detecting "Cray" as "linux" during bootstrap (#28726) | Massimiliano Culpo | 3 | -34/+47 | |
* bootstrap: avoid detecting "Cray" and treat the platform as "linux" * bootstrap: create a proper context manager to disable cray | |||||
2022-02-09 | rocrand: add spack test support and cleanup (#27437) | Cory Bloor | 1 | -2/+4 | |
2022-02-09 | Remove danvev as maintainer of intel packages (#28806) | Robert Cohn | 2 | -2/+3 | |
* Remove danvev as maintainer of intel packages * Update hash to trigger gitlab again | |||||
2022-02-08 | freetype: add 2.11.1 and update Intel conflict (#28606) | Olivier Cessenat | 1 | -2/+3 | |
2022-02-08 | CI: pin the version of pathlib to v2.3.6 (#28832) | Massimiliano Culpo | 1 | -0/+4 | |
2022-02-08 | SLATE package: tests (#28723) | G-Ragghianti | 1 | -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-07 | fujitsu frontistr: New package (#28514) | Toyohisa Kameyama | 2 | -12/+73 | |
* fujitsu-frontistr: new package. * Add frontistr@5.3 Add fujitsu-frontistr static variant style fix. * update copyrigght year. | |||||
2022-02-07 | flit: remove dependency from development branch version (#28789) | Michael Bentley | 1 | -2/+1 | |
2022-02-07 | py-scipy: add v1.8.0 (#28798) | Adam J. Stewart | 1 | -13/+22 | |
2022-02-07 | py-pymumps: remove install_options (#28452) | Adam J. Stewart | 1 | -15/+0 | |
2022-02-07 | AMReX: +tiny_profile (#28785) | Axel Huebl | 1 | -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-07 | libiberty: add versions from v2.34.1 to v2.37 (#28792) | Tim Haines | 1 | -0/+7 | |
2022-02-07 | Bump ca-certificates-mozilla (#28803) | Harmen Stoppels | 1 | -0/+3 | |
2022-02-07 | Add oneAPI packages from the 2022.1.2 release (#28750) | VladimirUspenskii | 9 | -0/+43 | |
Co-authored-by: Robert Cohn <rscohn2@gmail.com> Co-authored-by: Robert Cohn <robert.s.cohn@intel.com> | |||||
2022-02-07 | intel-mkl: BLACS with intel-oneapi-mpi (#28476) | Stephen Sachs | 1 | -0/+1 | |
Identify the correct BLACS libaries when `intel-oneapi-mpi` is used. | |||||
2022-02-07 | gcc: fix build on apple-clang@13 (#28801) | Seth R. Johnson | 2 | -0/+35 | |
2022-02-07 | Support config variables in config.yaml extensions paths (#17772) | Jordan Galby | 4 | -10/+32 | |
2022-02-06 | py-torch: update dep constraints (#28743) | Adam J. Stewart | 1 | -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-06 | git: new versions (#28777) | Harmen Stoppels | 1 | -3/+38 | |
2022-02-06 | Fix GCC 8 build on macOS bigsur %apple-clang@12.0.5 (#28795) | Seth R. Johnson | 1 | -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 |