Skip to content

Commit 9d93f0a

Browse files
Cryolitiafelixonmars
authored andcommitted
addpkg: openpgl 0.7.0-1
Port to simde Related: RenderKit/openpgl#20
1 parent b35ab7a commit 9d93f0a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

openpgl/riscv64.patch

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
--- PKGBUILD
2+
+++ PKGBUILD
3+
@@ -9,9 +9,16 @@ arch=('x86_64')
4+
url="https://github.com/openpathguidinglibrary/openpgl"
5+
license=('Apache')
6+
depends=('onetbb')
7+
-makedepends=('cmake' 'make' 'gcc' 'ninja')
8+
-source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenPathGuidingLibrary/openpgl/archive/refs/tags/v${pkgver}.tar.gz")
9+
-sha512sums=('f5482ddf13217f81936098101c9bc16e63c36f79500aef25d15f7725deb5578ace7cf82764fbdbf4b09262bdef69ed0bcf42e9886cae7129605b31fee0f918ff')
10+
+makedepends=('cmake' 'make' 'gcc' 'ninja' 'simde')
11+
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenPathGuidingLibrary/openpgl/archive/refs/tags/v${pkgver}.tar.gz"
12+
+ "use-simde.patch::https://github.com/Cryolitia-Forks/openpgl/commit/77074e2ff062a16ad20f071189dac56e6d075d52.patch")
13+
+sha512sums=('f5482ddf13217f81936098101c9bc16e63c36f79500aef25d15f7725deb5578ace7cf82764fbdbf4b09262bdef69ed0bcf42e9886cae7129605b31fee0f918ff'
14+
+ '4ba2fdd16104e3da16458bf25253085b42df4e305af1887e5c24f41ef0acdac23204f7c7a7ebd50a010dc17bf8bd3d8bd8cd572e47e9abad98ba923bca8221b2')
15+
+
16+
+prepare() {
17+
+ cd openpgl-$pkgver
18+
+ patch -Np1 -i ../use-simde.patch
19+
+}
20+
21+
build() {
22+
cd openpgl-$pkgver

0 commit comments

Comments
 (0)