summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/clingo/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/clingo/PKGBUILD b/community/clingo/PKGBUILD
new file mode 100644
index 00000000..cf5c4a59
--- /dev/null
+++ b/community/clingo/PKGBUILD
@@ -0,0 +1,9 @@
+# see upstream: https://github.com/potassco/clingo/issues/57
+
+source+=("clang-libatomic.patch::https://github.com/potassco/clasp/commit/fe3e176e2813956000bb947479de2c3d80fe34be.patch")
+sha256sums+=('222b535ffd761c07c3652a3025180bcfb1f1b7504d7353048d5ce485a84c1a27')
+
+prepare() {
+ cd $pkgname-$pkgver/clasp
+ patch -p1 -i ../../clang-libatomic.patch
+}