diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-03-06 22:30:31 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-03-07 22:10:13 +0100 |
commit | e2adba11ae50e3cc21fbb3cf9c0fb2b82573094d (patch) | |
tree | 11a20b5fee733fdf0a93f5cd16745e48ef40cb5a /pcr/arachne-pnr-git | |
parent | 4fa5fca32cb65760b1df29dcd05823cf7fbaee09 (diff) | |
download | abslibre-e2adba11ae50e3cc21fbb3cf9c0fb2b82573094d.tar.gz abslibre-e2adba11ae50e3cc21fbb3cf9c0fb2b82573094d.tar.bz2 abslibre-e2adba11ae50e3cc21fbb3cf9c0fb2b82573094d.zip |
pcr: symbiflow: use fixed git revision
Building this toolchain across the 3 supported architectures
takes some time. So it's better to use fixed git revisions to
ensure that all 3 architectures run the same code and not to
have to update the pkgver just to build for another architecture.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr/arachne-pnr-git')
-rw-r--r-- | pcr/arachne-pnr-git/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pcr/arachne-pnr-git/PKGBUILD b/pcr/arachne-pnr-git/PKGBUILD index 228a07e3a..7bf3eca50 100644 --- a/pcr/arachne-pnr-git/PKGBUILD +++ b/pcr/arachne-pnr-git/PKGBUILD @@ -1,8 +1,9 @@ # Maintainer(AUR): Sebastian Bøe <sebastianbooe@gmail.com> -# Maintainer: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> # parabola changes and rationale: # - Added armv7h and i686 architectures support +# - Modified to use a fixed git revision pkgname=arachne-pnr-git +_commit=c40fb2289952f4f120cc10a5a4c82a6fb88442dc pkgrel=1 pkgver=r328.c40fb22 pkgdesc=" Place and route tool for FPGAs" @@ -13,7 +14,7 @@ depends=('icestorm-git') makedepends=('git') provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") -source=('git+https://github.com/cseed/arachne-pnr.git') +source=("git+https://github.com/cseed/arachne-pnr.git#commit=${_commit}") md5sums=('SKIP') pkgver() { |