Skip to content

Commit c1f0f4e

Browse files
kxxtfelixonmars
authored andcommitted
addpatch: jupymake
See the [upstreamed PR](sebasguts/JuPyMake#5) for more context.
1 parent c18a7b4 commit c1f0f4e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

jupymake/riscv64.patch

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
--- PKGBUILD
2+
+++ PKGBUILD
3+
@@ -11,8 +11,15 @@ url='https://github.com/sebasguts/JuPyMake'
4+
license=(GPL2)
5+
depends=(python polymake)
6+
makedepends=(python-build python-installer python-setuptools python-wheel)
7+
-source=(https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz)
8+
-sha256sums=('4c756cd6a6056a20cd71f7b5e463c79dad0257241bbd32a40b750882fafdb545')
9+
+source=(https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz
10+
+ jupymake-fix-compiler-cmdline.patch::https://patch-diff.githubusercontent.com/raw/sebasguts/JuPyMake/pull/5.patch)
11+
+sha256sums=('4c756cd6a6056a20cd71f7b5e463c79dad0257241bbd32a40b750882fafdb545'
12+
+ 'd379f8b7e61f535653d5a43d2084a51414d63185317ec4fdeec04425021f6b5c')
13+
+
14+
+prepare() {
15+
+ cd $_name-$pkgver
16+
+ patch -Np1 -i ../jupymake-fix-compiler-cmdline.patch
17+
+}
18+
19+
build() {
20+
cd $_name-$pkgver

0 commit comments

Comments
 (0)