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

[GCC 8.4] Update GCC to 8.4.0 #5704

Merged
merged 4 commits into from
May 7, 2020
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion OpenBLAS.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### RPM external OpenBLAS 0.3.7
### RPM external OpenBLAS 0.3.9
Source: https://github.com/xianyi/OpenBLAS/archive/v%{realversion}.tar.gz

# Will be part of future release
2 changes: 1 addition & 1 deletion cmake.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### RPM external cmake 3.14.5
### RPM external cmake 3.17.0
%define downloaddir %(echo %realversion | cut -d. -f1,2)
Source: http://www.cmake.org/files/v%{downloaddir}/%n-%realversion.tar.gz
Requires: bz2lib curl expat zlib
2 changes: 1 addition & 1 deletion gmake.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### RPM external gmake 4.2.1
### RPM external gmake 4.3
Source: ftp://ftp.gnu.org/gnu/make/make-%{realversion}.tar.gz

%prep
4 changes: 2 additions & 2 deletions gmp-static.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### RPM external gmp-static 6.1.0
### RPM external gmp-static 6.2.0

Source: http://davidlt.web.cern.ch/davidlt/vault/gmp-%{realversion}.tar.bz2
Source: https://ftp.gnu.org/gnu/gmp/gmp-%realversion.tar.xz

BuildRequires: autotools

4 changes: 2 additions & 2 deletions gmp.spec
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
### RPM external gmp 6.1.2
Source: ftp://mirrors.kernel.org/gnu/%n/%n-%realversion.tar.xz
### RPM external gmp 6.2.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we have any thing using this? I mean any package depends on gmp or all of our packages use gmp-static?

Copy link
Contributor Author

@mrodozov mrodozov Mar 31, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only in this file:
cmssw-queue-override.file

%if "%(case %realversion in (*_ICC_X*) echo true ;; (*) echo false ;; esac)" == "true"                                                                                    
%define gitcommit       %(echo %realversion | sed -e 's|_ICC_X|_X|')                                                                                                      
%define scram_compiler  icc                                                                                                                                               
%define extra_tools     mpfr gmp icc-cxxcompiler icc-f77compiler icc-ccompiler                                                                                            
%endif 

icc is using it somehow
also there is elfutils.spec not used by anything.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this gmp tool is defined in gmp-static ( https://github.com/cms-sw/cmsdist/blob/IB/CMSSW_11_1_X/master/gmp-static-toolfile.spec ) , so I think no one is using gmp.spec. So better to delete it.

Source: https://ftp.gnu.org/gnu/%n/%n-%realversion.tar.xz
2 changes: 1 addition & 1 deletion libxml2.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### RPM external libxml2 2.9.9
### RPM external libxml2 2.9.10
Source: ftp://xmlsoft.org/%{n}/%{n}-%{realversion}.tar.gz
%define strip_files %{i}/lib/lib* %{i}/bin/{xmlcatalog,xmllint}
%define drop_files %{i}/share/{man,doc,gtk-doc}
2 changes: 1 addition & 1 deletion lz4.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### RPM external lz4 1.9.1
### RPM external lz4 1.9.2

%define github_user lz4
Source: https://github.com/%{github_user}/%{n}/archive/v%{realversion}.tar.gz
2 changes: 1 addition & 1 deletion mpfr-static.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### RPM external mpfr-static 4.0.1
### RPM external mpfr-static 4.0.2

Source: http://www.mpfr.org/mpfr-%{realversion}/mpfr-%{realversion}.tar.bz2

2 changes: 1 addition & 1 deletion nasm.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### RPM external nasm 2.11.02
### RPM external nasm 2.14.02
Source: http://www.nasm.us/pub/nasm/releasebuilds/%{realversion}/%{n}-%{realversion}.tar.bz2

%prep
2 changes: 1 addition & 1 deletion zstd.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### RPM external zstd 1.4.0
### RPM external zstd 1.4.4
## INITENV SETV ZSTD_SOURCE %{source0}
## INITENV SETV ZSTD_STRIP_PREFIX %{source_prefix}