Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TF2.15: Apply abseil aarch64 patch #9341

Merged
merged 1 commit into from
Aug 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion abseil-cpp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
## INCLUDE cpp-standard

Source: https://github.com/abseil/abseil-cpp/archive/%{realversion}.tar.gz

Source2: https://patch-diff.githubusercontent.com/raw/abseil/abseil-cpp/pull/1732.diff
BuildRequires: cmake gmake

%prep
%setup -n %{n}-%{realversion}
patch -p1 <%{_sourcedir}/1732.diff

%build
rm -rf ../build
Expand Down
2 changes: 1 addition & 1 deletion tensorflow-sources.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### RPM external tensorflow-sources 2.15.0
%define tag 76adab72b874c49eaaca0ea18e246d9309aa2b82
%define tag 3f5b9e20a2e5f678f79baffc9c2a59ac554053b2
%define branch cms/v%{realversion}
%define github_user cms-externals
%define build_type opt
Expand Down