summaryrefslogtreecommitdiff
path: root/pcr/icestorm-git
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-03-06 22:30:31 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-03-07 22:10:13 +0100
commite2adba11ae50e3cc21fbb3cf9c0fb2b82573094d (patch)
tree11a20b5fee733fdf0a93f5cd16745e48ef40cb5a /pcr/icestorm-git
parent4fa5fca32cb65760b1df29dcd05823cf7fbaee09 (diff)
downloadabslibre-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/icestorm-git')
-rw-r--r--pcr/icestorm-git/PKGBUILD15
1 files changed, 12 insertions, 3 deletions
diff --git a/pcr/icestorm-git/PKGBUILD b/pcr/icestorm-git/PKGBUILD
index 318127631..9d316213e 100644
--- a/pcr/icestorm-git/PKGBUILD
+++ b/pcr/icestorm-git/PKGBUILD
@@ -1,9 +1,18 @@
# 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
+# TODO: Bugreport about the broken build with
+# c1d7ef8b529953bb38f575930eca662d714385abx
pkgname=icestorm-git
-pkgver=r774.7afc64b
+pkgver=20210306
+# c1d7ef8b529953bb38f575930eca662d714385ab broke the build with the following
+# error, so we use the commit right before it:
+# icetime.cc: In function ‘std::string ecnetname_to_vlog(std::string)’:
+# icetime.cc:1313:15: error: ‘invalid_argument’ in namespace ‘std’ does not name a type
+# 1313 | } catch(std::invalid_argument &e) { // Not numeric and stoi throws exception
+# | ^~~~~~~~~~~~~~~~
+_commit=4cdf41c8408c092e69b819bdbad5a39c1e43943b
pkgrel=1
pkgdesc="Lattice iCE40 FPGAs Bitstream Documentation (Reverse Engineered)"
arch=('armv7h' 'i686' 'x86_64')
@@ -13,7 +22,7 @@ depends=('python' 'libftdi-compat')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=('git+https://github.com/cliffordwolf/icestorm.git')
+source=("git+https://github.com/cliffordwolf/icestorm.git#commit=${_commit}")
md5sums=('SKIP')
_prefix="/usr"