!361 【20.03-SP4】将isl版本从isl-0.21更改为isl-0.16.1修复deja测试问题
From: @zhaoshujian Reviewed-by: @li-yancheng Signed-off-by: @li-yancheng
This commit is contained in:
commit
0aeea23545
9
gcc.spec
9
gcc.spec
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
%global gcc_version 7.3.0
|
%global gcc_version 7.3.0
|
||||||
%global isl_version 0.21
|
%global isl_version 0.16.1
|
||||||
%global cloog_version 0.18.4
|
%global cloog_version 0.18.4
|
||||||
|
|
||||||
%define compat_gcc_provides 7777777
|
%define compat_gcc_provides 7777777
|
||||||
@ -41,12 +41,12 @@ Version: 7.3.0
|
|||||||
# number 2020033101 meaning the openEuler 20.03 release date plus 01 to
|
# number 2020033101 meaning the openEuler 20.03 release date plus 01 to
|
||||||
# replace DATE and will never change it in the future.
|
# replace DATE and will never change it in the future.
|
||||||
%global openEulerDATE 2020033101
|
%global openEulerDATE 2020033101
|
||||||
Release: %{openEulerDATE}.54
|
Release: %{openEulerDATE}.55
|
||||||
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
|
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
#Source0: hcc-aarch64-linux-release.tar.bz2
|
#Source0: hcc-aarch64-linux-release.tar.bz2
|
||||||
Source0: gcc-%{version}.tar.gz
|
Source0: gcc-%{version}.tar.gz
|
||||||
Source1: isl-%{isl_version}.tar.bz2
|
Source1: isl-%{isl_version}.tar.xz
|
||||||
Source2: cloog-%{cloog_version}.tar.gz
|
Source2: cloog-%{cloog_version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: gmp libmpc-devel mpfr gmp-devel glibc-headers gcc-c++ mpfr-devel
|
BuildRequires: gmp libmpc-devel mpfr gmp-devel glibc-headers gcc-c++ mpfr-devel
|
||||||
@ -3364,6 +3364,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 24 2023 zhaoshujian <zhaoshujian@huawei.com> - 7.3.0-2020033101.55
|
||||||
|
- Change isl version from isl-0.21 to isl-0.16.1 to fix the deja test ice.
|
||||||
|
|
||||||
* Tue Nov 21 2023 eastb233 <xiezhiheng@huawei.com> - 7.3.0-2020033101.54
|
* Tue Nov 21 2023 eastb233 <xiezhiheng@huawei.com> - 7.3.0-2020033101.54
|
||||||
- Delete several patches which cause some failures.
|
- Delete several patches which cause some failures.
|
||||||
|
|
||||||
|
|||||||
BIN
isl-0.16.1.tar.xz
Normal file
BIN
isl-0.16.1.tar.xz
Normal file
Binary file not shown.
BIN
isl-0.21.tar.bz2
BIN
isl-0.21.tar.bz2
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user