summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-11-12Update the Public key of the tutorial (#27370)Massimiliano Culpo1-26/+34
2021-11-11Fix overloaded argparse keys (#27379)Harmen Stoppels6-21/+15
Commands should not reuse option names defined in main.
2021-11-11New Package: py-setuptools-cpp (#27382)Desmond Orton1-0/+46
2021-11-11py-torchgeo: add version 0.1.0 (#27274)Adam J. Stewart1-12/+8
2021-11-11suite-sparse: general fixes (#27283)Harmen Stoppels1-15/+38
- disable graphblas by default (very slow to compile) - fix patch upperbound for cuda 11 - remove find_system_libs; not sure why it was added in the first place, but it makes spack rather unusable as it introduces an rpath to /lib/...
2021-11-11gcc package: Mac OS patch not needed for @12:Ben Cowan1-1/+1
2021-11-11intel-oneapi-mkl: define MKLROOT for dependents (#27302)Robert Cohn1-0/+3
Fixes #27260
2021-11-11PyTorch: fix compilation of +distributed~tensorpipe (#27337)Adam J. Stewart1-0/+5
2021-11-11boost: ensure Spack wrappers are used for %intel (#27348)Tiziano Müller1-8/+10
Fixes #26117
2021-11-11py-formulaic: add new package (#27373)Manuela Kuhn1-0/+26
2021-11-11GDAL: add v3.4.0 (#27288)Adam J. Stewart2-35/+31
2021-11-11Adds Sina Python Package to Spack (#27219)Charles Doutriaux2-0/+59
2021-11-11e4s ci: enable tau +mpi +python variants (#27273)eugeneswalker2-2/+2
2021-11-11update exercise build option for 0.14.0 (#27338)Chris White1-1/+6
2021-11-11elfutils: add version 0.186 (#27345)Mark W. Krentel1-0/+1
2021-11-11Adding a new ESMF version and checksum. (#27367)Timothy Brown1-0/+1
2021-11-12py-scipy: add v1.7.2 (#27252)Adam J. Stewart1-3/+6
2021-11-12py-numpy: add v1.21.4 (#27251)Adam J. Stewart1-1/+1
2021-11-11py-pillow: add 8.4.0 (#27371)Manuela Kuhn1-4/+10
2021-11-11py-wurlitzer: new package (#27328)Seth R. Johnson1-0/+23
* py-wurlitzer: new package * py-wurlitzer: use PyPI repository * py-wurlitzer: use pypi attribute
2021-11-11New package: py-parmed (#27362)Jen Herting1-0/+21
* [py-parmed] created template * [py-parmed] - added homepage - added description - removed fixmes - added dependencies
2021-11-11New version: py-nbconvert 6.2.0 (#27350)iarspider1-0/+3
* New version: py-nbconvert 6.2.0 * Update package.py
2021-11-11New version: py-pandocfilters 1.5.0 (#27359)iarspider1-0/+6
2021-11-11New version: py-parso 0.8.2 (#27360)iarspider1-0/+1
* New version: py-parso 0.8.2 * Update package.py
2021-11-11tau: add v2.31 (#27342)eugeneswalker1-0/+1
2021-11-11py-h5py: add v3.5.0 (#27344)Manuela Kuhn1-0/+1
2021-11-11fuse-overlayfs: add maintainer, add v1.7, v1.7.1 (#27349)Harmen Stoppels1-0/+4
2021-11-11New version: py-notebook 6.4.5 (#27353)iarspider1-0/+4
2021-11-11py-interface-meta: add new package (#27340)Manuela Kuhn1-0/+20
2021-11-11New version: py-oauthlib 3.1.1 (#27356)iarspider1-5/+10
* New version: py-oauthlib 3.1.1 * Update var/spack/repos/builtin/packages/py-oauthlib/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-11-11Generalize env var PYTHON to avoid version conflicts (#27334)haralmha1-0/+7
* Generalize env var PYTHON to avoid version conflicts * Use available python executable Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-11-11New version: py-nbconvert 0.5.5 (#27347)iarspider1-1/+4
2021-11-11New version: py-nest-asyncio 1.5.1 (#27351)iarspider1-1/+3
2021-11-11New version: py-networkx 2.6.3 (#27352)iarspider1-4/+6
2021-11-11Trilinos: fix DEP_INCLUDE_DIRS definition (#27341)Daryl W. Grunau1-5/+4
2021-11-10upcxx: Update the UPC++ package to 2021.9.0 (#26996)Dan Bonachea1-117/+89
* upcxx: Update the UPC++ package to 2021.9.0 * Add the new release, and a missing older one. * Remove the spack package cruft for supporting the obsolete build system that was present in older versions that are no longer supported. * General cleanups. Support for library versions older than 2020.3.0 is officially retired, for two reasons: 1. Releases prior to 2020.3.0 had a required dependency on Python 2, which is [officially EOL](https://www.python.org/doc/sunset-python-2/) as of Jan 1 2020, and is no longer considered secure. 2. (Most importantly) The UPC++ development team is unable/unwilling to support releases more than two years old. UPC++ provides robust backwards-compatibility to earlier releases of UPC++ v1.0, with very rare well-documented/well-motivated exceptions. Users are strongly encouraged to update to a current version of UPC++. NOTE: Most of the lines changed in this commit are simply re-indentation, and thus might be best reviewed in a diff that ignores whitespace. * upcxx: Detect Cray XC more explicitly This change is necessary to prevent false matches occuring on new Cray Shasta systems, which do not use the aries network but were incorrectly being treated as a Cray XC + aries platform. UPC++ has not yet deployed official native support for Cray Shasta, but this change is sufficient to allow building the portable backends there.
2021-11-10py-setupmeta: add new package (#27327)Manuela Kuhn1-0/+18
* py-setupmeta: add new package * Update var/spack/repos/builtin/packages/py-setupmeta/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2021-11-10New version: py-mpld3 0.5.5 (#27329)iarspider1-0/+2
* New version: py-mpld3 0.5.5 * Update package.py * Update package.py
2021-11-10py-traits: add 6.3.1 (#27321)Manuela Kuhn1-0/+1
2021-11-10py-traitlets: add 5.1.1 (#27322)Manuela Kuhn1-1/+2
2021-11-10New versions: py-more-itertools 8.9.0, 8.11.0 (#27325)iarspider1-6/+8
2021-11-10py-wrapt: add 1.13.3 (#27326)Manuela Kuhn1-2/+7
2021-11-10New verison of py-mpmath: 1.2.1 (#27331)iarspider1-0/+4
2021-11-10New versions of py-multidict: 5.1.0 and 5.2.0 (#27332)iarspider1-0/+4
2021-11-09Add a patch for mfem v4.3 to support cusparse >= 11.4 (#27267)Veselin Dobrev2-0/+82
2021-11-09New version: py-markdown 3.3.4 (#27310)iarspider1-0/+4
* New version: py-markdown 3.3.4 * Changes from review * Update package.py
2021-11-09fix typo (#27319)Karen C. Tsai1-1/+1
2021-11-09spack tutorial: fix output to screen (#27316)Massimiliano Culpo1-1/+3
Spack was checking out v0.17, the output reported v0.16
2021-11-09Fix typos (ouptut) (#27317)Maxim Belkin2-2/+2
2021-11-09libssh2: add new versions and crypto=mbedtls|openssl (#27284)Harmen Stoppels1-4/+22