Skip to content
Merged
Changes from all commits
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
7 changes: 3 additions & 4 deletions boost.spec
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
### RPM external boost 1.75.0
### RPM external boost 1.78.0
## INCLUDE compilation_flags
%define tag 3defebd61ecb0970c0046c85384bb34ec9572ac3
%define tag 7f597ea02d8a714076157b4bf65fa8e5752b8468
%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}.tgz
Patch0: boost-1.75.0-disable-statx
Requires: python3 bz2lib zlib openmpi xz zstd

%prep
%setup -n %{n}-%{realversion}
%patch0 -p1

%build
case %cmsos in
Expand All @@ -36,6 +34,7 @@ echo "using python : ${PYTHONV3} : ${PYTHON3_ROOT}/bin/python3 : ${PYTHON3_ROOT}

b2 -q \
-d2 \
define=BOOST_FILESYSTEM_DISABLE_STATX \
%{makeprocesses} \
--build-dir=build-boost \
--disable-icu \
Expand Down