summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbe14e63c872..1fb2f88b389f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,11 +44,12 @@ build() {
make
}
-check() {
- cd "$_pkgname/build"
-
- make check-libomp
-}
+#check() {
+# # Requires llvm-lit
+# cd "$_pkgname/build"
+#
+# make check-libomp
+#}
package() {
cd "$_pkgname"