Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-15 | Add new version of elasticsearch (#14945) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add new version of expat (#14948) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add new version of fontconfig (#14949) | iarspider | 1 | -0/+2 | |
2020-02-15 | Add extra version of freetype (#14950) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add extra version of gperf (#14951) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add extra version of HepMC (#14952) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add extra version of highfive (#14953) | iarspider | 1 | -0/+1 | |
* Add extra version of HepMC * Add extra version of highfive * Undo changes to hepmc | |||||
2020-02-15 | Add extra version of imagemagick (#14954) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add extra version of jemalloc (#14955) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add extra version of json-c (#14956) | iarspider | 1 | -1/+2 | |
2020-02-15 | Add extra version of libgit2 (#14957) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add extra version of libsodium (#14958) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add extra version of libsvm (#14959) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add extra version of libxkbcommon (#14961) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add extra version of nlohmann-json (#14962) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add extra version of pcre (#14963) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add extra version of pixman (#14964) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add extra version of py-absl-py (#14965) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add extra version of py-asn1crypto (#14967) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add extra version of py-arrow (#14966) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add extra version of py-astroid (#14968) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add extra version of py-attrs (#14969) | iarspider | 1 | -0/+1 | |
2020-02-15 | Flang - Support libomptarget offload to NVidia GPU (#15015) | Nichols A. Romero | 2 | -14/+93 | |
* Modify Flang NVidia GPU variant to make use of built-in CudaPackage * Add OpenMP Offload patch if March 2019 compiler is selected. * Flang parallel build has a race condition. * llvm-flang now uses built-in CudaPackage. * Add variant for different build releases. * Fix OpenMP target offload for NVidia GPUs. * Additional commong flags that are needed with comments. * NVidia BC required for libomp target requires special treatment. Use clang built in previous step to re-compile libomptarget. | |||||
2020-02-15 | Add extra version of py-cython (#14974) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add extra version of py-coverage (#14976) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add extra version of py-certifi (#14977) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add extra version of py-backports-abc (#14978) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add extra version of py-decorator (#14980) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add extra version of py-importlib-metadata (#14983) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add extra version of py-ipaddress (#14984) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add extra version of py-ipykernel (#14985) | iarspider | 1 | -11/+12 | |
2020-02-15 | Add extra version of py-ipython (#14986) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add extra version of py-jinja2 (#14989) | iarspider | 1 | -0/+1 | |
2020-02-15 | Add extra version of py-jpype1; add numpy as optional (variant) dependency ↵ | iarspider | 1 | -1/+4 | |
(#14991) * Add extra version of py-jpype1 * Add numpy as optional (variant) dependency | |||||
2020-02-15 | Add extra version of py-jupyter-client (#14996) | iarspider | 1 | -0/+1 | |
2020-02-15 | package r-readbitmap Change jpeg dependency (#15004) | Glenn Johnson | 1 | -1/+1 | |
This PR corrects the jpeg dependency in r-readbitmap to use the jpeg virtual dependency. | |||||
2020-02-15 | mafft: add 7.453 (#15006) | Justin S | 1 | -0/+1 | |
2020-02-15 | cloc: add version 1.84 (#15012) | Matthias Diener | 1 | -0/+1 | |
2020-02-15 | Add a new package: Metall (#14903) | Keita Iwabuchi | 1 | -0/+22 | |
* Add a new package: Metall * Fix errors in metall/package.py * Update var/spack/repos/builtin/packages/metall/package.py Change to https style URL Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> * Update in metall/package.py. Change Metall to depend on Boost always * Update in metall/package.py. Change to install Boost with the default variants * Update metall/package.py. Removed a comment Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2020-02-14 | Buildcache creation/extraction use temp tarfile to preserve hardlinks during ↵ | Patrick Gartung | 2 | -26/+30 | |
copy to/from prefix. (#15003) * Buildcache creation change the way prefix is copied to workdir. * install_tree copies hardlinked files * tarfile creates hardlinked files on extraction. * create a temporary tarfile from prefix and extract it to workdir * Use temp tarfile to move workdir to prefix to preserve hardlinks instead of copying | |||||
2020-02-14 | cuda: add libxml2 as a dependency for newer versions (#14758) | Scott Wittenburg | 1 | -0/+8 | |
2020-02-14 | docs: fix typo in arch in build settings examples (#14998) | Paul | 1 | -6/+6 | |
2020-02-14 | py-whichcraft: new package (#14907) | Matthias Wolf | 1 | -0/+17 | |
* py-whichcraft: new package * address comment | |||||
2020-02-13 | spack compiler info: quick fix for failing command (#14928) | Massimiliano Culpo | 1 | -1/+1 | |
fixes #14927 | |||||
2020-02-13 | fix env vars before install (#14575) | Sajid Ali | 1 | -0/+3 | |
2020-02-13 | Updated both cub and nccl versions. Fixed a bug in the cub download (#14852) | Brian Van Essen | 2 | -1/+10 | |
url. | |||||
2020-02-13 | Fix shell detection: zsh5 -> zsh (#14858) | Adam J. Stewart | 1 | -1/+2 | |
2020-02-13 | New package: r-codex (#14869) | Glenn Johnson | 2 | -0/+50 | |
This PR adds the r-codex package. - new package: r-bsgenome-hsapiens-ucsc-hg19 | |||||
2020-02-13 | openblas: add variant +consistentFPCSR (#14876) | Kai Torben Ohlhus | 1 | -0/+6 | |
Add the OpenBLAS variant `+consistentFPCSR`, by default `False`, which adds the compile definition `CONSISTENT_FPCSR=1` as documented in OpenBLAS `Makefile.rule`. | |||||
2020-02-13 | [rsync] Use popt and zlib (#14755) | Dr. Christian Tacke | 1 | -0/+6 | |
popt and zlib are available as spack packages. So use them instead of building internal ones. |