Age | Commit message (Collapse) | Author | Files | Lines |
|
* tamaas: new version 2.5.0
* tamaas: do not build/install documentation
* tamaas: hash correction for v2.5.0.post1
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
|
|
* gperftools: Add version 2.10 and add unwind to LDFLAGS
* Make unwind flag conditional on libunwind variant
|
|
|
|
* Added fparser 0.0.16
* Created package
* Change from GitHub download to pypi
* py-typing-extensions: 4.3.0
* Added py-pdoc3
* Finished adding py-blight
* Fixed typos
* Fixed dependency specs
* Fixed some things after PR review
* Added @woodruffw as blight maintainer
* Removed maintainer comment block from pdoc3
|
|
|
|
|
|
* interproscan: new version 5.56-89.0
* interproscan: add maintainer
|
|
|
|
Add the latest ADIOS2 release.
|
|
* [py-devito] Add package
Also add dependencies:
- py-nbval
- py-cgen
- py-codepy
- py-contexttimer
- py-pyrevolve
* [py-devito] Fix some typos
* [py-devito] Fix: include examples directory
Upstream issue: https://github.com/devitocodes/devito/issues/1954
* [py-devito] clean up
* [py-devito] clean up dependency packages
* [py-devito] flake8: line too long
* Address @adamjstewart comments
* Make flake8 happy
Co-authored-by: Stephen Sachs <stesachs@amazon.com>
|
|
|
|
Add support for CMake builds while preserving autotools support
for older versions of GDAL
* Add GDAL 3.5.0
* Remove GDAL 1
* Add support for new CMake build system
* Change defaults to build all recommended dependencies
* Simplify Autotools flag handling
* Determine version range for drivers
|
|
|
|
(#31559)
|
|
|
|
* fix cppcheck install and convert to cmake build system
* add white238 as a maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The goal of this PR is to make clearer where we need a package object in Spack as opposed to a package class.
We currently instantiate a lot of package objects when we could make do with a class. We should use the class
when we only need metadata, and we should only instantiate and us an instance of `PackageBase` at build time.
Modifications:
- [x] Remove the `spack.repo.get` convenience function (which was used in many places, and not really needed)
- [x] Use `spack.repo.path.get_pkg_class` wherever possible
- [x] Try to route most of the need for `spack.repo.path.get` through `Spec.package`
- [x] Introduce a non-data descriptor, that can be used as a decorator, to have "class level properties"
- [x] Refactor unit tests that had to be modified to reduce code duplication
- [x] `Spec.package` and `Repo.get` now require a concrete spec as input
- [x] Remove `RepoPath.all_packages` and `Repo.all_packages`
|
|
(#31277)
|
|
|
|
v5.3.0 (#31513)
* py-nbmake: add v1.3.0
* Add newer versions
|
|
|
|
|
|
|
|
* fixed the cgal recipe and added the latest release.
* Update var/spack/repos/builtin/packages/cgal/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* updated cgal recipe to new URL for tarballs
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
|
|
|
|
Update `warpx` & `py-warpx` to the latest release, `22.07`.
|
|
Co-authored-by: Marcos Mazzini - <mmazzini@serafin.ccad.unc.edu.ar>
|
|
Co-authored-by: Stephen Sachs <stesachs@amazon.com>
|
|
|
|
|
|
|
|
|
|
* py-hatchling: add new package, document new build backend
* Minor doc changes
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
|
|
|
|
* Fix for sanity check failure in spack upstream code
* Style check failure correction
* Correction as per the review comments
|
|
* Metall package: add dependency to GCC for build test
* Package Metall: add v.017
* Package Metall: update the package file
* Update var/spack/repos/builtin/packages/metall/package.py
Co-authored-by: Bernhard Kaindl <43588962+bernhardkaindl@users.noreply.github.com>
* Metall package: add v0.18 and v0.19
* Metall Package: add v0.20
* Metall package: add v0.21
Co-authored-by: Bernhard Kaindl <43588962+bernhardkaindl@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
* py-numpy: add v1.23.1
* Remove packaging dep
|
|
|