Skip to content

Commit

Permalink
Partial packaging for Arch User Repository (AUR)
Browse files Browse the repository at this point in the history
Adds packaging builds for Arch (Linux) User Repository (AUR).
The chapel package for AUR tracks the static 1.26 release, but is non-functional due to issues in 1.26 that cause build issues on Arch. These issues have been resolved, but the chapel AUR package will be left broken until 1.27 releases (the online description points to chapel-git).
The chapel-git package for AUR tracks the main branch of the chapel repo, and is fully functional.
Future work includes:
- updating chapel AUR to use 1.27 upon its release
- fixing the git describe behavior for the main branch (currently main reports as version 1.24 via git describe, while it is really 1.26 at the time of writing).

Signed-off-by: ghbrown <[email protected]>
  • Loading branch information
ghbrown committed Jun 8, 2022
1 parent a0c0a15 commit 8e4f936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/packaging/aur/chapel-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _gituser="chapel-lang"
_gitname="chapel"

pkgname=${_gitname}-git
pkgver=1.27.0.7648.gbcc4ac3109
pkgver=1.27.0.7648.gbcc4ac3109 #autogenerated/written by pkgver()
pkgrel=1
pkgdesc="Programming language designed for productive parallel computing at scale"
url="https://chapel-lang.org/"
Expand Down

0 comments on commit 8e4f936

Please sign in to comment.