mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-15 04:05:15 +03:00
30 lines
1.7 KiB
Diff
30 lines
1.7 KiB
Diff
From f57db79743c4d1a3553aa05cf95bcd10966030e6 Mon Sep 17 00:00:00 2001
|
|
From: Prathik Rao <prathik.rao@gmail.com>
|
|
Date: Thu, 29 May 2025 16:09:09 -0700
|
|
Subject: [PATCH] change dependency from gitlab eigen to github eigen-mirror
|
|
(#24884)
|
|
|
|
Fix for https://github.com/microsoft/onnxruntime/issues/24861
|
|
|
|
---------
|
|
|
|
Co-authored-by: Yulong Wang <7679871+fs-eire@users.noreply.github.com>
|
|
---
|
|
cmake/deps.txt | 4 +++-
|
|
1 file changed, 3 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/cmake/deps.txt b/cmake/deps.txt
|
|
index 728241840f723..6e045f6dcdc9d 100644
|
|
--- a/cmake/deps.txt
|
|
+++ b/cmake/deps.txt
|
|
@@ -22,7 +22,9 @@ dlpack;https://github.com/dmlc/dlpack/archive/5c210da409e7f1e51ddf445134a4376fdb
|
|
# it contains changes on top of 3.4.0 which are required to fix build issues.
|
|
# Until the 3.4.1 release this is the best option we have.
|
|
# Issue link: https://gitlab.com/libeigen/eigen/-/issues/2744
|
|
-eigen;https://gitlab.com/libeigen/eigen/-/archive/1d8b82b0740839c0de7f1242a3585e3390ff5f33/eigen-1d8b82b0740839c0de7f1242a3585e3390ff5f33.zip;5ea4d05e62d7f954a46b3213f9b2535bdd866803
|
|
+# Moved to github mirror to avoid gitlab issues.
|
|
+# Issue link: https://github.com/bazelbuild/bazel-central-registry/issues/4355
|
|
+eigen;https://github.com/eigen-mirror/eigen/archive/1d8b82b0740839c0de7f1242a3585e3390ff5f33/eigen-1d8b82b0740839c0de7f1242a3585e3390ff5f33.zip;05b19b49e6fbb91246be711d801160528c135e34
|
|
flatbuffers;https://github.com/google/flatbuffers/archive/refs/tags/v23.5.26.zip;59422c3b5e573dd192fead2834d25951f1c1670c
|
|
fp16;https://github.com/Maratyszcza/FP16/archive/0a92994d729ff76a58f692d3028ca1b64b145d91.zip;b985f6985a05a1c03ff1bb71190f66d8f98a1494
|
|
fxdiv;https://github.com/Maratyszcza/FXdiv/archive/63058eff77e11aa15bf531df5dd34395ec3017c8.zip;a5658f4036402dbca7cebee32be57fb8149811e1
|