Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-02 | copyrights: update all files with license headers for 2021 | Todd Gamblin | 5834 | -5835/+5853 | |
- [x] add `concretize.lp`, `spack.yaml`, etc. to licensed files - [x] update all licensed files to say 2013-2021 using `spack license update-copyright-year` - [x] appease mypy with some additions to package.py that needed for oneapi.py | |||||
2021-01-02 | commands: add `spack license update-copyright-year` | Todd Gamblin | 3 | -20/+65 | |
This adds a new subcommand to `spack license` that automatically updates the copyright year in files that should have a license header. - [x] add `spack license update-copyright-year` command - [x] add test | |||||
2020-12-31 | linguist: update .gitattributes for better linguist parsing (#20639) | Todd Gamblin | 1 | -0/+2 | |
This adds two lines to `.gitattributes`: - [x] exclude vendored code from GitHub's language calculation - [x] recognize `.lp` files as Prolog (closest language to ASP that linguist supports) It looks like there have been two attempts (https://github.com/github/linguist/issues/3867, https://github.com/github/linguist/issues/4860) to add ASP as a language to Linguist, but it's not widespread enough to be standard yet (or at least the people who submitted the PRs haven't been able to show enough stats to prove it). We'll settle for calling ASP "Prolog" for now as that'll get us some syntax highlighting for `concretize.lp`. | |||||
2020-12-30 | hdf-eos5: new package (HDF for Earth Observing Sytem using hdf v5) (#20274) | Tom Payerle | 2 | -0/+130 | |
* hdf-eos5: new package (HDF for Earth Observing Sytem using hdf v5) * hdf-eos5: flake8 fixes * hdf-eos5: trying to fix flake8 errors * hdf-eos5: flake8 fix * hdf-eos5: Fix to support Fortran codes The -Df2cFortran compilation flag needed to support Fortran | |||||
2020-12-30 | hdf-eos2: new package (HDF for Earth Observing System using hdf5) (#20275) | Tom Payerle | 2 | -0/+126 | |
* hdf-eos2: new package (HDF for Earth Observing System using hdf5) * hdf-eos2: flake8 fixes * hdf-eos2: fix to support Fortran Need the compilation flag -Df2cFortran to allow support for Fortran codes | |||||
2020-12-30 | extends: add type kwarg (#20045) | Adam J. Stewart | 10 | -21/+8 | |
* extends: add type kwarg * Flake8 fix | |||||
2020-12-30 | nalu-wind: add variant to build wind-utils (#20587) | eugeneswalker | 1 | -1/+9 | |
2020-12-30 | Use system libuuid on macOS (#20608) | Adam J. Stewart | 3 | -8/+55 | |
2020-12-29 | concretizer: generate facts for externals | Massimiliano Culpo | 3 | -41/+42 | |
Generate only facts for external specs. Substitute the use of already grounded rules with non-grounded rules in concretize.lp | |||||
2020-12-29 | PythonPackage: url -> pypi (#20610) | Adam J. Stewart | 993 | -1130/+995 | |
* Convert all `url` attributes in `PythonPackage`s to `pypi` attributes * add `pypi =` to flake8 exceptions | |||||
2020-12-29 | Introduce virtual provider uuid (#18322) | Michael Kuhn | 36 | -34/+94 | |
libuuid is currently contained in util-linux, libuuid and uuid. This change introduces a new virtual provider `uuid` and renames the existing `uuid` package to `ossp-uuid`. util-linux's libuuid is provided in the form of a separate package util-linux-uuid to make sure that packages depending on uuid and util-linux can use a separate uuid implementation, which the concretizer does not allow if libuuid is contained in util-linux. | |||||
2020-12-29 | GDB: Better Python debugging support (#20486) | Adam J. Stewart | 2 | -16/+39 | |
* GDB: Better Python debugging support * Auto-load safe path * Use gdbinit instead | |||||
2020-12-29 | py-geoplot: add new package at v0.4.1 (#20603) | Adam J. Stewart | 1 | -0/+31 | |
2020-12-29 | OpenVSLAM: add new package (#20389) | Adam J. Stewart | 1 | -0/+33 | |
2020-12-29 | py-contextily: add new package at v1.0.1 (#20602) | Adam J. Stewart | 1 | -0/+27 | |
2020-12-29 | automake: fix shebang substitution for v1.16.3 and later (#20579) | Yang Zongze | 1 | -1/+6 | |
2020-12-29 | py-geopy: add new package at v2.1.0 (#20601) | Adam J. Stewart | 1 | -0/+21 | |
2020-12-29 | PythonPackage: add pypi attribute to infer homepage/url/list_url (#17587) | Adam J. Stewart | 9 | -66/+122 | |
2020-12-29 | squashfs: fix build with GCC 10 (#20592) | John Wohlbier | 2 | -0/+18 | |
2020-12-29 | Fix deptypes for some geospatial Python packages (#20593) | Adam J. Stewart | 3 | -10/+10 | |
2020-12-29 | py-pygeos: add new package at v0.8 (#20594) | Adam J. Stewart | 1 | -0/+26 | |
2020-12-29 | fsl: updated package, added v6.0.4 (#20201) | Glenn Johnson | 8 | -32/+411 | |
- added several patches - added some missing dependencies - remove unneeded dependencies - add CUDA support - disable queue support, which was limited, and broken anyway - move package text that was specific to the package to a comment, so it does not show up the environment module - set conflicts for cuda and compilers Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2020-12-29 | py-cartopy: specify where deps are found (#20597) | Adam J. Stewart | 1 | -0/+4 | |
2020-12-29 | py-geographiclib: add new package at v1.50 (#20600) | Adam J. Stewart | 1 | -0/+19 | |
2020-12-29 | py-mercantile: add new package at v1.1.6 (#20598) | Adam J. Stewart | 1 | -0/+20 | |
2020-12-29 | py-mapclassify: add new package at v2.4.2 (#20599) | Adam J. Stewart | 1 | -0/+24 | |
2020-12-28 | python: add 3.8.7 and 3.9.1 (#20589) | Michael Kuhn | 1 | -1/+3 | |
2020-12-28 | libarchive: add version 3.5.1 (#20586) | Ryan Mast | 1 | -0/+1 | |
2020-12-28 | archspec: fixed a typo in the vendored library (#20584) | Massimiliano Culpo | 2 | -2/+2 | |
2020-12-28 | Update OpenMPI package (#20492) | Rémi Lacroix | 1 | -9/+11 | |
* OpenMPI: Add version 4.1.0 * OpenMPI: Prefer version 4.0.5. * OpenMPI: Update links The download links changed, there is currently a redirection but it might not work forever. The website also switched to https. | |||||
2020-12-28 | nvtop: new package at v1.1.0 (#20272) | perrymil | 1 | -0/+22 | |
2020-12-28 | minizip: fix build with Apple Clang 12 (#20554) | Adam J. Stewart | 3 | -0/+43 | |
2020-12-28 | sionlib: fix for aarch64 (#20525) | Tomoyasu Nojiri | 2 | -0/+12 | |
2020-12-28 | gnupg: added versions up to v2.2.5 (#20465) | h-denpo | 1 | -0/+6 | |
2020-12-28 | frontistr: add v5.1.1, need trilinos version 12 (#20334) | h-denpo | 1 | -1/+2 | |
2020-12-28 | libvori: added v201224 (#20577) | Tiziano Müller | 1 | -0/+1 | |
2020-12-28 | libquo: add pic flags for PGI (#20528) | QuellynSnead | 1 | -1/+5 | |
Enforce PIC for PGI ((https://github.com/lanl/libquo/issues/41)) | |||||
2020-12-28 | py-multipledispatch: new package at v0.6.0 (#20571) | a-saitoh-fj | 1 | -0/+18 | |
2020-12-28 | zoltan: forward +int64 to parmetis, if active (#20572) | ravil-mobile | 1 | -0/+1 | |
2020-12-28 | py-sparse: new package at v0.11.2 (#20573) | a-saitoh-fj | 1 | -0/+21 | |
2020-12-28 | gmsh: added versions up to v4.7.1 (#20336) | Yang Zongze | 1 | -0/+5 | |
2020-12-28 | py-scikit-learn: add v0.24.0 (#20519) | Adam J. Stewart | 1 | -2/+3 | |
2020-12-28 | libmonitor: added v2020.10.15 (#20574) | Mark W. Krentel | 1 | -0/+9 | |
Add version 2020.10.15, and add variant +dlopen to control overriding dlopen and dlclose. | |||||
2020-12-28 | py-geopandas: add v0.8.1 and master (#20576) | Adam J. Stewart | 1 | -6/+12 | |
2020-12-27 | legion: add streichler as maintainer (#20575) | Christoph Junghans | 2 | -0/+4 | |
* legion: add streichler as maintainer * gasnet: add maintainers | |||||
2020-12-27 | py-vermin: add latest version 1.1.0 (#20569) | Morten Kristensen | 1 | -1/+2 | |
2020-12-27 | openfoam: expand 'make_fujitsu_rules' process for Ver.1812. (#20468) | Tomoki, Karatsu | 1 | -7/+14 | |
2020-12-27 | boost: backport python3 import fix (#20301) | ketsubouchi | 2 | -0/+14 | |
2020-12-27 | libzmq: added v4.3.3 (#20467) | Ryan Mast | 1 | -1/+2 | |
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> | |||||
2020-12-27 | Fix import tests for a few packages (#20560) | Adam J. Stewart | 4 | -0/+50 | |