summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2021-04-28Make Spack able to apply gz compressed remote patches (#22823)Massimiliano Culpo3-554/+12
Modified ncbi-rmblastn to retrieve patches from remote
2021-04-28bzip2: fix typo in package (#23312)Massimiliano Culpo1-1/+1
A recently merged PR had a typo that slipped through CI. Here's a fix.
2021-04-28findutils: update package for nvhpc (#23145)Scott McMillan2-1/+22
Co-authored-by: Scott McMillan <smcmillan@nvidia.com>
2021-04-28py-espressopp: update to py3 (#23264)Christoph Junghans1-9/+11
2021-04-28ffmpeg: add v4.3.2 (#22573)Jen Herting1-0/+1
2021-04-28gcc: add v11.1.0 (#23294)Michael Kuhn1-1/+6
2021-04-28nest: depend on py-scipy when +python (#23306)Itaru Kitayama1-3/+5
Co-authored-by: Itaru Kitayama <itaru.kitayama@riken.jp>
2021-04-28scalasca: add v2.6 (#23299)Itaru Kitayama1-0/+1
Co-authored-by: Itaru Kitayama <itaru.kitayama@riken.jp>
2021-04-28ghostscript: added v9.54.0, v9.53.3 + patch for freetype (#22393)Jen Herting1-0/+7
2021-04-28mesa18: depends on binutils+plugins for build (#23285)eugeneswalker1-1/+1
2021-04-28binutils: default to +plugins (#23309)Harmen Stoppels1-1/+1
2021-04-28paraview: add v5.9.1-RC1, make 5.9.0 preferred (#23226)Vicente Bolea1-1/+2
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2021-04-28bzip2: add pic/debug options (#23230)Peter Scheibel1-0/+15
* Add pic (for static) and debug variants * explicitly add -g flag for +debug (even though it is in Makefile)
2021-04-28spath: zlib is a link dependency (#23303)eugeneswalker1-0/+1
2021-04-28sundials: fix cuda architectures typo and specify raja variants (#23293)Cody Balos1-3/+5
2021-04-28vecgeom: add v1.1.13 (#23308)Seth R. Johnson1-0/+1
2021-04-27[tau]: Use compiler name instead of basename (#23247)Robert Underwood1-2/+4
Previously the tau package got the cxx and cc names from os.path.basename(self.compiler.cxx), however if the path to the compiler looks like "/usr/bin/g++-10.2.0" then tau's custom build system doesn't recognize it. What we want instead is something that looks like "g++" which is exactly what cxx_names[0] gives us. We already did this for fortran, so I am not sure why we didn't do it here. Not doing this causes a build failure when tau tries to use a polyfill (vector.h, iostream.h) that doesn't seem to be packaged with tau. Additionally, tau needs some help finding mpi include directories when building with MPI, so we provide them. Unfortunately, we can't just say that the compilers are mpicc and mpicxx in the previous fix to have these things found automatically. This is because tau assumes we always need the polyfill when the compilers are set to these values which again causes a build failure.
2021-04-27root: Add variant for veccore option (#23237)Dmitri Smirnov1-1/+4
2021-04-27Legion package overhaul (#23252)Pat McCormick2-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-27fix shadow checksum per #23263 (#23291)Owen Solberg1-1/+1
2021-04-27Make it possible to build git without man pages and native language support ↵Harmen Stoppels1-3/+22
(#23066)
2021-04-27Add ReFrame 3.5.3 (#23265)Vasileios Karakasis1-0/+1
2021-04-27Add git repo path for rocm packages (#23270)Sreenivasa Murthy Kolam9-13/+43
2021-04-27Don't report configure errors to CDash for successful packages (#23286)Zack Galbreath1-0/+33
Convert configure errors detected by our log scraper into warnings when the package being installed reports that it was successful.
2021-04-27prmon: add version 2.2.0 (#23207)Valentin Volkl1-3/+4
Switched to .zip source archives to avoid problems with spack checksum finding binary assets when excluding versions.
2021-04-27Add +plugins to binutils dependency (#23272)wspear1-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-27kvtree 1.1.1: updated checksum (#23262)eugeneswalker1-4/+4
2021-04-27Add new package: py-aiodns (#22138)darmac1-0/+22
2021-04-27Dyninst: add elfutils versioning (#19648)Tim Haines1-1/+4
2021-04-26GLM: Add version 0.9.9.8. (#22467)Rémi Lacroix1-1/+20
The CMake install target was removed in version 0.9.9.6 so update the package accordingly.
2021-04-26New package: r-assertive-models (#23266)Jen Herting1-0/+25
2021-04-26New package: r-assertive-reflection (#23267)Jen Herting1-0/+26
2021-04-26Dyninst: Add dependencies for v11.0.0 (#23121)Tim Haines1-0/+5
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-26add a package libcxxwrap-julia (#23076)Drew Whitehouse1-0/+23
2021-04-26hypre: Add a variant for unified memory support (#23258)QuellynSnead1-0/+5
Enabling unified memory requires cuda to be enabled as well.
2021-04-26py-scipy: add v1.6.3 (#23253)Adam J. Stewart1-0/+1
2021-04-26r-blavaan: new package (#23232)Glenn Johnson1-0/+37
2021-04-26fasd: new package (#23238)miheer vaidya1-0/+21
2021-04-26r-brms: new package (#23233)Glenn Johnson1-0/+52
2021-04-26p4est: add v2.3.1 (#23235)kurtsansom1-0/+2
2021-04-26openmpi: add v4.1.1 (#23242)Robert Mijakovic1-1/+2
Co-authored-by: Robert Mijakovic <robert.mijakovic@lxp.lu>
2021-04-26py-hepunits: add v2.1.0 (#23244)Valentin Volkl1-0/+1
2021-04-26py-awkward: add v1.2.2, py-uproot: add v4.0.7 (#23245)Valentin Volkl2-0/+2
2021-04-25clingo: add v5.5.0, v5.4.1 (#23239)Massimiliano Culpo1-1/+10
fixes #23236 Version 5.5.0 depends on Python 3.6 or later and CFFI
2021-04-25FLEXI: Updates cmake options according to recent changes (#23042)Julius Plehn1-3/+55
* fixes cmake options * adds several optional tools * use tag & consistent names
2021-04-23argobots: changed 'no' into 'none' for variant (#23171)Matthieu Dorier1-3/+3
2021-04-23New package: r-champ (#23221)Glenn Johnson1-0/+60
2021-04-23gcc package: fix build with +nvptx (#23165)Andrew W Elble2-2/+16
backport of 383400a6078d upstream to allow for cuda@11:
2021-04-23New package: r-nonnest2 (#23222)Glenn Johnson1-0/+27
2021-04-23New package: r-shinystan (#23223)Glenn Johnson1-0/+42