Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-04-27 | Import hooks using Python's built-in machinery (#23288) | Massimiliano Culpo | 1 | -52/+66 | |
The function we coded in Spack to load Python modules with arbitrary names from a file seem to have issues with local imports. For loading hooks though it is unnecessary to use such functions, since we don't care to bind a custom name to a module nor we have to load it from an unknown location. This PR thus modifies spack.hook in the following ways: - Use __import__ instead of spack.util.imp.load_source (this addresses #20005) - Sync module docstring with all the hooks we have - Avoid using memoization in a module function - Marked with a leading underscore all the names that are supposed to stay local | |||||
2021-04-27 | Legion package overhaul (#23252) | Pat McCormick | 2 | -59/+450 | |
Complete overhaul of the Legion package to better capture a more up-to-date set of configuration options and variants. This update adds additional flexibility and features that were requested by users. * Add version 21.03.0 and "stable" branch * Remove all older numeric versions * Add support for CUDA, Python, PAPI support and more * Add maintainer * This no longer uses the Spack `gasnet` package: it defaults to using an embedded gasnet or can be pointed to an external | |||||
2021-04-27 | fix shadow checksum per #23263 (#23291) | Owen Solberg | 1 | -1/+1 | |
2021-04-27 | Make it possible to build git without man pages and native language support ↵ | Harmen Stoppels | 1 | -3/+22 | |
(#23066) | |||||
2021-04-27 | Add ReFrame 3.5.3 (#23265) | Vasileios Karakasis | 1 | -0/+1 | |
2021-04-27 | Add git repo path for rocm packages (#23270) | Sreenivasa Murthy Kolam | 9 | -13/+43 | |
2021-04-27 | Don't report configure errors to CDash for successful packages (#23286) | Zack Galbreath | 3 | -9/+61 | |
Convert configure errors detected by our log scraper into warnings when the package being installed reports that it was successful. | |||||
2021-04-27 | prmon: add version 2.2.0 (#23207) | Valentin Volkl | 1 | -3/+4 | |
Switched to .zip source archives to avoid problems with spack checksum finding binary assets when excluding versions. | |||||
2021-04-27 | Add +plugins to binutils dependency (#23272) | wspear | 1 | -1/+1 | |
Tau will build but instrumented applications will fail to link with tau if it is built with a binutils that does not include the plugins variant. | |||||
2021-04-27 | kvtree 1.1.1: updated checksum (#23262) | eugeneswalker | 1 | -4/+4 | |
2021-04-27 | Add new package: py-aiodns (#22138) | darmac | 1 | -0/+22 | |
2021-04-27 | Dyninst: add elfutils versioning (#19648) | Tim Haines | 2 | -2/+5 | |
2021-04-26 | GLM: Add version 0.9.9.8. (#22467) | Rémi Lacroix | 1 | -1/+20 | |
The CMake install target was removed in version 0.9.9.6 so update the package accordingly. | |||||
2021-04-26 | New package: r-assertive-models (#23266) | Jen Herting | 1 | -0/+25 | |
2021-04-26 | New package: r-assertive-reflection (#23267) | Jen Herting | 1 | -0/+26 | |
2021-04-26 | Dyninst: Add dependencies for v11.0.0 (#23121) | Tim Haines | 3 | -2/+7 | |
Also update the mpileaks unit test to avoid a conflict on CentOS 6 where Dyninst >=11.0.0 no longer builds due to a compiler version conflict. | |||||
2021-04-26 | add a package libcxxwrap-julia (#23076) | Drew Whitehouse | 1 | -0/+23 | |
2021-04-26 | hypre: Add a variant for unified memory support (#23258) | QuellynSnead | 1 | -0/+5 | |
Enabling unified memory requires cuda to be enabled as well. | |||||
2021-04-26 | ci: Remove leftover duplicate gitlab yaml (#23248) | Chuck Atkins | 1 | -125/+0 | |
2021-04-26 | py-scipy: add v1.6.3 (#23253) | Adam J. Stewart | 1 | -0/+1 | |
2021-04-26 | ci: Generalize the GitLab CI pipeline yaml (#23225) | Chuck Atkins | 3 | -34/+224 | |
* ci: Generalize the GitLab CI pipeline yaml * ci: Rename cloud_e4s_pipelines to the more general cloud_pipelines | |||||
2021-04-26 | r-blavaan: new package (#23232) | Glenn Johnson | 1 | -0/+37 | |
2021-04-26 | fasd: new package (#23238) | miheer vaidya | 1 | -0/+21 | |
2021-04-26 | r-brms: new package (#23233) | Glenn Johnson | 1 | -0/+52 | |
2021-04-26 | p4est: add v2.3.1 (#23235) | kurtsansom | 1 | -0/+2 | |
2021-04-26 | openmpi: add v4.1.1 (#23242) | Robert Mijakovic | 1 | -1/+2 | |
Co-authored-by: Robert Mijakovic <robert.mijakovic@lxp.lu> | |||||
2021-04-26 | py-hepunits: add v2.1.0 (#23244) | Valentin Volkl | 1 | -0/+1 | |
2021-04-26 | py-awkward: add v1.2.2, py-uproot: add v4.0.7 (#23245) | Valentin Volkl | 2 | -0/+2 | |
2021-04-25 | clingo: add v5.5.0, v5.4.1 (#23239) | Massimiliano Culpo | 1 | -1/+10 | |
fixes #23236 Version 5.5.0 depends on Python 3.6 or later and CFFI | |||||
2021-04-25 | FLEXI: Updates cmake options according to recent changes (#23042) | Julius Plehn | 1 | -3/+55 | |
* fixes cmake options * adds several optional tools * use tag & consistent names | |||||
2021-04-23 | argobots: changed 'no' into 'none' for variant (#23171) | Matthieu Dorier | 1 | -3/+3 | |
2021-04-23 | New package: r-champ (#23221) | Glenn Johnson | 1 | -0/+60 | |
2021-04-23 | gcc package: fix build with +nvptx (#23165) | Andrew W Elble | 2 | -2/+16 | |
backport of 383400a6078d upstream to allow for cuda@11: | |||||
2021-04-23 | New package: r-nonnest2 (#23222) | Glenn Johnson | 1 | -0/+27 | |
2021-04-23 | New package: r-shinystan (#23223) | Glenn Johnson | 1 | -0/+42 | |
2021-04-23 | r-renv: new package (#23067) | Glenn Johnson | 1 | -0/+21 | |
2021-04-23 | Bootstrap with -O3 in cmake (#23147) | Harmen Stoppels | 1 | -0/+2 | |
2021-04-23 | Add NCCL 2.8.4 and 2.9.6. (#23219) | romerojosh | 1 | -0/+2 | |
2021-04-23 | Add cuDNN 8.2.0 (#23214) | romerojosh | 1 | -0/+8 | |
2021-04-23 | MUMPS: allow for more optimized builds (#23161) | Rémi Lacroix | 1 | -0/+24 | |
* MUMPS: Use GEMMT BLAS extension when possible. This should improve the performance and is recommanded by the developers. * MUMPS: Add a new "openmp" variant. * MUMPS: Add a "blr_mt" variant. This improves performance when using OpenMP but might not be compatible with all multithreaded BLAS. | |||||
2021-04-23 | tasmanian: add v7.5, improved cuda and rocm support (#23148) | Miroslav Stoyanov | 1 | -2/+25 | |
2021-04-23 | ROOT: fix pyroot build failure in v6.20.0 (#23038) | David Hadley | 1 | -1/+1 | |
2021-04-23 | openmm: add v7.5.0 (#23037) | Andrew W Elble | 1 | -0/+1 | |
2021-04-23 | r-rjava: set JAVAH environment variable (#23055) | Glenn Johnson | 1 | -0/+5 | |
Set the path to javah via the JAVAH environment variable. If it is a version of java that does not have javah it will fall back to `javac -h`. Without specifying this the build could pick up a javah from the system. | |||||
2021-04-23 | r-runjags: new package (#23058) | Glenn Johnson | 1 | -0/+31 | |
2021-04-23 | r-lavaan: new package (#23138) | Glenn Johnson | 1 | -0/+24 | |
2021-04-23 | r-colourpicker: new package (#23136) | Glenn Johnson | 1 | -0/+31 | |
2021-04-23 | r-isva: new package (#23137) | Glenn Johnson | 1 | -0/+22 | |
2021-04-23 | r-dmrcate: new package (#23151) | Glenn Johnson | 1 | -0/+36 | |
2021-04-23 | mpa and fgfs: add v1.1.1 (#23173) | Gregory Lee | 2 | -0/+2 | |