summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-04-06Simplify Build Error template (#15864)Adam J. Stewart1-66/+20
2020-04-06Package rename: DNNL -> oneDNN (#15910)Adam J. Stewart3-101/+101
2020-04-06fish: add version 3.1.0 and switch to cmake (#15812)Matthias Diener1-4/+2
Versions < 3 do not support building with CMake.
2020-04-06Update nano and fix coreutils on Darwin (#15883)Diego Magdaleno2-3/+20
* Fixed building coreutils on Darwin * Bump nano version to 4.9 * Coreutils: Add program prefix g so we don't conflict with Apple utilities * Fix intendation * Make format more spack like * Removed unnecesary changes * Merge branch 'develop' of github.com:DiegoMagdaleno/spack into develop Fix linking libgit2 on Darwin * Revert "Merge pull request #3 from spack/develop" This reverts commit 58dbbdb82bfa4aa689758971eb423ae2b9d2c293, reversing changes made to dd7a413f4870fc2778f801c882a50cfade18fe97. * Revert "Revert "Merge pull request #3 from spack/develop"" This reverts commit f956aa7b135c39ea0eb4ba6b9329714067098a7c. * Revert "Merge branch 'develop' of github.com:DiegoMagdaleno/spack into develop" This reverts commit 50321f798674ec30d5c62fe696b4f8bccef6ab3d.
2020-04-06new package: nccl-tests (#15890)Andrew W Elble1-0/+36
* new package: nccl-tests * fix dependency types
2020-04-06new package: py-tensorboard-plugin-wit (#15898)Andrew W Elble1-0/+63
* new package: py-tensorboard-plugin-wit dependency for py-tensorboard >= 2.2.0 * incorporate feedback
2020-04-06pdt: add PIC support as variant (#15851)Carson Woods1-0/+5
* Add fPIC support as variant * Fix variant to use compiler agnostic fPIC option
2020-04-06nccl: supports infiniband/RoCE since 2.3.5-5 (#15889)Andrew W Elble1-0/+1
loads libibverbs via dlopen(), add dependency on rdma-core
2020-04-06new package: py-google-auth-oauthlib (#15900)Andrew W Elble1-0/+18
2020-04-06Docs: fix Spack Environments command (#15891)Adam J. Stewart1-1/+1
2020-04-06py-smart-open: fix url/checksum, add deps (#15892)Adam J. Stewart1-2/+6
2020-04-06nanomsg: add new Package (#15894)Dr. Christian Tacke1-0/+17
2020-04-06new packages: libbacktrace, libpfm, numap, numamma (#15868)François Trahay3-0/+72
* new packages: libbacktrace, libpfm, numap, numamma * numap: use the existing libpfm4 package * formatting
2020-04-06Blacklist Lmod variable modifications when sourcing files (#15778)Massimiliano Culpo3-1/+24
fixes #15775 Add all the variables listed here: https://lmod.readthedocs.io/en/latest/090_configuring_lmod.html to the list of those blacklisted when constructing environment modifications by sourcing files.
2020-04-06Source devnull in environment_after_sourcing_files (closes #15775) (#15791)Jonathon Anderson1-1/+2
spack.util.environment_after_sourcing_files compares the local environment against a shell environment after having sourced a file; but this ends up including the default shell profile and rc, which might differ from the local environment. To change this, compare against the default shell environment, expressed here as 'source /dev/null'.
2020-04-05boost: boost-python in 1.72.0 broken with cxxstd=98 (#15885)Christoph Junghans2-1/+4
* boost: boost-python in 1.72.0 broken with cxxstd=98 * py-espressopp: depend on boost with cxxstd=11
2020-04-05py-spatialist: add maintainer and new version, fix url and deps (#15878)Adam J. Stewart1-5/+13
2020-04-05py-flake8-polyfill: fix url and deps (#15872)Adam J. Stewart1-4/+4
2020-04-05py-gensim: fix url and deps, add maintainer (#15870)Adam J. Stewart1-13/+12
2020-04-05py-humanfriendly: add new version, fix url and deps (#15873)Adam J. Stewart1-2/+5
2020-04-05py-pep8-naming: add new version, fix url and deps (#15874)Adam J. Stewart1-5/+6
2020-04-05py-progressbar2: add new version, fix url (#15875)Adam J. Stewart1-2/+3
2020-04-05py-python-utils: add new version, fix url and deps (#15876)Adam J. Stewart1-1/+5
2020-04-05py-scoop: fix url and deps (#15877)Adam J. Stewart1-1/+2
2020-04-05py-tblib: add new version, fix url and deps (#15879)Adam J. Stewart1-1/+3
2020-04-05package urls: pypi.org -> pypi.io (#15880)Adam J. Stewart13-13/+15
2020-04-05py-sphinx: add 3.0.0 (#15881)Adam J. Stewart1-1/+2
2020-04-05py-ecdsa: add new version, fix download url (#15871)Adam J. Stewart1-3/+4
2020-04-05verify `other.exe` attr exists before use in __eq__ (#15882)Stephen McDowell1-1/+1
2020-04-05py-pywcs: a new package. (#15826)健美猞猁1-0/+24
* py-pywcs: a new package. * Fix a flake8 issue. * Add missing dependencies. * run -> build. * Add version specifications.
2020-04-05Version bump: eztrace-1.1-10 (#15866)François Trahay1-2/+3
* version bump: eztrace-1.1-10 * 'trahay' is the maintainer for package 'eztrace'
2020-04-04py-espressopp: pin py-numpy to py2 version (#15865)Christoph Junghans1-1/+1
2020-04-04openjdk: support aarch64 platform (#15840)darmac1-13/+34
2020-04-04Package rename: intel-mkl-dnn -> dnnl (#15852)Adam J. Stewart2-10/+39
2020-04-04LLVM support for mlir (#15859)Nichols A. Romero1-0/+6
2020-04-04SIRIUS add version 6.5.1 and 6.5.2 (#15860)Simon Pintarelli1-0/+2
2020-04-04Check if CPU family is x86_64. (#15862)健美猞猁1-1/+1
* Check if CPU family is x86_64. * Remove the leading space.
2020-04-03New package: py-gluoncv (#15856)Jennifer Herting2-0/+47
* [py-gluoncv] created template * [py-gluoncv] added description and homepage * [py-gluoncv] added dependencies * [py-gluoncv] unicode in readme is causing build to fail * [py-gluoncv] cleaned up fixmes * [py-gluoncv] removed unnecessary python dependency listing * [py-gluoncv] added cython
2020-04-03Added support for new config process for papi@6:+lmsensors (#15858)G-Ragghianti1-7/+16
* Added support for new configuration process of lmsensors component for papi@6: * Removed extraneous blank lines
2020-04-03unqlite: restricted patch to version 1.1.9 (#15857)Matthieu Dorier1-2/+1
* restricted unqlite patch to version 1.1.9 * putting back the URL of the PR corresponding to the patch
2020-04-03Add option "--first" for "spack load" (#15622)G-Ragghianti5-8/+35
* Implemented --first option for "spack load" * added test for "spack load --first" Co-authored-by: gragghia <gragghia@localhost.localdomain>
2020-04-03Environments/views: only override spec prefix for non-external packages (#15475)Peter Scheibel2-1/+49
* only override spec prefix for non-external packages * add test that environment shell modifications respect explicitly-specified prefixes for external packages * add clarifying comment
2020-04-03New package: py-portalocker (#15854)Jennifer Herting1-0/+18
* [py-portalocker] Create template * [py-portalocker] added homepage and description * [py-portalocker] specified dependencies * [py-portalocker] cleaned up fixmes * [py-portalocker] removed unnecessary python dependency listing
2020-04-03Papi package: updating with new bugfix version and variant (#15849)G-Ragghianti1-0/+2
* Added new variant "sde" to papi * Updated papi with new version and new variant "sde"
2020-04-03precice: Add version 2.0.2 (#15846)Frédéric Simonis1-0/+1
2020-04-03New package: libnotify (#15769)Jennifer Herting2-0/+68
* [libnotify] created template * [libnotify] added homepage and description * [libnotify] added dependencies * [libnotify] patch location to docbook * [libnotify] more dependency work * [libnotify] reorder dependencies * [libnotify] added variant docbook * [libnotify] more accurate dependency version * [libnotify] xsltproc still needed * [libnotify] created test variant * [libnotify] added gtkdoc varient * [libnotify] cleaned up leftover fixme * [libnotify] flake8 * [libnotify] test variant became self.run_tests * [libnotify] pkgconfig is build dependency * [libnotify] commented out broken variants * [libnotify] flake8
2020-04-03py-stsci-distutils: new package at v0.3.8 (#15845)健美猞猁1-0/+19
2020-04-03ppOpen-APPL/BEM-AT: added new package at v0.1.0 (#15841)Toyohisa Kameyama2-0/+71
2020-04-03py-d2to1: added v0.2.12 (#15844)健美猞猁1-0/+20
2020-04-02Add commands to facilitate Spack/Python/OS reporting (#15834)Adam J. Stewart6-39/+65
* Add --version arg to spack python command * Add `spack debug report` command