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/nextpnr-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/nextpnr-git')
-rw-r--r-- | pcr/nextpnr-git/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pcr/nextpnr-git/PKGBUILD b/pcr/nextpnr-git/PKGBUILD index 9c2d93b52..331b91dba 100644 --- a/pcr/nextpnr-git/PKGBUILD +++ b/pcr/nextpnr-git/PKGBUILD @@ -1,9 +1,10 @@ # Maintainer(AUR): Graham Edgecombe <gpe@grahamedgecombe.com> - # parabola changes and rationale: # - Add armv7h support +# - Modified to use a fixed git revision pkgname=nextpnr-git -pkgver=r2980.f67d474e +pkgver=r3206.f0e30abf +_commit=f0e30abf624ebf9984170b4b81e06e15e31ee4de pkgrel=1 pkgdesc='Portable FPGA place and route tool' arch=('armv7h' 'i686' 'x86_64') @@ -14,7 +15,7 @@ makedepends=('boost' 'cmake' 'eigen' 'git' 'icestorm' 'prjtrellis' 'prjtrellis-db') provides=('nextpnr') conflicts=('nextpnr') -source=('nextpnr::git+https://github.com/YosysHQ/nextpnr.git') +source=("nextpnr::git+https://github.com/YosysHQ/nextpnr.git#commit=${_commit}") sha256sums=('SKIP') pkgver() { |