Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2022-02-04 | WarpX: add v22.02 (#28742) | Axel Huebl | 3 | -2/+6 | |
2022-02-04 | openfdtd: add version 2.6.3, 2.7.1, 2.7.3 and support Fujitsu Compiler. (#28472) | Toyohisa Kameyama | 1 | -5/+22 | |
2022-02-04 | wrf: Add New version, support fujitsu compiler, refactor and bug fix. (#28567) | Toyohisa Kameyama | 10 | -102/+303 | |
* wrf: Add version 4.3, support fujitsu compioler, output build log, and fix to build diffwrf. | |||||
2022-02-04 | atompaw: use autotoolsPackage and support Fujitsu compiler. (#28471) | Toyohisa Kameyama | 2 | -10/+54 | |
* atompaw: use autotoolsPackage and support Fujitsu compiler. | |||||
2022-02-04 | database: fix reindex with uninstalled deps (#28764) | Harmen Stoppels | 4 | -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-04 | Use Spec.constrain to construct spec lists for stacks (#28783) | Massimiliano Culpo | 4 | -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-04 | WarpX/HiPACE: noacc PSATD also needs FFTW (#28756) | Axel Huebl | 2 | -0/+9 | |
Forgot to add that `compute=noacc` also needs FFTW3 for PSATD builds. | |||||
2022-02-04 | py-kubernetes: add new versions up to v21.7.0 (#28687) | Valentin Volkl | 1 | -1/+7 | |
* py-kubernetes: add new versions up to v21.7.0 * py-kubernetes: update python dependency | |||||
2022-02-04 | Adding new package: COSTA (#28727) | Marko Kabic | 1 | -0/+57 | |
2022-02-04 | cntk: fix build and add comments (#28676) | Glenn Johnson | 1 | -2/+21 | |
2022-02-04 | py-mpi4py: fix install_options (#28759) | Adam J. Stewart | 1 | -0/+1 | |
2022-02-04 | `py-warpx`: needs no `py-cmake` (#28761) | Axel Huebl | 1 | -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. | |||||
2022-02-04 | e4s ci: uncomment variorum following pr #28754 (#28763) | eugeneswalker | 2 | -2/+2 | |
2022-02-04 | py-numpy: add v1.22.2 (#28771) | Adam J. Stewart | 1 | -0/+2 | |
2022-02-04 | flit: add version for development branch (#28773) | Tim Haines | 1 | -0/+2 | |
2022-02-04 | fpchecker: add version for master branch (#28774) | Tim Haines | 1 | -0/+2 | |
2022-02-03 | pruners-ninja: Add version for master branch (#28765) | Tim Haines | 1 | -0/+2 | |