summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 571451e27011..1de6da0f24d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,7 +37,7 @@ makedepends=(
'chrono-date'
'boost'
'eigen'
- 'flatbuffers'
+# 'flatbuffers'
'onednn'
're2'
'python-coloredlogs'
@@ -56,13 +56,13 @@ source=(
"git+https://github.com/microsoft/onnxruntime#tag=v${pkgver}"
'install-orttraining-files.diff'
'system-dnnl.diff'
- 'system-flatbuffers.patch'
+# 'system-flatbuffers.patch'
)
sha512sums=(
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
+# 'SKIP'
)
options=('debug')