https://github.com/syspack/pakages
Testing out spack GitHub packages again now that there is one hash with reuse
https://github.com/syspack/pakages
github-packages package-manager packages spack
Last synced: about 2 months ago
JSON representation
Testing out spack GitHub packages again now that there is one hash with reuse
- Host: GitHub
- URL: https://github.com/syspack/pakages
- Owner: syspack
- License: other
- Created: 2022-05-13T23:45:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T22:16:42.000Z (over 3 years ago)
- Last Synced: 2026-03-12T04:21:24.509Z (3 months ago)
- Topics: github-packages, package-manager, packages, spack
- Language: Python
- Homepage: https://syspack.github.io/pakages/
- Size: 3.4 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: COPYING
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Pakages
> Pakages is a framework for building community packages and containers 📦️

⭐️ [Documentation](https://syspack.github.io/pakages) ⭐️
You can see trusted packages under the [pakages](https://github.com/pakages) organization. Trusted means
that they are built, tested, and deployed from modular repositories, and can be
installed into consistent container bases that Pakages provides.
**important** recent updates to spack have broken pakages, and I don't have the patience with spack to fix it again, so I'm pursuring developing this toward other kinds of general artifact builds. If you have ideas to save spack please open an issue. The install -> cache functionality is not consistent enough imho for this to reliably work, and (as I've learned before) maintaining anything with spack as a dependency is a really bad idea.
## Goals
We want a framework that is optimized to help people build packages from source,
and distribute the binaries via GitHub packages and also provide robust metadata
and an organization scheme that works well for containers. We want a focus on that
and then testing and automatically updating the individual packages provided.
Pakages provides this functionality by wrapping spack to perform builds, and then
providing tooling to release to a GitHub packages build cache, and to run base
containers that will reliably hit the cache.
🚧️ **under development** 🚧️