Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pyrados-build
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Bruce Flynn
pyrados-build
Commits
00c692be
Commit
00c692be
authored
6 years ago
by
Bruce Flynn
Browse files
Options
Downloads
Patches
Plain Diff
make sure libpython is not linked
parent
5fe26ab4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+4
-0
4 additions, 0 deletions
Dockerfile
ldflag.patch
+4
-0
4 additions, 0 deletions
ldflag.patch
with
8 additions
and
0 deletions
Dockerfile
+
4
−
0
View file @
00c692be
...
...
@@ -7,6 +7,7 @@ RUN yum install -y epel-release && \
git
\
ceph-common
\
librados-devel
\
patch
\
bzip2
\
centos-release-scl
RUN
yum
install
-y
devtoolset-7-gcc-c++
...
...
@@ -26,6 +27,9 @@ WORKDIR /ceph/src/pybind/rados
RUN
mkdir
-p
/wheelhouse
COPY
build.sh .
COPY
ldflag.patch .
RUN
patch setup.py ldflag.patch
RUN
conda create
-n
py27
"python <3"
cython wheel
&&
\
rm
-rf
build dist
&&
\
scl
enable
devtoolset-7
"./build.sh py27"
...
...
This diff is collapsed.
Click to expand it.
ldflag.patch
0 → 100644
+
4
−
0
View file @
00c692be
49c49
< if ldflag.startswith('-l'):
---
> if ldflag.startswith('-l') and not ldflag.startswith('-lpython'):
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