Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
boost
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
rpms
boost
Commits
2aecd7e8
Commit
2aecd7e8
authored
2 years ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import boost-1.66.0-13.el8
parent
6670f286
Branches
r8-beta
Tags
imports/r8-beta/boost-1.66.0-13.el8
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
SOURCES/boost-1.66.0-bjam-build-flags.patch
+11
-2
11 additions, 2 deletions
SOURCES/boost-1.66.0-bjam-build-flags.patch
SPECS/boost.spec
+19
-1
19 additions, 1 deletion
SPECS/boost.spec
with
30 additions
and
3 deletions
SOURCES/boost-1.66.0-bjam-build-flags.patch
+
11
−
2
View file @
2aecd7e8
--- boost_1_66_0/tools/build/src/engine/build.jam~ 201
8-02-07 21:36:14.552201421
+0000
+++ boost_1_66_0/tools/build/src/engine/build.jam 20
18-02-07 21:36:29.014173266
+0
0
00
--- boost_1_66_0/tools/build/src/engine/build.jam~ 201
7-12-13 23:56:50.000000000
+0000
+++ boost_1_66_0/tools/build/src/engine/build.jam 20
22-06-22 15:14:26.976935832
+0
1
00
@@ -4,7 +4,7 @@
#~ http://www.boost.org/LICENSE_1_0.txt)
...
...
@@ -9,6 +9,15 @@
{
local values ;
for local x in $($(v))
@@ -54,7 +54,7 @@
! ( --debug in $(ARGV) ) &&
! ( --profile in $(ARGV) )
{
- ARGV += --release ;
+ # ARGV += --release ;
}
# Enable, and configure, Python hooks.
@@ -215,12 +215,12 @@
: -L$(--python-lib[1]) -l$(--python-lib[2]) ;
## GCC 2.x, 3.x, 4.x
...
...
This diff is collapsed.
Click to expand it.
SPECS/boost.spec
+
19
−
1
View file @
2aecd7e8
...
...
@@ -7,9 +7,16 @@
%global boost_docdir __tmp_docdir
%global boost_examplesdir __tmp_examplesdir
%if 0%{?flatpak}
# For bundling in Flatpak, currently build without mpich and openmpi,
# which aren't needed and cause prefix=/app errors.
%bcond_with mpich
%bcond_with openmpi
%else
# All arches have openmpi and mpich
%bcond_without mpich
%bcond_without openmpi
%endif
%ifnarch %{ix86} x86_64 ppc64le aarch64
%bcond_with context
...
...
@@ -27,7 +34,7 @@ Name: boost
Summary: The free peer-reviewed portable C++ source libraries
Version: 1.66.0
%global version_enc 1_66_0
Release: 1
0
%{?dist}
Release: 1
3
%{?dist}
License: Boost and MIT and Python
%global toplev_dirname %{name}_%{version_enc}
...
...
@@ -81,6 +88,7 @@ BuildRequires: m4
BuildRequires: libstdc++-devel
BuildRequires: bzip2-devel
BuildRequires: zlib-devel
BuildRequires: xz-devel
BuildRequires: python3-devel
BuildRequires: python3-numpy
BuildRequires: libicu-devel
...
...
@@ -1309,6 +1317,16 @@ fi
%{_mandir}/man1/bjam.1*
%changelog
* Wed Jun 22 2022 Jonathan Wakely <jwakely@redhat.com> - 1.66.0-13
- Remove unused libzstd-devel dependency (#2069831)
- Preserve hardening flags when building bjam
* Tue Jun 21 2022 Jonathan Wakely <jwakely@redhat.com> - 1.66.0-12
- Build with lzma and zstd support (#2069831)
* Wed Jan 20 2021 Stephan Bergmann <sbergman@redhat.com> - 1.66.0-11
- Disable openmpi and mpich for Flatpak-bundled builds (#1895928)
* Tue Aug 04 2020 Jonathan Wakely <jwakely@redhat.com> - 1.66.0-10
- Revert changes for s390x support in Boost.Context
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment