Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-15 | outputs: restore default output of fetch/build/total times (#20394) | Tamara Dahlgren | 1 | -5/+4 | |
2020-12-15 | package sanity: ensure all variant defaults are allowed values (#20373) | Massimiliano Culpo | 19 | -25/+36 | |
2020-12-14 | Bugfix: Correct the git URL (#20391) | Tamara Dahlgren | 1 | -1/+1 | |
2020-12-14 | ParaView: add new ParaView-5.9.0-RC2 release (#20222) | Vicente Bolea | 1 | -2/+3 | |
* ParaView: add new ParaView-5.9.0-RC2 release Signed-off-by: Vicente Adolfo Bolea Sanchez <vicente.bolea@kitware.com> * Update var/spack/repos/builtin/packages/paraview/package.py Indeed, I misunderstood the previous review. This looks good to me too. Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2020-12-14 | bazel: add latest versions up to 3.7.1 (#20355) | Ryan Mast | 1 | -1/+4 | |
2020-12-14 | boost: added v1.75.0 (#20366) | Tim Haines | 1 | -0/+1 | |
2020-12-14 | mysql: fixed variant mismatch with boost (#20370) | Andre Sailer | 1 | -1/+1 | |
Require boost at cxxstd=14 if cxxstd=14 is selected, not 11 | |||||
2020-12-14 | likwid: Add variant for Nvidia GPU profiling feature (#20337) | Thomas Gruber | 1 | -4/+34 | |
2020-12-14 | WarpX: PSATD on (#20342) | Axel Huebl | 1 | -4/+4 | |
Enabling PSATD is not mutually exclusive with other runtime options anymore, so we can always compile with support for it to ease usability. | |||||
2020-12-14 | Propagate cuda_arch downstream from LBANN, Hydrogen and DiHydrogen (#20345) | Brian Van Essen | 3 | -2/+12 | |
2020-12-14 | gradle: updated versions up to v6.7.1 (#20358) | Ryan Mast | 1 | -1/+38 | |
2020-12-14 | concretizer: remove clingo command-line driver (#20362) | Todd Gamblin | 1 | -216/+0 | |
I was keeping the old `clingo` driver code around in case we had to run using the command line tool instad of through the Python interface. So far, the command line is faster than running through Python, but I'm working on fixing that. I found that if I do this: ```python control = clingo.Control() control.load("concretize.lp") control.load("hdf5.lp") # code from spack solve --show asp hdf5 control.load("display.lp") control.ground([("base", [])]) control.solve(...) ``` It's just as fast as the command line tool. So we can always generate the code and load it manually if we need to -- we don't need two drivers for clingo. Given that the python interface is also the only way to get unsat cores, I think we pretty much have to use it. So, I'm removing the old command line driver and other unused code. We can dig it up again from the history if it is needed. | |||||
2020-12-14 | libmaus2: new package at v2.0.767 (#20300) | takanori-ihara | 1 | -0/+27 | |
2020-12-14 | wps: fix build for aarch64 (#20363) | Tomoyasu Nojiri | 2 | -0/+13 | |
2020-12-11 | Debugging support: fix compiler wrapper log on Mac OS (#20333) | Ben Cowan | 1 | -0/+2 | |
This fixes a logging error observed on macOS 11.0.1 (Big Sur). When performing a Spack install in debugging mode (e.g. `spack -d install py-scipy`) Spack is supposed to write a log of compiler wrapper command line invocations to the current working directory. Due to a regression error introduced by #18205, these files were no-longer generated, and Spack was printing errors such as "No such file or directory: None/." This is because the log file directory gets set from `spack.main.spack_working_dir`, but that variable is not set in the spawned process. This PR ensures that the working directory (at the time of the "spack install" invocation) is persisted to the subprocess. | |||||
2020-12-11 | fio: added v3.25 (#20302) | yellowhat | 1 | -1/+2 | |
2020-12-11 | dd4hep: added v01-15, edm4hep variant and updated url_for_version (#20304) | vvolkl | 1 | -19/+32 | |
2020-12-11 | albert: added v4.0a (#20306) | Levi Baber | 1 | -0/+1 | |
2020-12-11 | root: added v6.22.06 (#20309) | Dr. Christian Tacke | 1 | -0/+1 | |
2020-12-11 | prmon: added v2.1.1 (#20318) | vvolkl | 1 | -0/+1 | |
2020-12-11 | Add amazonlinux (x86/arm) dockerfile (#20320) | Christian Kniep | 1 | -0/+70 | |
Co-authored-by: Christian Kniep <kniec@amazon.com> | |||||
2020-12-11 | py-dadi: added new package at v2020-12-02 (#20314) | Desmond Orton | 1 | -0/+27 | |
2020-12-11 | openjdk: bump version 1.8 and 11 (#20315) | Ryan Marcellino | 1 | -0/+4 | |
2020-12-11 | caliper: add a variant to enable Fortran support (#20332) | QuellynSnead | 1 | -1/+4 | |
2020-12-11 | py-angel: new package at v3.0 (#20331) | manifest | 1 | -0/+23 | |
2020-12-11 | py-torchvision: add v0.8.2 (#20328) | Adam J. Stewart | 1 | -1/+3 | |
2020-12-11 | py-torch: add v1.7.1 (#20327) | Adam J. Stewart | 1 | -0/+1 | |
2020-12-11 | py-pyarrow: fix build for aarch64 (#20335) | Tomoyasu Nojiri | 2 | -0/+16 | |
2020-12-11 | flux: added v0.20.0 and v0.21.0 (#20322) | Robert Pavel | 2 | -1/+6 | |
Fixed hard tab in flux-sched edit and unbound hwloc in flux-core after testing to better support modern MPIs in spack environments Verified that flux-core@0.17 is when hwloc@2: became viable | |||||
2020-12-11 | curl: added v7.64.0, v7.74.0 (#20321) | Dr. Christian Tacke | 1 | -2/+4 | |
2020-12-10 | Tests: enable re-use of post-install tests in smoke tests (#20298) | Tamara Dahlgren | 2 | -3/+8 | |
2020-12-10 | hepmc: Add 2.06.11, switch to https (#20286) | Dr. Christian Tacke | 1 | -3/+4 | |
2020-12-10 | Add a new NEST version, 2.20.0. (#20316) | Itaru Kitayama | 2 | -1/+2 | |
* Add a new NEST version, 2.20.0. * Scalasca requires Score-P as a 'run' dependency. Co-authored-by: Itaru Kitayama <itaru.kitayama@riken.jp> | |||||
2020-12-10 | AMD ROCm Release: Bump up versions(3.9.0 and 3.10.0) for miopen-hip (#20296) | arjun-raj-kuppala | 2 | -2/+32 | |
2020-12-09 | votca-*: add v1.6.3 (#20308) | Christoph Junghans | 5 | -5/+10 | |
2020-12-09 | Adding NVIDIA HPC SDK 20.11 (#20287) | Filippo Spiga | 1 | -0/+4 | |
2020-12-09 | Adding CUDA 11.1.1 (#20289) | Filippo Spiga | 1 | -0/+4 | |
2020-12-09 | AMD ROCm Release: Bump up migraphx recipe with 3.9.0 and 3.10.0 (#20299) | arjun-raj-kuppala | 2 | -8/+33 | |
2020-12-09 | Below changes were added to lammps recipe: (#20288) | AMD Toolchain Support | 1 | -2/+7 | |
1) amdfftw library support 2) opt added in supported packages | |||||
2020-12-09 | New patch release SLEPc 3.14.1 (#20291) | Jose E. Roman | 1 | -0/+1 | |
2020-12-09 | openssl: add 1.1.1i (#20294) | Michael Kuhn | 1 | -0/+1 | |
2020-12-08 | Command Reference: add link to spack test docs (#20054) | Adam J. Stewart | 1 | -0/+2 | |
2020-12-08 | Make sure py-protobuf package can link to libprotobuf when building (#20280) | Tim Moon | 1 | -0/+5 | |
2020-12-08 | arpack-ng: added v3.8.0 (#20270) | lorddavidiii | 1 | -0/+1 | |
2020-12-08 | concretizer: try hard to obtain all needed variant_possible_value()'s (#20102) | Andrew W Elble | 7 | -10/+87 | |
Track all the variant values mentioned when emitting constraints, validate them and emit a fact that allows them as possible values. This modification ensures that open-ended variants (variants accepting any string or any integer) are projected to the finite set of values that are relevant for this concretization. | |||||
2020-12-08 | r-vctrs: added v0.3.5 (#20267) | Alexander Baumgarten | 1 | -2/+3 | |
2020-12-08 | py-pandas: add v1.1.5 (#20268) | Adam J. Stewart | 1 | -1/+2 | |
2020-12-08 | r-fansi: added v0.4.1 (#20269) | Alexander Baumgarten | 1 | -1/+2 | |
2020-12-08 | UPC++: added v2020.11.0 and v2020.10.0 (#20279) | Dan Bonachea | 1 | -0/+4 | |
2020.10.0 is the latest stable release, and the preferred version for general use (when the user does not specify otherwise). 2020.11.0 is a prototype for the memory kinds feature that is also available when requested. | |||||
2020-12-08 | ghostscript: limited fujitsu compiler's version to apply patch. (#20281) | Tomoki, Karatsu | 1 | -1/+1 | |