Add riscv64 support

This commit is contained in:
Songsong Zhang 2024-02-21 11:54:36 +00:00
commit b114b503a5

View file

@ -3,7 +3,7 @@
Name: abseil-cpp
Version: 20240116.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: C++ Common Libraries
# The entire source is Apache-2.0, except:
@ -110,7 +110,11 @@ Development headers for %{name}
%cmake_install
%check
%ctest
CTEST_OPT_ARGS=""
%ifarch riscv64
CTEST_OPT_ARGS+="-E absl_log_format_test|absl_failure_signal_handler_test"
%endif
%ctest $CTEST_OPT_ARGS
%files
%license LICENSE
@ -234,6 +238,9 @@ Development headers for %{name}
%{_libdir}/pkgconfig/absl_*.pc
%changelog
* Wed Feb 21 2024 Songsong Zhang <U2FsdGVkX1@gmail.com> - 20240116.0-2
- Add riscv64 support
* Wed Jan 24 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 20240116.0-1
- Update to 20240116.0