Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diehlpk/hpx_packaging
Configuration to build the rpm package for HPX
https://github.com/diehlpk/hpx_packaging
Last synced: 4 days ago
JSON representation
Configuration to build the rpm package for HPX
- Host: GitHub
- URL: https://github.com/diehlpk/hpx_packaging
- Owner: diehlpk
- License: bsl-1.0
- Created: 2018-10-24T16:59:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-12T18:42:27.000Z (over 1 year ago)
- Last Synced: 2024-11-19T14:07:34.475Z (2 months ago)
- Size: 26.4 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HPX_packing
Collection of specification files for generating packages for [HPX]
## Building
### Fedora
How to build the local rpm package and submit it to koji for building
```bash
cd Fedora
rpmbuild --define "_topdir `pwd`" -bs hpx.spec
koji build --scratch f29 SRPMS/hpx-1.2.0-0.1.rc1.src.rpm
```How to download a task from the server
```bash
koji download-task --arch=i686 30780666
fedora-review --rpm-spec --prebuilt --name hpx
```How to login with two factor authentication enabled
```bash
fkinit -u
```