forked from cms-sw/cmsdist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blackhat.spec
34 lines (27 loc) · 968 Bytes
/
blackhat.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
### RPM external blackhat 0.9.9
%define tag 3e8ac1f06ef3612088505de448c8e127157076a7
%define branch cms/v%{realversion}
%define github_user cms-externals
Source: git+https://github.com/%{github_user}/%{n}.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}-%{tag}.tgz
Requires: qd python3
%prep
%setup -n %{n}-%{realversion}
sed -i -e 's|else return Cached_OLHA_user_normal|else return new Cached_OLHA_user_normal|' src/cached_OLHA.cpp
# Update to detect aarch64 and ppc64le
rm -f ./config.{sub,guess}
%get_config_sub ./config.sub
%get_config_guess ./config.guess
chmod +x ./config.{sub,guess}
%build
PYTHON=$(which python3) ./configure --prefix=%i \
--with-QDpath=$QD_ROOT \
--enable-pythoninterface=no \
CXXFLAGS="-Wno-deprecated" \
LDFLAGS="-L${PYTHON3_ROOT}/lib"
make %{makeprocesses}
%install
make install
%post
%{relocateConfig}lib/blackhat/lib*.la
%{relocateConfig}bin/blackhat-config
%{relocateConfig}bin/dataInstall