Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-04-13 | SIRIUS and SpFFT versions need ROCm < 4.1 (#22957) | Harmen Stoppels | 2 | -0/+6 | |
FindHIP.cmake script is not working for both 4.0 and 4.1. It's fixed in their develop branches | |||||
2021-04-13 | spglib: fix libs property for some multilib distros (#22956) | Tiziano Müller | 1 | -2/+2 | |
on multilib distros with lib/lib64 (rather than lib32/lib) the library ends up in a dir lib64/ instead of lib/, breaking the libs property (and the cp2k+spglib build) | |||||
2021-04-13 | gcc: add v10.3 (#22894) | yellowhat | 1 | -0/+1 | |
2021-04-12 | New package: r-tictoc (#22937) | Jen Herting | 1 | -0/+28 | |
2021-04-12 | vtk: new version, 9.0.1 (#22880) | Robert Mijakovic | 1 | -1/+2 | |
Co-authored-by: Robert Mijakovic <robert.mijakovic@lxp.lu> | |||||
2021-04-12 | New Package: r-assertive-types (#22933) | Jen Herting | 1 | -0/+27 | |
2021-04-12 | Add new versions of patchelf (#22939) | Harmen Stoppels | 1 | -1/+9 | |
2021-04-12 | Bump hiop version (#22884) | Asher Mancinelli | 1 | -0/+1 | |
2021-04-12 | samtools: add version 1.12 (#22885) | Glenn Johnson | 1 | -0/+2 | |
2021-04-12 | ROCm relase 4.1.0: Bump up version of rocm-validation-suite (#22946) | arjun-raj-kuppala | 2 | -1/+16 | |
2021-04-12 | Add conflict for Mac OS for STAT package (#22919) | Pramod Kumbhar | 1 | -0/+3 | |
See https://github.com/LLNL/STAT/issues/19 | |||||
2021-04-12 | packages/phist: new version 1.9.4 (#22922) | jthies | 1 | -1/+2 | |
fix version 1.7.4 checksum re 22758: phist-1.9.4 should resolve this issue, once confirmed I will add a patch for older versions. | |||||
2021-04-12 | openPMD-api: 0.13.3 (#22910) | Axel Huebl | 1 | -2/+3 | |
2021-04-12 | Externals with merged prefixes (#22653) | Peter Scheibel | 2 | -17/+85 | |
We remove system paths from search variables like PATH and from -L options because they may contain many packages and could interfere with Spack-built packages. External packages may be installed to prefixes that are not actually system paths but are still "merged" in the sense that many other packages are installed there. To avoid conflicts, this PR places all external packages at the end of search paths. | |||||
2021-04-12 | maker: add v3.01.03 (#22915) | Glenn Johnson | 1 | -1/+2 | |
2021-04-12 | blt: add v0.4.0 (#22917) | Chris White | 1 | -2/+3 | |
2021-04-12 | bart: update package (#22926) | Glenn Johnson | 2 | -4/+38 | |
- add version 0.7.00 - make build work with intel-oneapi-mkl - Add myself as maintainer | |||||
2021-04-12 | casacore: change FFT variants for correct, version dependent, FFT choices ↵ | Martin Pokorny | 1 | -7/+11 | |
(#22925) Required dependency on FFTW for casacore@3.4.0:; optional for casacore@:3.4.0, depending selection of FFTPack | |||||
2021-04-12 | mumax: constrain go version (#22927) | Glenn Johnson | 1 | -1/+1 | |
Mumax will not build with go-1.16. | |||||
2021-04-12 | qt: restrict python version when +webkit (#22928) | Seth R. Johnson | 1 | -0/+1 | |
See #17270. ``` make[2]: Entering directory `/tmp/vavolkl/spack-stage/spack-stage-qt-5.14.2-63dapppjbq6vqh3le7pazsprijls7cfl/spack-src/qtwebengine/src' /bin/sh: -c: line 0: syntax error near unexpected token `(' /bin/sh: -c: line 0: `echo Modules will not be built. Python version 2 (2.7.5 or later) is required to build QtWebEngine.' make[2]: *** [errorbuild] Error 1 ``` | |||||
2021-04-12 | tfel: add missing variant (#22558) | thelfer | 1 | -0/+2 | |
The variant was used but not defined. | |||||
2021-04-12 | libsakura: Change precision for fftw dependency depending on libsakura ↵ | Martin Pokorny | 1 | -1/+2 | |
version (#22924) Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com> | |||||
2021-04-11 | ASP-based solver: assign OS correctly with inheritance from parent (#22896) | Massimiliano Culpo | 3 | -0/+28 | |
fixes #22871 When in presence of multiple choices for the operating system we were lacking a rule to derive the node OS if it was inherited. | |||||
2021-04-10 | fix 22802- fix incorrect arch list for rocblas (#22881) | Sreenivasa Murthy Kolam | 3 | -2/+11 | |
2021-04-09 | Drop cxx berkeley-db (#22899) | Harmen Stoppels | 1 | -2/+7 | |
2021-04-09 | Build process output: handle UTF-8 for python 3.x to 3.7 (#22888) | Peter Scheibel | 1 | -2/+9 | |
We set LC_ALL=C to encourage a build process to generate ASCII output (so our logger daemon can decode it). Most packages respect this but it appears that intel-oneapi-compilers does not in some cases (see #22813). This reads the output of the build process as UTF-8, which still works if the build process respects LC_ALL=C but also works if the process generates UTF-8 output. For Python >= 3.7 all files are opened with UTF-8 encoding by default. Python 2 does not support the encoding argument on 'open', so to support Python 2 the files would have to be opened in byte mode and explicitly decoded (as a side note, this would be the only way to handle other encodings without being informed of them in advance). | |||||
2021-04-09 | New package: r-ca (#22913) | Jen Herting | 1 | -0/+22 | |
Co-authored-by: Alex C Leute <aclrc@rit.edu> | |||||
2021-04-09 | New package: r-assertive-properties (#22914) | Jen Herting | 1 | -0/+27 | |
Co-authored-by: Alex C Leute <aclrc@rit.edu> Co-authored-by: Alex Leute <acl2809@rit.edu> | |||||
2021-04-09 | Flatbuffers: fixes for GCC 10+ (#22829) | Robert Mijakovic | 1 | -0/+16 | |
2021-04-09 | swig: mark conflict and add maintainer (#22911) | Seth R. Johnson | 1 | -0/+3 | |
Closes #22407 | |||||
2021-04-09 | New Package: STRIPACK (#22544) | Olivier Cessenat | 1 | -0/+69 | |
2021-04-08 | CARE and dependencies fixed to work with +cuda (#22874) | Danny Taller | 2 | -5/+11 | |
2021-04-08 | new package: py-pytest-qt (#22878) | Ryan Marcellino | 1 | -0/+22 | |
2021-04-08 | Gromacs CUDA patch + some version constraints (#22851) | Maciej Wójcik | 1 | -2/+31 | |
2021-04-08 | py-mo-pack: add LDFLAGS to fix build error (#22747) | darmac | 1 | -0/+3 | |
2021-04-08 | py-pyfftw: add LDFLAGS to fix build error (#22745) | darmac | 1 | -0/+3 | |
2021-04-08 | openal-soft: new package (#22265) | Jen Herting | 1 | -0/+29 | |
2021-04-08 | petsc: forward +metis to mumps (#21291) | lpoirel | 1 | -1/+2 | |
Co-authored-by: lpoirel <lpoirel@users.noreply.github.com> | |||||
2021-04-08 | libmcrypt: new package (#22144) | darmac | 1 | -0/+17 | |
2021-04-08 | bugfix: `spack config blame` should print all lines of config (#22598) | Todd Gamblin | 2 | -7/+44 | |
* bugfix: fix representation of null in spack_yaml output Nulls were previously printed differently by `spack config blame config` and `spack config get config`. Fix this in the `spack_yaml` dumpers. * bugfix: `spack config blame` should print all lines of config `spack config blame` was not printing all lines of configuration because there were no annotations for empty lines in the YAML dump output. Fix this by removing empty lines. | |||||
2021-04-08 | Exodusii: added versions up to v2021-04-05 (#22819) | Robert Pavel | 1 | -0/+20 | |
Fixed previously unspecified python dependency and ensured that spack's python is what exodus@v2016 uses. Also, in the process, identified many missing versions | |||||
2021-04-08 | hpctoolkit: fix for GCC 10 (#22864) | Robert Mijakovic | 1 | -0/+7 | |
Co-authored-by: Robert Mijakovic <robert.mijakovic@lxp.lu> | |||||
2021-04-08 | manta: make it build on aarch64 (#22630) | Tomoyasu Nojiri | 2 | -0/+13 | |
2021-04-08 | glfw: make it build on MacOS (#22626) | Cyrus Harrison | 1 | -11/+16 | |
2021-04-08 | squashfs: ensure we install with required options (#22863) | Harmen Stoppels | 1 | -11/+15 | |
Currently the make install step uses the default variables, which causes things to rebuild with default options. | |||||
2021-04-08 | ncurses: add determine_variants for abi version (#22647) | lorddavidiii | 1 | -0/+9 | |
2021-04-08 | autotools: ensure config.guess and config.sub are writeable before patching ↵ | Toyohisa Kameyama | 1 | -0/+4 | |
them (#19837) | |||||
2021-04-08 | Add slightly older version of Oracle Instant Client (#22862) | iarspider | 1 | -0/+11 | |
2021-04-08 | collectd: add v5.12.0 (#22746) | darmac | 1 | -7/+4 | |
Changed url to use release tarball instead of repo snapshot as this permits to drop build deps | |||||
2021-04-08 | py-python-certifi-win32: add new package (#22843) | Adam J. Stewart | 1 | -0/+23 | |