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

Update Boost version 1.78 #7616

Merged
merged 2 commits into from
Feb 11, 2022
Merged
Show file tree
Hide file tree
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
13 changes: 0 additions & 13 deletions boost-1.75.0-disable-statx.patch

This file was deleted.

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