summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2020-11-05LBANN update HWLOC versions (#19683)Brian Van Essen4-7/+8
* Updates in LBANN an Aluminum code now allow working with versions HWLOC 1.11.x and 2.x and up. * Updating the minimum CMake version to address a pending PR in LBANN that will require C++17 support and needs CMake to properly separate the compiler flags from nvcc. * Clarified the support for different versions of HWLOC in LBANN
2020-11-05filtlong package (#19732)ilbiondo1-0/+26
* filtlong package * Update var/spack/repos/builtin/packages/filtlong/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-11-05bamaddrg package (#19729)ilbiondo1-0/+24
* bamaddrg package * Change version to URL rather than git
2020-11-05kokkos-legacy: fix host_arch/gpu_arch variants (#19754)Andrew W Elble1-2/+2
'default' specifies a value that is not present in 'values'.
2020-11-05py-pykwalify: fix conflict directive (missing '^') (#19753)Andrew W Elble1-3/+3
2020-11-05py-quantities: fix conflict directive (missing '^') (#19752)Andrew W Elble1-1/+1
2020-11-05py-flye: fix conflict directive (missing '%') (#19751)Andrew W Elble1-1/+1
2020-11-05pfunit: fix conflict directive (missing '+') (#19750)Andrew W Elble1-1/+1
2020-11-05heffte: fix conflict directive (missing '^') (#19749)Andrew W Elble1-1/+1
2020-11-05Update packages.yaml format references in packages (#19741)Adam J. Stewart10-38/+52
2020-11-04py-llvmlite: fix llvm compatibility version (#19739)Andrew W Elble1-1/+1
won't build with llvm 11
2020-11-04Axom: update package (#19717)Chris White1-25/+38
* update spack package from axom's main repo * flake8, plus loop over possible clangformat paths
2020-11-0410.1 release and various bug fixes for SST packages (#19719)Jeremy4-28/+38
2020-11-04AMD - Bumped up version for hip-rocclr, rocm-opencl, rocm-smi-lib (#19721)arjun-raj-kuppala3-4/+16
2020-11-04update rocm-bandwidth-test,rocm-dbgapi,rocprofiler for rocm 3.9.0 (#19724)Sreenivasa Murthy Kolam4-5/+17
* update rocm-bandwidth-test,rocm-dbgapi,rocprofiler for rocm 3.9.0 * bump up rocm-gdb for rocm-3.9.0
2020-11-04admixtools package (#19727)ilbiondo1-0/+45
2020-11-04petsc add version 3.14.1 (#19730)Satish Balay1-0/+1
2020-11-04New MFEM version: 4.2 (#19684)Veselin Dobrev1-12/+20
2020-11-04Added HIP support to VTK-m package (#19523)Robert Maynard1-43/+73
2020-11-04Trilinos: fix error when configuring downstream dependencySatish Balay1-1/+1
2020-11-04Add new package: abi-compliance-checker (#18737)darmac1-0/+25
* Add new package: abi-compliance-checker * refine dependencies * change exuberant-ctags to universal-ctags
2020-11-03libusb: disable udev (#19713)Andrew W Elble1-13/+10
* libusb: disable udev spack has no libudev/systemd package currently * convert to AutotoolsPackage * remove spack import
2020-11-03sirius,spfft: fix defaults for amdgpu_target to be str, not tuple (#19660)Andrew W Elble2-2/+2
2020-11-03Regenerate patch for gate to include SGE script (#19663)Glenn Johnson1-11/+46
The previous patch left out the SGE.script file.
2020-11-03New package - gatepet2stir (#19664)Glenn Johnson1-0/+35
2020-11-03bump up hsakmt-roct ,hsa-rocr-dev,llvm-amdgpu version for 3.9.0 release (#19668)Sreenivasa Murthy Kolam10-19/+31
* bump up version for 3.9.0 release * update version of rocminfo for rocm-3.9.0 * bump up rocm-cmake version for rocm-3.9.0 * bump up rocm-smi and rocmdevice-libs for 3.9.0 * bumpup comgr version for rocm_ 3.9.0 * bump rocm-clang-ocl for rocm-3.9.0 * bump hipify-clang for rocm-3.9.0
2020-11-03speexdsp: fix link dependency on FFT library (#19714)Andrew W Elble1-0/+6
without this, the library does not have a dependency on the fft lib it was built with.
2020-11-03Package/py json get (#19689)Desmond1-0/+18
* py-json-get: new package at 1.1.1 * py-json-get: new package at 1.1.1 Co-authored-by: las_djorton <las_djorton@build.las.iastate.edu>
2020-11-03disable tests to fix build. (#19697)Andrew W Elble1-0/+7
2020-11-03amrex: new version 20.11 (#19691)mic841-20/+17
* amrex: new version 20.11 * Fix formatting issues
2020-11-03new package: fprettify 0.3.6 (#19699)Geoffrey Oxberry1-0/+20
2020-11-03py-pygobject: new version 3.38.0 (#19709)Andrew W Elble7-0/+53
fix to allow Gtk and others work from 'import gi' etc.
2020-11-03Add new package: libbinio (#19706)darmac1-0/+16
2020-11-03Add new package: jose (#19707)darmac1-0/+22
2020-11-03Add new package: libdatrie (#19708)darmac1-0/+19
2020-11-03Use commit instead of branch as version for dtk 3.1-rc2 (#19712)Daniel Arndt1-1/+1
2020-11-03Trilinos: support cuda, hwloc, Kokkos_ARCH_* and c++ std (#19119)Char Aznable1-1/+74
2020-11-03[julia]: CPU names are LLVM-style, must map across (#19549)Elliot Saba1-0/+2
In this case, the `zen2` architecture is unknown; Spack must use the LLVM-style `znver2` target instead.
2020-11-03Trilinos: Add STRUMPACK dependency (#19560)Pieter Ghysels1-0/+17
* Trilinos: Add STRUMPACK dependency * break long lines, flake8 cleanup * Use spec['strumpack'].libs.directories[0] instead of spec['strumpack'].prefix.lib because libraries may be in lib or lib64. Likewise use headers.directories[0] iso prefix.include. Suggested by adamjstewart
2020-11-03[dire] dire is included in pythia8@8300: so dire depends_on adjusted (#19628)Wouter Deconinck1-1/+1
2020-11-03range-v3: add version 0.11.0 (#19639)Geoffrey Gunter1-1/+3
* range-v3: add version 0.11.0 This release drops support for llvm-3.9 per the release notes. https://github.com/ericniebler/range-v3/releases/tag/0.11.0 * range-v3: rename 'develop' version to 'master' Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-11-03superlu-dist: update to version 6.4.0 (#19682)Satish Balay1-0/+1
2020-11-03petsc@3.14 update superlu-dist dependency [keep it open-ended for both petsc ↵Satish Balay1-2/+2
and superlu-dist future versions] (#19686)
2020-11-03py-petsc4py: add version 3.14.0 (#19681)Satish Balay1-1/+3
2020-11-03Elfutils: added v0.182 (#19700)Tim Haines1-0/+1
2020-11-03Add new package: istio (#17829)darmac1-0/+50
2020-11-03Add new package: py-boom (#18811)darmac1-0/+22
* Add new package: py-boom * change name to py-boom-boot-manager
2020-11-03snakemake: add upper limit to allowed python versions (#19705)dunatotatos1-1/+1
Running v3.1.2 with Python 3.7 returns a SyntaxError close to `async=True`.
2020-11-03Add new package: abi-dumper (#18738)darmac1-0/+27
* Add new package: abi-dumper * refine dependencies
2020-11-02Update cuDNN packages to check Power installation (#19620)Brian Van Essen1-5/+9
* Updated cuDNN package to check to make sure that target directory exists before linking it. * Fixed flake8 * Fixed Flake8