summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2020-08-26conduit: added patch to build with Fujitsu compilers (#18284)ketsubouchi2-1/+19
2020-08-26binutils: add version 2.35 (#18291)eugeneswalker1-0/+1
2020-08-26TensorFlow: added v2.3.0 (#17736)Adam J. Stewart1-2/+13
* Workaround for Spack-installed proto support Co-authored-by: Andrew W Elble <aweits@rit.edu>
2020-08-25[GnuTLS] Add gnutls-specific headers property. (#7259)Veselin Dobrev1-0/+6
2020-08-25kokkos: add v3.2.00 (#18274)Christoph Junghans1-0/+3
2020-08-25Add new package: influxdb (#17909)darmac1-0/+37
* Add new package: influxdb * put usr/* in prefix
2020-08-25CCache: added v3.7.11 and support for external detection (#18246)Axel Huebl1-0/+10
2020-08-25petsc: new version add support for +mumps +int64 (#18170)lpoirel1-6/+8
* petsc: new version add support for +mumps +int64 The latest petsc release allows using mumps while using 64 bit integers : https://www.mcs.anl.gov/petsc/documentation/changes/313.html https://gitlab.com/petsc/petsc/-/merge_requests/2591/ * petsc: use conflicts for mumps dependency
2020-08-25pkgconfig: add conflict for PGI (#18236)Adam J. Stewart2-0/+6
2020-08-25libmicrohttpd: added new package at v0.9.71 (#18226)Tim Haines1-0/+48
2020-08-25libtiff: added v4.1.0 (#18247)Adam J. Stewart1-1/+2
2020-08-25libgeotiff: added v1.6.0 (#18248)Adam J. Stewart1-1/+2
2020-08-25PROJ: added versions up to v7.1.0 (#18249)Adam J. Stewart1-6/+44
2020-08-25py-shapely: added v1.7.1 (#18250)Adam J. Stewart1-3/+3
2020-08-25py-cartopy: added v0.18.0 (#18251)Adam J. Stewart1-12/+14
2020-08-25Dyninst: added conflicts for unsupported compilers and platforms (#18245)Tim Haines1-0/+13
2020-08-25freeglut: added v3.2.1 and patch to build with GCC 10 (#18229)Joseph Wang2-3/+14
2020-08-24py-basemap: Update for proj@6 (#16183)Elizabeth Fischer1-4/+11
* py-basemap * Updated versions + URL attribute * Update var/spack/repos/builtin/packages/py-basemap/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-basemap/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Removed unnecssary comment * flake8 Co-authored-by: Elizabeth Fischer <elizabeth.fischer@alaska.edu> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-08-24mvapich2: Adding external find support. (#18177)Robert Blake1-0/+104
* Adding external support for mvapich2. This picks up all the options that are currently settable by the spack package. It also detects the compiler and sets it appropriately. * Removing debugging printing. * Adding changes suggested by @nithintsk
2020-08-24pflotran: requires hdf5+hl (#18224)Satish Balay1-1/+1
2020-08-24Added Go 1.15 and find external package. (#18235)Paul1-0/+9
2020-08-24sz: version bump, cmake bug-fix, add maintainer (#18238)Robert Underwood1-1/+3
+ Added version 2.1.9 + Previously the SZ package incorrectly depended on CMake without a version dependancy, but actually version 3.13 or newer is required + Added myself as a maintainer for the SZ spack package
2020-08-24Update to CCTools 7.1.7 (#18241)Benjamin Tovar1-0/+1
This is a bug release with some new features and bug fixes. Among them: [Batch] Set number of MPI processes for SLURM. (Ben Tovar) [General] Use the right signature when overriding gettimeofday. (Tim Shaffer) [Resource Monitor] Add context-switch count to final summary. (Ben Tovar) [Resource Monitor] Fix kbps to Mbps typo in final summary. (Ben Tovar) [WorkQueue] Update example apps to python3. (Douglas Thain)
2020-08-24CMake: 3.18.2 (#18244)Axel Huebl1-0/+1
Adds the latest CMake release, which fixes a Spectrum-MPI + CUDA<10.2 issue, among others. Relevant for Summit.
2020-08-24CUDA: add v10.1.243 for ppc64le (#18237)Adam J. Stewart1-1/+2
Closes #18174 @smarocchi @ax3l @svenevs The error message in #18174 isn't great, but I'm hoping that #18127 will improve that.
2020-08-24call the universal 'mpifc' instead of hardcode 'mpif90' (#18162)Daryl W. Grunau1-2/+1
Co-authored-by: Daryl W. Grunau <dwg@lanl.gov>
2020-08-24openmpi: fix concretization (#18233)Harmen Stoppels1-1/+1
2020-08-24simulatioion: Declare dependency on asdf-cxx (#18018)Erik Schnetter1-3/+7
* simulationio: Declare dependency on asdf-cxx * Rename "develop" to master"; add descriptions to variants * Add maintainer
2020-08-23add github url as backup (#18223)David Gardner1-1/+2
2020-08-22soapdenovo-trans: build on aarch64 (#18187)t-nojiri2-1/+11
* samtools: Add version 0.1.8 for OSS soapdenovo-trans. * Add depend on zlib and samtools to build on aarch64. * soapdenovo-trans: Change the condition of depend on zlib and samtools.
2020-08-22add tcl 6.8.10 (#18221)David Gardner1-0/+1
2020-08-22OpenMPI: sanitize dependent build environment. (#15360)Sergey Kosukhin1-0/+8
2020-08-22NetCDF: fix constraints. (#16719)Sergey Kosukhin2-40/+19
2020-08-22[hpx] Two new variants for upcoming v1.5, stable and master (#18022)Teodor Nikolov1-2/+9
* New package: cxxopts * Use +unicode instead of unicode=True - Make the unicode option more explicit * Add two new variants to spack for upcoming 1.5, stable and develop * Add as maintainer * Add depends_on on clauses * Remove unrelated change
2020-08-22qthreads: add additional configuration options (#15833)Carson Woods1-0/+39
* Add new config options for qthreads * Fix syntax error and add option for specifying stack size * Fix flake8 issues * Add input validation for the stack size variant and add explicit enable for spawn cache * Fix flake8 issues with input validation code
2020-08-22vifi: a new package. [WIP] (#14287)Jianwen1-0/+29
* vifi: a new package. * Fix url. * Add dependencies.
2020-08-22ibm-java: add conflicts for aarch64 (#13728)noguchi-k1-0/+1
2020-08-22Add scantailor package (#12833)Ruben Di Battista1-0/+31
* Add scantailor * qt: Fix build w/ GCC9 for @4: * qt: Fix patch filename and qt version * Fix typo in patch name * scantailor: Fix version * scantailor: Use a more-modern fork * scantailor: Remove unused patch file Co-authored-by: Ruben Di Battista <ruben.di-battista@polytechnique.edu>
2020-08-22Add new package arbor (#11914)Andreas Baumbach1-0/+70
* Add new package arbor Change-Id: I70a442d6ad74979d13bd9f599df238c085d4baf9 * Update package.py * add additional dependencies * change download to tar-ball * py26 compatibility * restrict noqas and expand comment Co-authored-by: Eric Müller <mueller@kip.uni-heidelberg.de>
2020-08-22llvm-openmp-ompt: Additional dependencies and adding variant (#11266)Brian Homerding1-0/+11
* llvm-openmp-ompt: Additional dependencies and adding variant for disabling building libomptarget * Flake8 fixes
2020-08-22mark: added new package (#10513)Levi Baber1-0/+35
* mark: Create new package. * mark: change description. * mark: change description. * mark: Delete set_up environment. * mark: replace join_path(prefix.bin, mark) with prefix.bin.mark * mark: new license and sha256 hash Co-authored-by: lingnanyuan <1297162327@qq.com>
2020-08-22qgis: Updates for proj@6 (#16172)Elizabeth Fischer1-4/+7
* qgis * Update package.py QGIS 3.12.1 can use PROJ >= 4.9.3. Therefore both version restrictions on PROJ were incorrect. https://github.com/qgis/QGIS/blob/final-3_12_1/INSTALL * Update package.py Add explanation to (hopefully temporary) removal of hdf5 dependency. * Remove overly restrictive GRASS version number. * flake8 Co-authored-by: Elizabeth Fischer <elizabeth.fischer@alaska.edu>
2020-08-22openmpi: Update hwloc version bounds (#18040)Erik Schnetter1-3/+1
`openmpi @4:` can use `hwloc @2:`.
2020-08-22votca*: add v1.6.2 (#18218)Christoph Junghans5-8/+13
2020-08-22Add new package: consul (#18044)darmac1-0/+25
* Add new package: consul * fix package type * refine install phase
2020-08-21new recipe for rocalution and fix for rocm-smi-lib (#18211)srekolam3-5/+976
2020-08-21[py-numba] added version 0.50.1 (#17880)Jen Herting1-1/+3
* [py-numba] fixing upper limit for conditional dependency * [py-numba] added version 0.50.1 * [py-numba] Specifying llvmlite version for new version
2020-08-21[py-llvmlite] new version 0.33.0 (#17878)Jen Herting1-1/+4
* [py-llvmlite] new version 0.33.0 * [py-llvmlite] newer version of python required
2020-08-21namd: latest version 2.14 (#18167)g-mathias1-7/+12
* upgrade to version 2.14; added target architecture optimization * renamed devel-> (adamjstuart); keep 2.14bx versions Co-authored-by: lu64bag3 <gerald.mathias@lrz.de>
2020-08-21py-pandas: added v1.1.1 (#18206)Adam J. Stewart1-1/+2