Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Pirogov
aports
Commits
4a696c3d
Commit
4a696c3d
authored
6 years ago
by
Andy Postnikov
Browse files
Options
Downloads
Patches
Plain Diff
community/py-greenlet: add ppc64le patch
parent
bf60f35f
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/py-greenlet/APKBUILD
+4
-2
4 additions, 2 deletions
community/py-greenlet/APKBUILD
community/py-greenlet/ppc64le_clobbering.patch
+10
-0
10 additions, 0 deletions
community/py-greenlet/ppc64le_clobbering.patch
with
14 additions
and
2 deletions
community/py-greenlet/APKBUILD
+
4
−
2
View file @
4a696c3d
...
@@ -11,7 +11,8 @@ license="MIT"
...
@@ -11,7 +11,8 @@ license="MIT"
depends
=
""
depends
=
""
makedepends
=
"python2-dev py-setuptools python3-dev"
makedepends
=
"python2-dev py-setuptools python3-dev"
subpackages
=
"py3-
${
pkgname
/py-/
}
:_py3 py2-
${
pkgname
/py-/
}
:_py2"
subpackages
=
"py3-
${
pkgname
/py-/
}
:_py3 py2-
${
pkgname
/py-/
}
:_py2"
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz
ppc64le_clobbering.patch"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
...
@@ -50,4 +51,5 @@ _py3() {
...
@@ -50,4 +51,5 @@ _py3() {
_py python3
_py python3
}
}
sha512sums
=
"a3b7856aadc988fe153f5cf62552dd6219358f35ee2ca136e5eb5c9871cb7545986753af299e6b3e95877e9aa564559e95c548785f78e680766630b047a1ec89 greenlet-0.4.15.tar.gz"
sha512sums
=
"a3b7856aadc988fe153f5cf62552dd6219358f35ee2ca136e5eb5c9871cb7545986753af299e6b3e95877e9aa564559e95c548785f78e680766630b047a1ec89 greenlet-0.4.15.tar.gz
3770c57f6a2cf36d33a5d39d5a3d12596a5b3255727fa24b6a7f1c18eda18c491ad140ff12bc804e818975e31461ff37d6705448de7ed7a0e5c3cd60137962d9 ppc64le_clobbering.patch"
This diff is collapsed.
Click to expand it.
community/py-greenlet/ppc64le_clobbering.patch
0 → 100644
+
10
−
0
View file @
4a696c3d
--- greenlet-0.4.15/platform/switch_ppc64_linux.h.a
+++ greenlet-0.4.15/platform/switch_ppc64_linux.h
@@ -66,7 +66,6 @@
#define REGS_TO_SAVE "r14", "r15", "r16", "r17", "r18", "r19", "r20", \
"r21", "r22", "r23", "r24", "r25", "r26", "r27", "r28", "r29", \
- "r31", \
"fr14", "fr15", "fr16", "fr17", "fr18", "fr19", "fr20", "fr21", \
"fr22", "fr23", "fr24", "fr25", "fr26", "fr27", "fr28", "fr29", \
"fr30", "fr31", \
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