From 76c7248451c764878a43768bb9c1c6dcd5ff2985 Mon Sep 17 00:00:00 2001 From: Mircho Rodozov Date: Tue, 28 Jul 2020 16:45:23 +0200 Subject: [PATCH] Remove codechecker external --- cmssw-tool-conf.spec | 1 - codechecker-toolfile.spec | 15 --------------- codechecker.spec | 38 -------------------------------------- 3 files changed, 54 deletions(-) delete mode 100644 codechecker-toolfile.spec delete mode 100644 codechecker.spec diff --git a/cmssw-tool-conf.spec b/cmssw-tool-conf.spec index 8265daa2280..30426def656 100644 --- a/cmssw-tool-conf.spec +++ b/cmssw-tool-conf.spec @@ -152,7 +152,6 @@ Requires: dablooms-toolfile # Only for Linux platform. %ifos linux -Requires: codechecker-toolfile Requires: gcc-checker-plugin-toolfile Requires: openldap-toolfile Requires: gperftools-toolfile diff --git a/codechecker-toolfile.spec b/codechecker-toolfile.spec deleted file mode 100644 index 740d5cca5c4..00000000000 --- a/codechecker-toolfile.spec +++ /dev/null @@ -1,15 +0,0 @@ -### RPM external codechecker-toolfile 1.0 -Requires: codechecker -%prep - -%build - -%install - -mkdir -p %i/etc/scram.d -cat << \EOF_TOOLFILE >%i/etc/scram.d/codechecker.xml - - - -EOF_TOOLFILE -## IMPORT scram-tools-post diff --git a/codechecker.spec b/codechecker.spec deleted file mode 100644 index 6882e12ee42..00000000000 --- a/codechecker.spec +++ /dev/null @@ -1,38 +0,0 @@ -### RPM external codechecker 0.1 -## INITENV +PATH LD_LIBRARY_PATH %i/lib64 - -%define tag d0f091c40569bf5b618f3e415a9b07fa6d9044fc -%define branch llvm10 -%define github_user cms-externals -Source: git+https://github.com/%github_user/CMSCodeChecker.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}.tgz - -BuildRequires: cmake -Requires: llvm - -%prep -%setup -n %n-%{realversion} - -%build -mkdir build -cd build - -cmake ../ \ - -DCMAKE_INSTALL_PREFIX=%{i} \ - -DLLVM_DIR=${LLVM_ROOT}/lib64/llvm \ - -DClang_DIR=${LLVM_ROOT}/lib64/clang \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_CXX_COMPILER=`which g++` \ - -DCMAKE_C_COMPILER=`which gcc` - -# Use makeprocess macro, it uses compiling_processes defined by -# build configuration file or build argument -make %makeprocesses VERBOSE=1 - -%install -cd build -make install -cd .. - -%define strip_files %i/lib -%define keep_archives true -