Skip to content

Commit

Permalink
Merge pull request #194 from vespa-engine/balder/build-onnxruntime-1.…
Browse files Browse the repository at this point in the history
…16.2

Build onnxruntime 1.16.2
  • Loading branch information
baldersheim authored Nov 9, 2023
2 parents 5321da0 + 1bc0749 commit 5cefe8a
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 268 deletions.
2 changes: 1 addition & 1 deletion build-dependencies/.copr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TOP = $(realpath $(dir $(lastword $(MAKEFILE_LIST))))
# Version
MAJOR=1
MINOR=2
PATCH=1
PATCH=2
RELEASE=1
PKGNAME=vespa-build-dependencies

Expand Down
6 changes: 3 additions & 3 deletions build-dependencies/vespa-build-dependencies.spec.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Requires: vespa-openblas-devel >= 0.3.21
Requires: vespa-openssl-devel >= 3.1.2
Requires: vespa-gtest = 1.13.0
Requires: vespa-lz4-devel >= 1.9.4-1
Requires: vespa-onnxruntime-devel = 1.16.1
Requires: vespa-onnxruntime-devel = 1.16.2
Requires: vespa-protobuf-devel = 3.21.12
Requires: vespa-toolset-12-meta >= 12.0.1
%endif
Expand All @@ -66,7 +66,7 @@ Requires: openblas-devel
Requires: openssl-devel
Requires: vespa-libzstd-devel >= 1.5.4-1
Requires: vespa-lz4-devel >= 1.9.4-1
Requires: vespa-onnxruntime-devel = 1.16.1
Requires: vespa-onnxruntime-devel = 1.16.2
Requires: vespa-protobuf-devel = 3.21.12
Requires: vespa-toolset-12-meta >= 12.0.1
%endif
Expand All @@ -85,7 +85,7 @@ Requires: openblas-devel
Requires: openssl-devel
Requires: protobuf-devel
Requires: vespa-lz4-devel >= 1.9.4-1
Requires: vespa-onnxruntime-devel = 1.16.1
Requires: vespa-onnxruntime-devel = 1.16.2
Requires: vespa-libzstd-devel >= 1.5.4-1

%endif
Expand Down
52 changes: 0 additions & 52 deletions onnxruntime-build-cuda/.copr/Makefile

This file was deleted.

This file was deleted.

196 changes: 0 additions & 196 deletions onnxruntime-build-cuda/vespa-onnxruntime.spec.tmpl

This file was deleted.

4 changes: 2 additions & 2 deletions onnxruntime/.copr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ TOP = $(realpath $(dir $(lastword $(MAKEFILE_LIST))))
# Version
MAJOR=1
MINOR=16
PATCH=1
RELEASE=3
PATCH=2
RELEASE=1
PKGNAME=vespa-onnxruntime

RPMTOPDIR=$(TOP)/rpmbuild
Expand Down
2 changes: 0 additions & 2 deletions onnxruntime/vespa-onnxruntime.spec.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Patch0: patches.use-origin-rpath-for-jni-library.diff
Patch1: patches.no-array-bounds.diff
Patch2: patches.use-gradle.diff
Patch3: patches.apply-cpuinfo.diff
Patch4: patches.no-asm-mrs.diff

%if 0%{?fedora} && !0%{?amzn}
BuildRequires: cmake
Expand Down Expand Up @@ -112,7 +111,6 @@ about packaging.
%patch1 -p1
%patch2 -p0
%patch3 -p1
%patch4 -p0

%build

Expand Down

0 comments on commit 5cefe8a

Please sign in to comment.