Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-11 | Documentation: Refinement of "Checking an installation" (#22210) | Tamara Dahlgren | 3 | -164/+703 | |
There have been a lot of questions and some confusion recently surrounding Spack installation test capabilities so this PR is intended to clean up and refine the documentation for "Checking an installation". It aims to better distinguish between checks that are performed during an installation (i.e., build-time tests) and those that can be done days and weeks after the software has been installed (i.e., install (or smoke) tests). | |||||
2021-05-11 | Use Ninja as generator in HPX package (#23558) | Mikael Simberg | 1 | -0/+3 | |
2021-05-11 | CrayPE fix for libcircle (#23526) | lukebroskop | 2 | -0/+25 | |
Disable mpi search when using cce (the CCE compiler wrappers do not behave like the conventional mpi compiler wrappers). | |||||
2021-05-11 | darshan-runtime, darshan-util: darshan 3.3.0 release + other additions (#23552) | shanedsnyder | 2 | -4/+45 | |
Add darshan-3.3.0 tags to darshan util/runtime, AutoPerf variants, AutoPerf XC variants, and HDF5 module support to darshan-runtime. | |||||
2021-05-11 | gmsh: add variants and new version (#23544) | Olivier Cessenat | 1 | -76/+60 | |
* Enhancing package gmsh to more options, new version * Enhancing package gmsh, url from https * Enhancing package gmsh, following reviewer 1 * Improving package gmsh from reviewer * Adding MED dependency * Removing env variables and unused dependency (netgen/tetgen) | |||||
2021-05-11 | med: add HDF5 support and other variants (#23555) | Olivier Cessenat | 1 | -22/+37 | |
Enhancing package med enlarged HDF5 compatibility, more options, new version | |||||
2021-05-11 | cp2k: update libvori and libxc dependencies (#23553) | Tiziano Müller | 2 | -3/+8 | |
2021-05-10 | root: add first `spack external find` support | Valentin Volkl | 1 | -0/+21 | |
only parses the version, variant parsing will follow. | |||||
2021-05-10 | [py-pyjwt] added version 2.1.0 (#23547) | Jen Herting | 1 | -0/+3 | |
2021-05-10 | CrayPE fixes for MAGMA (#23497) | lukebroskop | 1 | -0/+6 | |
Force CCE to compile fortran modules with lower case names, allow for CCE to be the host compiler with nvcc | |||||
2021-05-10 | Add ReFrame 3.6.0 (#23551) | Vasileios Karakasis | 1 | -0/+2 | |
2021-05-10 | New package: libmicrodns (#22145) | darmac | 1 | -0/+17 | |
2021-05-10 | zfp: Add python as explicit dependency (#23478) | Tom Payerle | 1 | -0/+1 | |
A proposed fix for #23436 | |||||
2021-05-10 | [py-websocket-client] added version 0.48.0 (#23549) | Jen Herting | 1 | -0/+1 | |
2021-05-10 | tau: revert depends_on generic elf provider (#23548) | eugeneswalker | 1 | -1/+1 | |
2021-05-10 | Bump fuse-overlayfs (#23541) | Harmen Stoppels | 1 | -0/+1 | |
2021-05-10 | craype fix for omega-h (#23504) | lukebroskop | 1 | -0/+4 | |
add -Wno-final-dtor-non-final-class flag | |||||
2021-05-10 | WarpX: 21.05 (#23543) | Axel Huebl | 1 | -0/+3 | |
Add the latest release of WarpX. | |||||
2021-05-10 | CrayPE fix for unifyfs (#23498) | lukebroskop | 1 | -0/+5 | |
When building with CCE, do not use the -Werror flag | |||||
2021-05-10 | CrayPE fix for otf2 (#23499) | lukebroskop | 2 | -0/+23 | |
when using Cray's cs-prgenv, allow the build system to detect the systems as an XC | |||||
2021-05-10 | bugfix: correct force_autoreconf method syntax (#23546) | Tamara Dahlgren | 1 | -1/+1 | |
2021-05-10 | CrayPE fix for json-c (#23515) | lukebroskop | 1 | -0/+6 | |
remove -Werror flag when compiling with cce | |||||
2021-05-10 | depend on elf provider in place of specifically libelf (#23524) | eugeneswalker | 1 | -1/+1 | |
2021-05-10 | py-numpy: add v1.20.3 (#23545) | Adam J. Stewart | 1 | -0/+1 | |
2021-05-10 | compare full old_prefix and new_prefix instead of layout_root (#23506) | eugeneswalker | 1 | -1/+1 | |
2021-05-10 | metall: fix incorrect use of setup_build_environment (#23532) | eugeneswalker | 1 | -2/+2 | |
2021-05-10 | Add new package: ima-evm-utils (#22161) | darmac | 1 | -0/+23 | |
2021-05-10 | Use define_from_variant for HiOp package (#23536) | Cameron Rutherford | 1 | -47/+13 | |
2021-05-10 | binutils: Improve flag_handler (#22642) | Michael Kuhn | 1 | -3/+6 | |
`flag_handler` currently passes all flags via injection. This makes it impossible to override the default flags provided by autotools (for instance, `binutils cflags='-O2'` will still build with `-O2 -g`). Instead, use injection for our workaround flags and pass other flags to the build system. | |||||
2021-05-08 | py-matplotlib: add v3.4.2 (#23531) | Adam J. Stewart | 1 | -0/+1 | |
2021-05-08 | py-vermin: add latest version 1.2.0 (#23528) | Morten Kristensen | 1 | -1/+2 | |
2021-05-08 | clingo: don't skip tests that deal with file permissions | Massimiliano Culpo | 3 | -16/+0 | |
When we first merged the ASP-based solver, unit-tests were run in a Docker container with root permissions and that was preventing a few tests to succeed. Since some time though, clingo is tested as a regular user within Github Actions VMs, so we should start to run checks again. | |||||
2021-05-07 | craype fix for pdt (#23505) | lukebroskop | 2 | -0/+18 | |
* craype fix for pdt adapt the pdt package for cce * fix style issues | |||||
2021-05-07 | mercury: add version 2.0.1 (#23521) | Jerome Soumagne | 1 | -0/+1 | |
2021-05-07 | CrayPE fix for pfunit (#23512) | lukebroskop | 1 | -1/+1 | |
allow cce to be the compiler | |||||
2021-05-07 | Bugfix/matplotlib clang lto (#23519) | dsjense | 1 | -0/+2 | |
* Disable link-time optimization for matplotlib when using Clang. * Remove duplicated line. * Disable LTO only for versions >= 3.3.0. | |||||
2021-05-07 | Add conflict for the CCE compiler (#23502) | lukebroskop | 1 | -0/+1 | |
Add conflict for the CCE compiler | |||||
2021-05-07 | geos: Fix config issues with python bindings using python3 (#23479) (#23480) | Tom Payerle | 2 | -0/+74 | |
* geos: Fix config issues with python bindings using python3 (#23479) This should fix some config issues when building geos with python bindings and using python3 --- the geos configuration scripts had a few python2-isms. I only tested (lightly; geos built and I can import geos in python3) on 3.8.1, but I did check that the patch can at least be applied in 3.5. I belatedly discovered that geos dropped all the SWIG bindings in @3.9, so I also added some conflicts on the +python and +ruby options to note that they are not supported in 3.9. * geos: adding omitted patch file | |||||
2021-05-07 | install cmd: --no-add in an env installs w/out concretize and add | Scott Wittenburg | 5 | -9/+197 | |
In an active concretize environment, support installing one or more cli specs only if they are already present in the environment. The `--no-add` option is the default for root specs, but optional for dependency specs. I.e. if you `spack install <depspec>` in an environment, the dependency-only spec `depspec` will be added as a root of the environment before being installed. In addition, `spack install --no-add <spec>` fails if it does not find an unambiguous match for `spec`. | |||||
2021-05-07 | return concrete spec (as is advertised in the docstring) | Peter Josef Scheibel | 1 | -1/+1 | |
2021-05-07 | fix check when retrieving matching spec from environment when there is a ↵ | Peter Josef Scheibel | 3 | -1/+20 | |
match with a root spec as well as with a dependency of a root spec | |||||
2021-05-07 | Update py-hieroglyph (#23279) | Claire Guilbaud | 1 | -4/+6 | |
2021-05-07 | fdb: new package with deps (#23175) | Sergey Kosukhin | 6 | -0/+331 | |
2021-05-07 | compilers: aocc is now also available as a Cray PrgEnv (#23289) | Tiziano Müller | 1 | -0/+3 | |
2021-05-07 | GDAL: add v3.3.0 (#23426) | Adam J. Stewart | 1 | -6/+37 | |
2021-05-07 | Show useful error in build-env (#23458) | Harmen Stoppels | 2 | -11/+21 | |
Instead of an out of bounds error tell the user to provide a spec | |||||
2021-05-07 | libmonitor: add v2021.04.27 (#23460) | Mark W. Krentel | 1 | -0/+1 | |
2021-05-07 | at-spi2-core: add v2.40.1 (#23467) | Robert Mijakovic | 1 | -0/+1 | |
Co-authored-by: Robert Mijakovic <robert.mijakovic@lxp.lu> | |||||
2021-05-07 | at-spi2-atk: add v2.38.0 (#23468) | Robert Mijakovic | 1 | -0/+1 | |
Co-authored-by: Robert Mijakovic <robert.mijakovic@lxp.lu> | |||||
2021-05-07 | gdbm: patch when using arm@21.0: (#23492) | Andrei Poenaru | 1 | -0/+1 | |