summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2019-04-09xsdk@develop: enable hypre shared (even on OSX) and superlu-dist variant ↵Satish Balay1-1/+1
(#11131)
2019-04-09cdhit - add new release 4.8.1 checksum (#11130)Owen Solberg1-0/+1
2019-04-09mumps: add version 5.1.2 (#11132)Satish Balay2-0/+70
Add patch for gfortran-8 runtime errors
2019-04-08Unset SPACK_INCLUDE_DIRS so the compiler wrapper does not prepend any -I ↵Patrick Gartung1-0/+1
flags. The assumption is that cmake will set the correct include flags. (#11129)
2019-04-08zfp: Add 0.5.4 (#11016)Michael Kuhn1-0/+1
2019-04-08Add new TFEL' versions (3.0.4, 3.1.4 and 3.2.1). Add new MGIS version ↵thelfer2-1/+6
(1.0.1). (#11109)
2019-04-08kokkos: update cuda conflict (#11110)Cameron Smith1-4/+3
see https://github.com/spack/spack/pull/10943#issuecomment-475303870
2019-04-08sra-toolkit new version (#11111)Levi Baber1-0/+1
2019-04-07netlib-scalapack: fix compatibility with mpi2 i.e openmpi-4 (#11124)Satish Balay2-0/+145
2019-04-06ecp-proxy-apps: update version (#11119)Abhinav Bhatele1-3/+10
2019-04-05hypre: disable variant superlu-dist default (#11097)Satish Balay1-1/+1
2019-04-05fixes py-basemap package (#11104)Gregory Lee1-2/+26
* fixes py-basemap package * remove basemap mpl_toolkit __init__.py
2019-04-04Set Geant4 cmake module path environment variable in dependents. (#11112)Patrick Gartung1-0/+13
2019-04-04xcb-util-wm: add m4 build system dependency (#11056)Marco Comparato1-0/+2
2019-04-03miniamr: add develop version and update release (#11101)Abhinav Bhatele1-0/+4
* miniamr: add develop version and update release * change from url to git * add url back
2019-04-03raja: add newer versions (#11102)Abhinav Bhatele1-0/+3
2019-04-03laghos: update dependencies (#11100)Abhinav Bhatele1-0/+3
2019-04-03AMG: update version (#11099)Abhinav Bhatele1-0/+1
2019-04-02fio package: add optional libaio dependency (#11083)Phil Carns1-0/+2
2019-04-02proj package: add versions 5.2.0 and 5.1.0 (#11079)Neil Flood1-2/+12
* Add versions 5.2.0 and 5.1.0 * Avoid adding version 6.0.0: this version has a new API that is not compatible with older versions (and dependents may break with it) * Added comment block explaining the problems with version 6.x * Replace old datumgrid resource (1.7) with new (1.8) * Add speculative sqlite dependency for when a 6.x version is added
2019-04-02ross package: add version 7.0.1 (#11078)Elsa Gonsiorowski, PhD1-9/+12
* add version 7.0.1 * replace md5 with sha256 for various versions. * v7.0.1 fixes some environment hacking to properly find MPI and system architecture
2019-04-02kim-api and openkim-models: version update and rename (#11065)Ryan S. Elliott2-14/+21
2019-04-02Trilinos: Add Tpetra_INST_INT_LONG_LONG to explicit template instantiation ↵Jon Rood1-0/+1
(#11060)
2019-04-02openmpi: Add stub mpirun script for openmpi~legacylaunchers+slurm (#11059)Seth R. Johnson2-0/+13
This adds a stub script for mpirun and other standard executables when installing OpenMPI with slurm. The purpose is to make the removal less of a surprise to administrators/users: it explains why they were removed and how to restore them.
2019-04-02r-hoardr: new package at 0.5.2 (#11051)Justin Stanley1-0/+24
2019-04-02r-roxygen2 package: added 6.1.1, more dependencies (#11045)Justin Stanley1-3/+10
2019-04-02r-rhmmer: new package at 0.1.0 (#11050)Justin Stanley1-0/+25
2019-04-02r-commonmark: new package at 1.7 (#11049)Justin Stanley1-0/+16
2019-04-02r-pkgload: new package at 1.0.2 (#11047)Justin Stanley1-0/+23
2019-04-02r-desc: new package at 1.2.0 (#11048)Justin Stanley1-0/+22
2019-04-02r-pkgbuild: new package at 1.0.3 (#11046)Justin Stanley1-0/+26
2019-04-02arpack-ng package: add version 3.7.0 (#11041)Denis Davydov1-2/+3
2019-04-02mvapich2 package: add version 2.3.1 (#11037)Gregory Lee1-3/+3
2019-04-02netcdf-cxx package: set ldflags for hdf5 and netcdf (#11026)Dustin Lagoy1-0/+7
Ensure that netcdf-cxx uses the Spack-installed hdf5 and netcdf4 rather than system-installed versions.
2019-04-02nalu-wind package: require hypre without superlu-dist. (#11022)Jon Rood1-2/+2
2019-04-02picard package: Add version 2.19.0 (#11018)Eric Martin1-0/+1
2019-04-02py-arrow and arrow: add version 0.12.1 (#11004)Matthias Wolf2-2/+5
Also constrain the py-arrow version to depend on the same version of arrow (e.g. 0.12.1 of py-arrow depends on 0.12.1 of arrow)
2019-04-02branson: fix install (#11093)Christoph Junghans1-1/+1
2019-04-02nut: fix install (#11092)Christoph Junghans1-3/+3
2019-04-02miniqmc: fix install (#11091)Christoph Junghans1-2/+2
2019-04-02kripke: fix install (#11090)Christoph Junghans1-1/+1
2019-04-02hacckernels: fix install (#11089)Christoph Junghans1-1/+1
2019-04-02macsio: fix install (#11088)Christoph Junghans1-4/+0
2019-04-02adding package to install squashfs for singularity (#11077)Vanessasaurus1-0/+32
* adding package to install squashfs for singularity * dont need os import Signed-off-by: Vanessa Sochat <vsochat@stanford.edu> * updating md5 to sha1 for squashfs package Signed-off-by: Vanessa Sochat <vsochat@stanford.edu> * two blank lines Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
2019-04-01add pkgconfig as dependence for flux packages (#11036)Gregory Lee2-0/+2
2019-03-31QMCPACK MKL buglet. Now you are able to use the Intel compiler with other ↵Nichols A. Romero1-0/+1
BLAS and LAPACK providers, no longer forced to use MKL. (#11019)
2019-03-31cmake: add version 3.14.1 (#11063)Matthias Diener1-0/+1
2019-03-31petsc: update superlu-dist dependency (#11068)Satish Balay1-2/+2
2019-03-31slepc: add versions 3.10.2 and 3.11 (#11067)Satish Balay1-0/+3
2019-03-31superlu-dist: add version 6.1.1 (#11066)Satish Balay1-0/+1