Skip to content

Commit cbf33f7

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

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

jupymake/riscv64.patch

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
--- PKGBUILD
2+
+++ PKGBUILD
3+
@@ -11,9 +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+
+source=(https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz
9+
+ jupymake-fix-compiler-cmdline.patch::https://patch-diff.githubusercontent.com/raw/sebasguts/JuPyMake/pull/5.patch)
10+
sha256sums=('4c756cd6a6056a20cd71f7b5e463c79dad0257241bbd32a40b750882fafdb545')
11+
12+
+prepare() {
13+
+ cd $_name-$pkgver
14+
+ patch -Np1 -i ../jupymake-fix-compiler-cmdline.patch
15+
+}
16+
+
17+
build() {
18+
cd $_name-$pkgver
19+
python -m build --wheel --no-isolation

0 commit comments

Comments
 (0)