Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-11 | py-imageio: new version 2.9.0 (#22229) | Andrew W Elble | 1 | -1/+3 | |
2021-03-11 | eospac: add patch to fix selection of compiler flags (#21626) | Gabriel Rockefeller | 2 | -0/+26 | |
Patch eospac's Makefile.-linux-gnu.hashes to consider only `$(notdir $(F90))` when constructing a key to look up compiler flags in the _F90-CPUINFO_COMP_FLAGS associative array. This patch was accepted into eospac itself after the release of 6.4.2beta, so apply it only to 6.4.2beta and earlier releases. | |||||
2021-03-10 | cctools: add v7.2.1 (#22193) | Benjamin Tovar | 1 | -1/+2 | |
2021-03-10 | gearshifft: fix patch, add support for mkl and rocm (#22195) | David Pape | 2 | -22/+31 | |
- Fix faulty patch - Only use GEARSHIFFT_BACKEND_FFTW_PTHREADS if ~openmp - Explicitly disable float16 support - Use correct minimum required Boost version - Add variants for Intel MKL and ROCm rocfft | |||||
2021-03-10 | Pipelines: Fix issue that allowed failing jobs to pass (#22199) | Scott Wittenburg | 1 | -1/+3 | |
This is a workaround for an issue with how "spack install" is invoked from within "spack ci rebuild". The fact that we don't get an exception or even the actual returncode when using the object returned by spack.util.executable.which('spack') to install the target spec means we get no indication of failures about the install command itself. Instead we rely on the subsequent buildcache creation failure to fail the job. | |||||
2021-03-10 | meson: apply rpath patch for current versions (#22216) | Michael Kuhn | 1 | -1/+1 | |
meson now only selectively strips rpaths but can still strip required ones (like glib's pcre dependency). | |||||
2021-03-10 | vigra: add master branch (#22037) | darmac | 1 | -0/+2 | |
2021-03-10 | fix setup-env.sh on older linux zsh (#21721) | Danny McClanahan | 2 | -2/+2 | |
2021-03-10 | haveged: new package at v1.9.13 (#22127) | darmac | 1 | -0/+15 | |
2021-03-10 | gdk-pixbuf: add v2.42.2 (#22215) | Michael Kuhn | 1 | -0/+2 | |
2021-03-10 | gcc: fix nvptx conflict (#22214) | Michael Kuhn | 1 | -1/+1 | |
In the past, we only had the binutils variant, which included the bootstrapping flag. Now that we have a separate bootstrap variant, fix the nvptx conflict accordingly. | |||||
2021-03-10 | mii: add v1.0.4 (#21754) | darmac | 1 | -3/+2 | |
mii: 1.0.3 and 1.0.2 is deprecated, and v1.0.4 can replace them safely | |||||
2021-03-10 | gearshifft: add v0.4.0, remove v0.2.1-lw (#21437) | h-denpo | 2 | -2/+26 | |
Changed maintainer Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja> | |||||
2021-03-10 | gnutls: add v3.6.15 (#22192) | Andrew W Elble | 1 | -0/+1 | |
2021-03-10 | salmon: add v1.4.0 (#22201) | Andrew W Elble | 3 | -5/+71 | |
devendored (most) dependencies, added missing dependencies. added resources and bypassed external fetching. | |||||
2021-03-10 | compadre: add new package (#22119) | Paul Kuberry | 1 | -0/+58 | |
2021-03-10 | pocl: updated llvm dependency to require not having flang (#22190) | h-denpo | 1 | -1/+1 | |
depends_on("llvm +clang +shared_libs -flang @6.0:11.0", when="@1.6") | |||||
2021-03-10 | lxc: fix install error (#22206) | Tomoyasu Nojiri | 1 | -0/+6 | |
2021-03-10 | rsyslog: fix install error (#22207) | Tomoyasu Nojiri | 1 | -0/+5 | |
2021-03-10 | satsuma2: fix install error (#22208) | Tomoyasu Nojiri | 1 | -1/+1 | |
2021-03-10 | warpx: add libs attribute to fix build on aarch64 (#22072) | Tomoyasu Nojiri | 1 | -0/+10 | |
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja> | |||||
2021-03-10 | BLAS++: OpenMP for AppleClang (#22211) | Axel Huebl | 1 | -0/+1 | |
We need to install OpenMP for Apple's Clang. | |||||
2021-03-10 | abinit: updated patch for Fujitsu compilers (#22009) | m-shunji | 2 | -38/+52 | |
2021-03-09 | netcdf-c@4.7.3:4.7.4 patch detection of pnetcdf for spectrum-mpi (#22180) | eugeneswalker | 2 | -0/+47 | |
2021-03-09 | Bump version libnetworkit/networkit 8.0 -> 8.1 (#22194) | Fabian Brandt | 2 | -0/+3 | |
Co-authored-by: FBT <fabian.brandt-tumescheit@hu-berlin.de> | |||||
2021-03-09 | nalu-wind: add cuda variant (#22184) | eugeneswalker | 1 | -80/+72 | |
2021-03-09 | ReFrame 3.5.0 recipe (#22196) | Vasileios Karakasis | 1 | -0/+1 | |
2021-03-09 | Add pthread variant to kokkos-kernels (#22120) | Paul Kuberry | 1 | -0/+1 | |
2021-03-09 | Pacifica spack integration work (#20485) | Evan Felix | 5 | -0/+95 | |
* Add intel cluster package update2 for 2020 * add pacifica cli tools, and pager * remove boilerplate code * update flake8 lints * update flake8 lint, missed one * add a description for pager * Shorten a line * Remove whitespace * check on dependencies and move urls to proper place * Remove import package as it seems it is not required * add requests to the uploader config * remove blank Line * change to build and run for packages * add run and build to the packages * move from url method to pypi method * adjust requirements based on feedback from adamjstewart * remove python 3 requirement, and add setuptools-scm * remove dependence on python Co-authored-by: Evan Felix <evan.felix@pnnl.gov> | |||||
2021-03-09 | kicad: add v5.1.9 (#22123) | Andrew W Elble | 2 | -4/+12 | |
ngspice to v34 | |||||
2021-03-09 | iptraf-ng: new package at v1.2.1 (#22155) | darmac | 1 | -0/+22 | |
2021-03-09 | hw-probe: new package at v1.5 (#22156) | darmac | 1 | -0/+20 | |
2021-03-09 | ike-scan: new package at v1.9 (#22160) | darmac | 1 | -0/+15 | |
2021-03-09 | libmacaroons: new package at v0.3.0 (#22142) | darmac | 1 | -0/+26 | |
2021-03-08 | scr: require dtcmp, switch from /tmp to /dev/shm (#22073) | Adam Moody | 1 | -4/+16 | |
2021-03-08 | DSQSS: Add test function, and Continuation of # 21666. (#22103) | a-saitoh-fj | 2 | -0/+55 | |
2021-03-08 | Fix `spack graph` when deptypes are filtered (#22121) | Harmen Stoppels | 6 | -8/+84 | |
2021-03-08 | Add `--vanilla` flag to r build system (#22166) | Glenn Johnson | 1 | -0/+1 | |
Unlike the other commands of the `R CMD` interface, the `INSTALL` command will read `Renviron` files. This can potentially break builds of r- packages, depending on what is set in the `Renviron` file. This PR adds the `--vanilla` flag to ensure that neither `Rprofile` nor `Renviron` files are read during Spack builds of r- packages. | |||||
2021-03-08 | casacore: add v3.4.0 (#22163) | Martin Pokorny | 1 | -0/+1 | |
2021-03-08 | Update Cmake 3.19.x to support crayftn preprocessing (cce 11+) (#22122) | James Elliott | 2 | -0/+38 | |
Cray added necessary functionality for CMake to support fortran preprocessing using crayftn. This patch is necessary for the current release of cmake (3.19), with this patched expected to be in the 3.20 release of Cmake. The included patch is from kitware. see https://gitlab.kitware.com/cmake/cmake/-/merge_requests/5882 Co-authored-by: James Elliott <jjellio@sandia.govv> | |||||
2021-03-08 | v0.9.1 release of mochi-margo (#22164) | Phil Carns | 2 | -3/+5 | |
2021-03-08 | Add latest versions for lcio and sio (#22173) | Thomas Madlener | 2 | -1/+3 | |
2021-03-08 | Tuning variant for Kokkos packages (#22176) | David Poliakoff | 1 | -0/+2 | |
2021-03-08 | py-tensorflow-probability: run install from correct working dir (#22175) | Andrew W Elble | 1 | -3/+6 | |
2021-03-08 | suite-sparse: add v5.9.0 (#22168) | Kai Torben Ohlhus | 1 | -0/+1 | |
Update homepage URL and see release notes: - https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v5.9.0 | |||||
2021-03-08 | kmod: add --with-bashcompletiondir option (#22167) | Tomoyasu Nojiri | 1 | -0/+6 | |
2021-03-08 | catch2: add v2.13.4 (#22170) | Axel Huebl | 1 | -1/+2 | |
Add the latest release of Catch2. | |||||
2021-03-08 | bpp-seq: add v2.4.1 (#22171) | Tomoyasu Nojiri | 1 | -0/+1 | |
2021-03-08 | bpp-core: add v2.4.1 (#22172) | Tomoyasu Nojiri | 1 | -0/+1 | |
2021-03-08 | py-tensorflow-probability: new package (#22165) | Andrew W Elble | 3 | -0/+141 | |
* py-tensorflow-probability: new package * setuptools dep, quoting syntax |