Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-22 | charliecloud: added v0.19 (#18866) | Jordan Ogas | 1 | -0/+1 | |
2020-09-22 | Set conflicts parameter for cuda-11 (#18847) | Glenn Johnson | 1 | -3/+5 | |
Magma is not currently compatible with CUDA-11. While this is reflected in the package, it is done with a comment in a `depends_on` directive, which has the effect of trying to install a version of CUDA that may be different from the one in the current environment, without any message to the end user. A `conflicts` is a better way to handle this. | |||||
2020-09-22 | Bash: fix build with Xcode 12 (#18843) | Adam J. Stewart | 2 | -1/+21 | |
2020-09-22 | ROCm 3.8 Stage1 Components (#18830) | Ganesh Kumar | 12 | -38/+52 | |
* ROCm 3.8 Stage1 Components * version review comments * 3.5 dependency restrictions Co-authored-by: root <root@mlseqa-hyd-virt-srv-07.amd.com> | |||||
2020-09-22 | sirius: use -DCUDA_ARCH for develop, version >7.0.0 (#18852) | Simon Pintarelli | 1 | -10/+8 | |
Also remove master branch | |||||
2020-09-22 | ReFrame: added v3.1 (#18860) | victorusu | 1 | -0/+4 | |
2020-09-22 | Added RAJA v0.12.1`and Umpire v4.0.1 (#18756) | Chris White | 2 | -2/+10 | |
Also renamed 'master' to 'main' | |||||
2020-09-22 | acts: added v1.0 (#18859) | Hadrien G | 1 | -0/+1 | |
2020-09-21 | miniqmc: fix install (#18857) | Christoph Junghans | 1 | -2/+2 | |
2020-09-21 | util-linux: fix bash completion install errors. (#18696) | Robert Blake | 2 | -2/+17 | |
* Disable bash completion by default. * flake8 * Adding explicit dependence on libuuid * Adding explicit dependence on cryptsetup This way we don't pick up host crypto packages by mistake. * Fixing the completion directory. * Update var/spack/repos/builtin/packages/util-linux/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * flake8 * Removing libuuid linkage according to @michaelkuhn on #18696 Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2020-09-21 | nut: fix install (#18848) | Christoph Junghans | 1 | -2/+2 | |
* nut: fix install * flake8 | |||||
2020-09-21 | fix spack-build usages (#18846) | Christoph Junghans | 3 | -3/+3 | |
2020-09-21 | typo (#18845) | Greg Becker | 1 | -1/+1 | |
2020-09-21 | add groff and ghostscript (#18803) | Joseph Wang | 1 | -0/+3 | |
Without these packages, graphviz will set groff/ghostscript to false which will cause the build to fail. | |||||
2020-09-20 | libksba: add new version (#18798) | Adam J. Stewart | 1 | -0/+3 | |
2020-09-19 | readline: simplify linking to ncurses (#18801) | Adam J. Stewart | 1 | -9/+1 | |
2020-09-19 | SciPy: add patch to fix XCode 12 build (#18800) | Adam J. Stewart | 1 | -0/+4 | |
2020-09-19 | ncurses: fix libs method (#18799) | Adam J. Stewart | 1 | -5/+5 | |
2020-09-19 | graphviz: fix build with Apple Clang 12.0.0 (#18797) | Adam J. Stewart | 2 | -0/+18 | |
2020-09-19 | fish: relax ncurses dependency constraints (#18796) | Adam J. Stewart | 1 | -1/+4 | |
2020-09-19 | Ensure variant defaults are parsable from CLI. (#18661) | Massimiliano Culpo | 3 | -21/+33 | |
- Add a unit test to check if there are unparsable defaults - Fix 'rust' and 'nsimd' variants | |||||
2020-09-18 | Hdf5 1.10.7 (#18712) | Larry Knox | 2 | -4/+6 | |
* Update hdf5/package.py for HDF5 1.10.7 release and obsolete home url. Add maintainer to hdf/package.py. * remove stray space. * Remove unnecessary /diplay/support from homepage urls. | |||||
2020-09-18 | bedtools2: Add missing python build dependency (#18744) (#18746) | Tom Payerle | 1 | -0/+1 | |
Makefile invokes python to build some scripts See #18744 | |||||
2020-09-18 | popt: Add missing libiconv dependency (#18731) | Michael Kuhn | 1 | -0/+2 | |
Without this dependency, the build fails due to undefined references. | |||||
2020-09-18 | py-notebook: add new version (#18638) | Adam J. Stewart | 1 | -28/+16 | |
2020-09-18 | do out of source builds in hashed directories (#18574) | Greg Becker | 1 | -1/+2 | |
2020-09-18 | trigger ascent e4s pipeline on merge to spack develop (#18655) | Shahzeb Siddiqui | 1 | -0/+6 | |
* trigger ascent e4s pipeline on merge to spack develop * change pipeline name ecpcitest/e4s is the pipeline that will be triggered for merge on develop its the E4S use-case. | |||||
2020-09-18 | Add mumax-3.10 release version (#18740) | Glenn Johnson | 1 | -5/+27 | |
This PR adds the current release version of mumax and tweaks the install of the previous beta version. - Set the url parameter to reflect the release version over the beta version. Hopefully, this will be consistent going forward. - Set an explicit url for the previous beta version. - Accept values for `cuda_arch`. The previous version had its own list but the release version does not. - Replace the built in cuda compute capabilities list with the one provided by Spack for the 3.10beta version. | |||||
2020-09-18 | swig: add version 4.0.2 and 4.0.2-fortran (#18741) | Seth R. Johnson | 1 | -3/+9 | |
2020-09-18 | env view failures: print underlying error message (#18713) | Greg Becker | 2 | -1/+13 | |
2020-09-18 | [py-pyarrow] added variant cuda (#18716) | Jen Herting | 1 | -1/+2 | |
* [py-pyarrow] added variant cuda * [py-pyarrow] simplifying variant dependencies | |||||
2020-09-18 | util-linux: fix build error (#18647) | darmac | 1 | -0/+3 | |
* util-linux: fix build error * refine install stage | |||||
2020-09-18 | Add new package: shiro (#18541) | darmac | 1 | -0/+23 | |
* Add new package: shiro * refine description and dependencies | |||||
2020-09-18 | ocaml: support 4.11 (#18705) | ketsubouchi | 1 | -2/+10 | |
2020-09-18 | iwyu: Require llvm+all_targets on non-x86_64 systems (#18710) | Toyohisa Kameyama | 1 | -0/+10 | |
2020-09-18 | py-recommonmark: fix URL and docutils version (#18714) | Axel Huebl | 1 | -2/+2 | |
2020-09-18 | py-breathe: added v4.21.0 (#18722) | Axel Huebl | 1 | -0/+1 | |
2020-09-17 | libpfm4: add version 4.11.0 (#18720) | Mark W. Krentel | 1 | -0/+2 | |
Add version 4.11.0 for libpfm4. Add myself as maintainer. | |||||
2020-09-17 | [arrow] added cuda variant (#18715) | Jen Herting | 1 | -1/+3 | |
2020-09-17 | Add bart-0.6.00 (#18717) | Glenn Johnson | 3 | -1/+110 | |
This PR adds version 0.6.00 of bart. | |||||
2020-09-17 | py-nbconvert: add new version (#18636) | Adam J. Stewart | 1 | -27/+25 | |
2020-09-17 | py-nbclient: add new package (#18628) | Adam J. Stewart | 1 | -0/+23 | |
2020-09-17 | py-matplotlib: add v3.2.2 (#18681) | Adam J. Stewart | 1 | -2/+3 | |
2020-09-17 | bowtie : Fix for aarch64 (#18709) | t-nojiri | 2 | -5/+5 | |
2020-09-17 | gpu-burn: allow to build with non-gcc compilers (#18707) | Glenn Johnson | 1 | -2/+2 | |
This PR modifies the patch to use $(CXX) rather than g++ to allow the spack compiler to be used. | |||||
2020-09-17 | Update libbeagle (#18703) | Glenn Johnson | 1 | -4/+12 | |
This PR fixes a couple of things with the libbeagle package. - libbeagle can only be built for one GPU type. Add a test for that. - version 2 had the arch statement in libhmsbeagle/GPU/kernels/Makefile.am but version 3 has it in configure.ac. Put the variant specified value in configure.ac for consistency. | |||||
2020-09-17 | Rocm 3.7 miopen, miopengemm, rocalution and rocm-opencl (#18690) | Ganesh Kumar | 5 | -17/+32 | |
* ROCm 3.5 miopen recipe * fixing flake8 issues * cmake variant fix * min support fix * variant possible values * rocm3.7 change for miopen, rocalution and rocm-opencl * review comments | |||||
2020-09-17 | aws-parallelcluster: add 2.9.1 and 2.9.0 releases (#18676) | Enrico Usai | 1 | -6/+24 | |
Checked all the third party dependencies for all the versions. | |||||
2020-09-16 | Hipify clang with AMD rocm 3.7.0 update (#18672) | arjun-raj-kuppala | 1 | -2/+3 | |
* Hipify clang with rocm 3.7.0 update * Update var/spack/repos/builtin/packages/hipify-clang/package.py Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com> Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com> | |||||
2020-09-16 | seacas: Force use of non-mpi-enabled hdf5 (#18702) | Greg Sjaardema | 1 | -0/+1 | |
Due to recent changes in the `netcdf-c` package, it is now necessary to explicitly request a non-mpi-enabled hdf5 build if building a non-mpi-enabled seacas. |