Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-24 | Add py-ez-setup package file (#20520) | Joshua S Brown | 1 | -0/+18 | |
* Add py-ez-setup package file * Cleanup formatting * Cleanup formatting take 2 | |||||
2020-12-24 | Update ParallelCluster to v2.10.1 (#20524) | tilne | 1 | -1/+2 | |
Signed-off-by: Tim Lane <tilne@amazon.com> | |||||
2020-12-24 | [gcc] Make ISL optional by adding a +graphite variant (#20531) | zorun | 1 | -5/+8 | |
Fixes: #20515 Co-authored-by: Baptiste Jonglez <git@bitsofnetworks.org> | |||||
2020-12-24 | [gcc] Explicitly disable libs when they are not required (#20532) | zorun | 1 | -0/+1 | |
This is to make sure that the build system doesn't pick up a library that would happen to be available. Co-authored-by: Baptiste Jonglez <git@bitsofnetworks.org> | |||||
2020-12-23 | style: ensure that all packages pass `spack style -a` | Todd Gamblin | 28 | -109/+109 | |
- fix trailing whitespace and other issues uncovered by better flake8 checking. - fix extra whitespace printed by `spack style` command | |||||
2020-12-23 | Add Intel oneAPI packages (#20411) | Robert Cohn | 10 | -0/+305 | |
This creates a set of packages which all use the same script to install components of Intel oneAPI. This includes: * An inheritable IntelOneApiPackage which knows how to invoke the installation script based on which components are requested * For components which include headers/libraries, an inheritable IntelOneApiLibraryPackage is provided to locate them * Individual packages for DAL, DNN, TBB, etc. * A package for the Intel oneAPI compilers (icx/ifx). This also includes icc/ifortran but these are not currently detected in this PR | |||||
2020-12-23 | papi: patch fortran tests for Cray FTN compiler (#20339) | Howard Pritchard | 2 | -0/+58 | |
Signed-off-by: Howard Pritchard <hppritcha@gmail.com> | |||||
2020-12-22 | Add patch to fix bazel build on power9 (#20512) | Harsh Bhatia | 2 | -0/+71 | |
* fix bazel on power9 * small fix in tensorflow package * removed import not needed anymore | |||||
2020-12-22 | Patch meson.build llvm config strategy (#20451) | Ben Bergen | 1 | -0/+6 | |
This patch logic resovles a linking issue with ncurses in the mesa package. This appears to be a recurring problem that was identified in the mesa gitlab issues here: https://gitlab.freedesktop.org/mesa/mesa/-/issues/2843 Using `_llvm_method = 'auto'` is broken. This patch replaces that with `_llvm_method = 'config-tool'`, which is a hack, but makes it possible to build. I have commented on the closed issue (2843), referencing the original author of the bug, and one of the mesa developers, so perhaps they will fix the problem. | |||||
2020-12-21 | Corrected Go dependent build environment. (#18493) | Paul | 1 | -7/+8 | |
* Dependencies of Go will now correctly set the GOPATH for the appropriate spec to avoid using the user's default path. * Bumped version to latest releases(1.15.6 & 1.14.13). | |||||
2020-12-21 | ParaView: add new ParaView-5.9.0-RC3 release (#20500) | Vicente Bolea | 1 | -1/+1 | |
Signed-off-by: Vicente Adolfo Bolea Sanchez <vicente.bolea@kitware.com> | |||||
2020-12-21 | clingo: prefer master branch | Todd Gamblin | 1 | -1/+1 | |
Most people installing `clingo` with Spack are going to be doing it to use the new concretizer, and that requires the `master` branch. - [x] make `master` the default so we don't have to keep telling people to install `clingo@master`. We'll update the preferred version when there's a new release. | |||||
2020-12-21 | New package: PMERGE (#20390) | downloadico | 1 | -0/+29 | |
2020-12-21 | upstream dependencies changes (#20493) | Karen C. Tsai | 1 | -13/+19 | |
* update dependencies and cmake options * add blank line | |||||
2020-12-21 | Added support for AOCC compiler | amd-toolchain-support | 1 | -2/+4 | |
2020-12-20 | geant4-vmc: Add version 5-3, switch to https (#20379) | Dr. Christian Tacke | 1 | -3/+4 | |
2020-12-18 | Add spack test support for Qthreads (#20437) | Jan Ciesko | 1 | -1/+52 | |
2020-12-18 | slepc: set --with-arpack-dir correctly (#20463) | eugeneswalker | 1 | -1/+1 | |
2020-12-18 | mesa: drop use of shared variant (#20453) | Chuck Atkins | 1 | -4/+0 | |
Mesa no longer supports building static libraries so it doesn't even make sense to add the variant. | |||||
2020-12-17 | py-greenlet: add version 0.4.17 (#20457) | eugeneswalker | 1 | -1/+4 | |
* py-greenlet: add version 0.4.17 * py-greenlet depends on python for build, link, and run | |||||
2020-12-17 | meson: Add cmake runtime dependency (#20449) | Chuck Atkins | 1 | -0/+1 | |
2020-12-17 | New package: cray-mpich (#20076) | Harmen Stoppels | 2 | -27/+69 | |
Cray's version of MPICH uses a different versioning system than MPICH, so it has been split into its own package. It is an external-only package (always provided by the system, never installed by Spack). | |||||
2020-12-17 | superlu depends on tcsh for build (#20381) | eugeneswalker | 1 | -0/+1 | |
2020-12-17 | cmake: Add Version 3.19.2 (#20448) | Dr. Christian Tacke | 1 | -0/+1 | |
2020-12-17 | add py-gemini (#16950) | manifest | 2 | -0/+88 | |
* py-gemini + * dep py-setuptools + * deps grabix+ * py-gemini dep version fix * grabix compiler fix * Update package.py Typo correction | |||||
2020-12-17 | biobambam2: new package at v2.0.177 (#20392) | takanori-ihara | 1 | -0/+26 | |
2020-12-17 | pangolin: add new package (#20388) | Adam J. Stewart | 1 | -0/+22 | |
2020-12-17 | kim-api: added v2.2.1 (#20382) | Ryan S. Elliott | 1 | -1/+2 | |
2020-12-17 | suite-sparse: add flags for Fujitsu compilers (#20393) | ketsubouchi | 1 | -2/+2 | |
2020-12-17 | OpenCV: add versions up to v4.5.0, variants (#20378) | Adam J. Stewart | 1 | -29/+27 | |
2020-12-17 | flexi: new package (#20313) | Michael Kuhn | 1 | -0/+41 | |
2020-12-17 | openblas: added v0.3.13 (#20357) | Michael Kuhn | 1 | -0/+6 | |
2020-12-17 | mbedtls: added v2.16.9 (#20422) | Ryan Mast | 1 | -0/+1 | |
2020-12-17 | DBoW2: add new package (#20387) | Adam J. Stewart | 1 | -0/+21 | |
2020-12-17 | acts: added v3.00.0 (#20402) | Hadrien G | 1 | -0/+1 | |
2020-12-17 | arm: added new package (#18019) | Massimiliano Culpo | 1 | -0/+86 | |
The package is at the moment not installable, just detectable. | |||||
2020-12-17 | xlc, xlf: added new packages (#18154) | Massimiliano Culpo | 2 | -0/+150 | |
2020-12-17 | help2man: update to 1.47.16 (#20397) | Ryan Mast | 1 | -0/+1 | |
2020-12-16 | sundials: add versions up to 5.6.1 (#20436) | Ryan Mast | 1 | -0/+2 | |
2020-12-16 | Added PyAMG package. (#20414) | Ben Cowan | 1 | -0/+25 | |
2020-12-16 | cli11: add new package (#20398) | Ryan Mast | 1 | -0/+26 | |
2020-12-16 | PythonPackage: add import module smoke tests (#20023) | Adam J. Stewart | 236 | -918/+209 | |
2020-12-16 | ninja: update to version 1.10.2 (#20399) | Ryan Mast | 1 | -0/+1 | |
2020-12-16 | AMD ROCm release for mivisionx Bump up versions - 3.9.0 and 3.10.0 (#20401) | arjun-raj-kuppala | 1 | -2/+4 | |
2020-12-16 | dlib: add new package (#20386) | Adam J. Stewart | 1 | -0/+21 | |
2020-12-16 | pylikwid: New recipe (#20408) | Thomas Gruber | 1 | -0/+31 | |
2020-12-16 | automake: update to 1.16.3 (#20421) | Ryan Mast | 1 | -0/+1 | |
2020-12-16 | Update the plumed 2.6.2 (#20425) | Zhiyi Wu | 1 | -1/+2 | |
2020-12-16 | Version update to 5.3.0 (#20433) | Desmond Orton | 1 | -0/+2 | |
2020-12-16 | Add RAJA v0.13.0 (#20431) | David Beckingsale | 1 | -0/+1 | |