Commit 58dfc61d authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed eigen-populate

parent 06898e7d
...@@ -5,6 +5,7 @@ all: ...@@ -5,6 +5,7 @@ all:
swapon swap swapon swap
tar xf onnxruntime-1.16.3.tar.gz tar xf onnxruntime-1.16.3.tar.gz
patch -Np1 -d onnxruntime-1.16.3 < onnxruntime-1.16.3-fix_eigen.patch
cd onnxruntime-1.16.3 && mkdir build cd onnxruntime-1.16.3 && mkdir build
cd onnxruntime-1.16.3/build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -Donnxruntime_BUILD_SHARED_LIB=ON -DBUILD_TESTING=OFF -Donnxruntime_BUILD_UNIT_TESTS=OFF ../cmake cd onnxruntime-1.16.3/build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -Donnxruntime_BUILD_SHARED_LIB=ON -DBUILD_TESTING=OFF -Donnxruntime_BUILD_UNIT_TESTS=OFF ../cmake
$(MAKE) -C onnxruntime-1.16.3/build $(MAKE) -C onnxruntime-1.16.3/build
......
diff -uNr onnxruntime-1.16.3/cmake/deps.txt onnxruntime-1.16.3-fix_eigen/cmake/deps.txt
--- onnxruntime-1.16.3/cmake/deps.txt 2023-11-18 15:28:21.000000000 +1030
+++ onnxruntime-1.16.3-fix_eigen/cmake/deps.txt 2025-06-21 18:26:41.669963797 +0930
@@ -11,7 +11,7 @@
cxxopts;https://github.com/jarro2783/cxxopts/archive/3c73d91c0b04e2b59462f0a741be8c07024c1bc0.zip;6c6ca7f8480b26c8d00476e0e24b7184717fe4f0
date;https://github.com/HowardHinnant/date/archive/refs/tags/v2.4.1.zip;ea99f021262b1d804a872735c658860a6a13cc98
dlpack;https://github.com/dmlc/dlpack/archive/refs/tags/v0.6.zip;4d565dd2e5b31321e5549591d78aa7f377173445
-eigen;https://gitlab.com/libeigen/eigen/-/archive/e7248b26a1ed53fa030c5c459f7ea095dfd276ac/eigen-e7248b26a1ed53fa030c5c459f7ea095dfd276ac.zip;be8be39fdbc6e60e94fa7870b280707069b5b81a
+eigen;https://gitlab.com/libeigen/eigen/-/archive/e7248b26a1ed53fa030c5c459f7ea095dfd276ac/eigen-e7248b26a1ed53fa030c5c459f7ea095dfd276ac.zip;32b145f525a8308d7ab1c09388b2e288312d8eba
flatbuffers;https://github.com/google/flatbuffers/archive/refs/tags/v1.12.0.zip;ba0a75fd12dbef8f6557a74e611b7a3d0c5fe7bf
fp16;https://github.com/Maratyszcza/FP16/archive/0a92994d729ff76a58f692d3028ca1b64b145d91.zip;b985f6985a05a1c03ff1bb71190f66d8f98a1494
fxdiv;https://github.com/Maratyszcza/FXdiv/archive/63058eff77e11aa15bf531df5dd34395ec3017c8.zip;a5658f4036402dbca7cebee32be57fb8149811e1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment