summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2020-11-06cp2k: fix lmax variant to use tuple (#19780)Andrew W Elble1-1/+1
* cp2k: fix lmax variant to use tuple discovered during testing #19501 @dev-zero * retain conversion to string
2020-11-06add new vtk-h versions (#19785)Cyrus Harrison1-0/+3
2020-11-06fast-global-file-status needs elf (#19789)eugeneswalker1-0/+1
2020-11-06spot: add v2.9.4 (#19790)eugeneswalker1-0/+1
2020-11-06expat: add 2.2.10 (#19791)Michael Kuhn1-0/+1
2020-11-06py-setuptools: add 50.3.2 (#19792)Michael Kuhn1-0/+1
2020-11-06glib: add 2.66.2 and 2.64.6 (#19793)Michael Kuhn2-1/+34
2020-11-06virtualgl: Change virtual jpeg dependency to libjpeg-turbo dep (#19795)Tom Payerle1-1/+2
See #19784 virtualgl CMake system is looking for a specific libjpeg-turbo include file, not present in libjpeg (currently the only other jpeg provider)
2020-11-07meson: set STRIP on macOS (#19677)Adam J. Stewart3-6/+8
* at-spi2-core: add new version * Add strip hacks * meson: set STRIP on macOS
2020-11-06cget package (#19728)ilbiondo1-0/+20
* cget package * Update var/spack/repos/builtin/packages/cget/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/cget/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/cget/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-11-06Mumps oneapi (#19786)Frank Willmore1-1/+2
added oneapi compiler to directives for mumps package Co-authored-by: Frank Willmore <willmore@anl.gov>
2020-11-06py-grpcio: workaround build failures pending new release (#19710)Andrew W Elble1-0/+2
https://github.com/grpc/grpc/pull/24449 grpc/grpc#24248
2020-11-06New package: code-server (#16076)Jen Herting1-0/+27
* [code-server] created template * [code-server] installing base server * [code-server] added description and homepage * [code-server] removed fixmes * [code-server] git version > 2 is recommended * [code-server] added version 3.1.1 * [code-server] flake8 * [code-server] added version 3.4.1 * [code-server] cp() -> install_tree() * [code-server] removes predefined utilies * [code-server] ln() -> symlink()
2020-11-06New Package: libcumlprims (#19108)Jen Herting1-0/+35
* [libcumlprims] created template * [libcumlprims] setting up version urls and added versions * [libcumlprims] added dependencies * [libcumlprims] installing prebuild binaries * [libcumlprims] fixing dependencies * [libcumlprims] trying to fix cumlprims includedir * [libcumlprims] updated envvar to SPACK_INCLUDE_DIRS * [libcumlprims] typoo * [libcumlprims] added homepage and description. removed fixmes * [libcumlprims] cp -> install_tree * [libcumlprims] removed unused import * [libcumlprims] using new version of updating header files env vars * [libcumlprims] flake8
2020-11-06oneDNN: add v1.7 (#19718)Adam J. Stewart1-1/+2
2020-11-06py-scipy: add v1.5.4 and master (#19757)Adam J. Stewart1-4/+5
2020-11-06GDAL: add v3.2.0 (#19685)Adam J. Stewart1-3/+25
* GDAL: add v3.2.0 * Fix typo: satisfes -> satisfies Co-authored-by: Andrew W Elble <aweits@rit.edu> Co-authored-by: Andrew W Elble <aweits@rit.edu>
2020-11-06py-numpy: add v1.19.4 (#19678)Adam J. Stewart1-1/+2
2020-11-06add z-checker (#19738)Sheng Di1-0/+32
* revise z-checker's package.py * add mpi dependency to z-checker * add one whitespace required by Flake8 * trailing whitespace Co-authored-by: Sheng Di <sdi1@anl.gov>
2020-11-05Added CUB dependency to Aluminum (#19737)Brian Van Essen1-2/+10
* Added CUB dependency to Aluminum * Added hash for version 0.6.0 * Added a maintainer field and slight cleanup. * Cleanup extend versus append
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