summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-08-22fix mailmap for becker33 (#18215)Greg Becker1-2/+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-21Added the file path for running a specific test (#18214)Richarda Butler1-1/+1
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
2020-08-20helics: Add version 2.6.0 (#18208)Ryan Mast1-0/+4
* helics: Add version 2.6.0 * Remove bms version from HELICS package
2020-08-20charliecloud: add 0.18 (#18200)Jordan Ogas1-28/+9
* add 0.18, remove older versions * update url * fix typo
2020-08-20sqlite: Add 3.33.0 (#18145)Michael Kuhn1-0/+1
2020-08-20new dakota version 6.12; included boost versions limit; changed default url ↵g-mathias1-3/+4
(#18168) Co-authored-by: lu64bag3 <gerald.mathias@lrz.de>
2020-08-20docs: List tar and some compressors in prerequisites (#18169)Michael Kuhn1-0/+3
Fixes #18152
2020-08-20[gaudi] sadly, the cmake fixes are postponed to next version (#18171)vvolkl1-2/+2
2020-08-20[podio] new version, cxxstd 17 now mandatory (#18191)vvolkl1-7/+4
2020-08-20Add rocSPARSE, rocSOLVER, hipSPARSE and hipBLAS (#18108)Harmen Stoppels7-6/+304
2020-08-20allow external packages that violate conflicts (#18183)Greg Becker2-0/+10
2020-08-20gcc: fixed compilation on OpenSUSE (#18190)Massimiliano Culpo1-9/+17
Set location for dependencies specifying explicitly both the include and lib path. This permits to handle cases where the libraries are installed in lib64 instead of lib. fixes #17556 fixes #10842 closes #18150
2020-08-20Test "is_extension" after a round trip to dict (#18188)Massimiliano Culpo1-0/+16
closes #3887 closes #3853
2020-08-20detatch binutils usage from bootstrap in gcc variants (#18116)Marc Mengel1-1/+8
2020-08-20[lcio] set up run time paths (#18109)vvolkl1-0/+4
* [lcio] set up run time paths * [lcio] update runtime * [lcio] flake8
2020-08-20codecov: set project threshold to 0.2% (#18184)Greg Becker1-1/+2
2020-08-20libimobiledevice: new package (#10819)Isaac Whitfield1-0/+32
2020-08-20bwa: patch Makefile to permit the use of compilers other than GCC (#18189)ketsubouchi1-0/+2
2020-08-20dyninst: use elfutils for all versions (#18063)Tim Haines1-6/+6
2020-08-20Make finding of NetCDF and HDF5 more explicit. (#18166)Elizabeth Fischer1-0/+4
Co-authored-by: Elizabeth Fischer <elizabeth.fischer@alaska.edu>
2020-08-19Compilers: use Compiler._real_version for flag version checks (#18179)Greg Becker10-43/+95
Compilers can have strange versions, as the version is provided by the user. We know the real version internally, (by querying the compiler) so expose it as a property and use it in places we don't trust the user. Eventually we'll refactor this with compilers as dependencies, but this is the best fix we've got for now. - [x] Make `real_version` a property and cache the version returned by the compiler - [x] Use `real_version` to make C++ language level flags work
2020-08-19Add new package: phoenix (#18143)darmac1-0/+24
2020-08-19qemu: add pkgconfig to avoid build error (#17929)darmac1-0/+1
2020-08-19nfs-ganesha: fix compile error on debian (#18102)darmac1-0/+2
* nfs-ganesha: fix compile error on debian * add type for py-stsci-distutils
2020-08-19Add new package: presto (#18142)darmac1-0/+32
2020-08-19brigand: fix build error (#18173)darmac1-4/+1
2020-08-19prepend ${NINJA_ROOT}/misc to PYTHONPATH in run environment (#18182)eugeneswalker1-0/+3
2020-08-19Restore curl progress output (#18127)Tamara Dahlgren2-5/+36
Restores the fetching progress bar sans failure outputs; restores non-debug reporting of using fetch cache for installed packages; and adds a unit test. * Add status bar check to test and fetch output when already installed
2020-08-19[WIP] Adding Quantum ESPRESSO v6.6 (#18091)Filippo Spiga1-2/+3
* Adding v6.6 (latest stable) * There is no '-' in Quantum ESPRESSO Co-authored-by: Filippo Spiga <fspiga@nvidia.com>
2020-08-19microarchitectures: Fix icelake (#18151)Michael Kuhn3-6/+35
Some of the feature flags are named differently and clwb is missing on my i7-1065G7. cascadelake and cannonlake might have similar problems but I do not have access to those architectures to test.
2020-08-19STRUMPACK: added v4.0.0 (#18159)Pieter Ghysels1-30/+35
- add cuda variant, enabled by default, but conflicting with strumpack@:3.9.999 - add zfp variant, enabled by default, but conflicting with strumpack@:3.9.999 - update minimum CMake version to 3.11 - for version 4.0.0:, do not use mpi wrappers. v4.0.0 uses CMake MPI targets - for version 4.0.0, add dependency on butterflypack@1.2.0: - remove versions 3.1.0 and older - make parmetis variant True by default - add TODO for slate variant (spack package not ready yet)
2020-08-19adios: relax libtool restriction (#18056)Kai Germaschewski1-1/+1
While I believe there must have been a reason to restrict libtool to <= 2.4.2, adios compiles just fine with libtool 2.4.6 for me. In fact, without this change, I'm getting this error: libtool: Version mismatch error. This is libtool 2.4.6, but the libtool: definition of this LT_INIT comes from libtool 2.4.2. libtool: You should recreate aclocal.m4 with macros from libtool 2.4.6 This doesn't make much sense, since spack did build libtool@2.4.2 as a dependency, and was supposedly trying to use it. My guess is that on this system (NERSC's cori) the system libtool in /usr/bin, which is 2.4.6 somehow got picked up partially.
2020-08-19meson: added v0.55.1 (#18146)Michael Kuhn1-0/+1
2020-08-19libfabric: added v1.10.0, v1.10.1 and v1.11.0. (#18161)Luke Dalessandro1-0/+3
2020-08-19lua: specified better the dependency on ncurses (needs +termlib) (#18163)Robert Pavel1-1/+1
Semi-recently the lua spackage was updated to explicitly add libtinfow to the lua build line. Ncurses provides this but only when the +termlib variant is enabled
2020-08-19intel: added external detection capabilities (#17991)Massimiliano Culpo1-1/+57
2020-08-19moab: delete -march=native from generated files (#18137)ketsubouchi1-0/+4
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2020-08-18ninja: add v1.10.1 (#18160)Christoph Junghans1-2/+4
2020-08-18emacs: add 27.1 and conflict 26.3 on macos catalina (#18157)Greg Becker1-0/+3
* emacs: add version 27.1 * emacs: 26.3 does not work on macos catalina
2020-08-18Java: add spack external find support (#18006)Adam J. Stewart2-4/+30
2020-08-18'spack env update' can handle overrides (#18149)Massimiliano Culpo2-1/+21
fixes #18147 Before this commit the command erroneously reported "Additional properties not allowed" for keys with a double colon.
2020-08-18glib: added v2.64.4 (#18144)Michael Kuhn1-0/+1
2020-08-18py-accimage: add new package (#18122)Adam J. Stewart1-0/+27