32 lines
1.1 KiB
YAML
32 lines
1.1 KiB
YAML
---
|
|
format: 1
|
|
qfit:
|
|
defaults:
|
|
group: MX
|
|
overlay: base
|
|
relstage: unstable
|
|
urls:
|
|
# repo is named qfit-3.0 but the tool/module is qfit (name/version guardrail)
|
|
# upstream dropped the "v" tag prefix from 2024v1 on; 3.x overrides below
|
|
- url: https://github.com/ExcitedStates/qfit-3.0/archive/refs/tags/${V_PKG}.tar.gz
|
|
name: qfit-${V_PKG}.tar.gz
|
|
strip_dirs: 1
|
|
shasums:
|
|
qfit-3.2.2.tar.gz: b3c37a45598c31aabfb0a0024710b8e22ea6ffd49355ad69a17b93a7777e699d
|
|
qfit-2025.3.tar.gz: 40e31b49828eaeb4575e3535f0c4b93c4d82bc3cbd502f8d9f3b7bd4ff99fafa
|
|
versions:
|
|
3.2.2:
|
|
config:
|
|
relstage: unstable
|
|
# gcc for the small C extension (_extensions.c); plain C, so no runtime dep
|
|
build_requires: [gcc/12.3.0]
|
|
# last release with the old "v" tag prefix
|
|
urls:
|
|
- url: https://github.com/ExcitedStates/qfit-3.0/archive/refs/tags/v${V_PKG}.tar.gz
|
|
name: qfit-${V_PKG}.tar.gz
|
|
strip_dirs: 1
|
|
2025.3:
|
|
config:
|
|
relstage: unstable
|
|
build_requires: [gcc/12.3.0]
|