From 904ef5c6c2c8f26c84309d71feed9f6fde9874b8 Mon Sep 17 00:00:00 2001 From: Arjan Mossel Date: Wed, 31 Jan 2024 22:42:25 +0100 Subject: [PATCH] New package: libclblast-1.6.1 --- common/shlibs | 1 + srcpkgs/libclblast-devel | 1 + srcpkgs/libclblast/template | 24 ++++++++++++++++++++++++ 3 files changed, 26 insertions(+) create mode 120000 srcpkgs/libclblast-devel create mode 100644 srcpkgs/libclblast/template diff --git a/common/shlibs b/common/shlibs index 71f172740e5c6..4fdc9b2d95e3f 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4272,3 +4272,4 @@ libsqsh.so.1 libsqsh-1.3.0_1 libunicode.so.0.4 libunicode-0.4.0_1 libunicode_ucd.so.0.4 libunicode-0.4.0_1 libunicode_loader.so.0.4 libunicode-0.4.0_1 +libclblast.so.1 libclblast-1.6.1_1 diff --git a/srcpkgs/libclblast-devel b/srcpkgs/libclblast-devel new file mode 120000 index 0000000000000..9b58e158aca6d --- /dev/null +++ b/srcpkgs/libclblast-devel @@ -0,0 +1 @@ +libclblast \ No newline at end of file diff --git a/srcpkgs/libclblast/template b/srcpkgs/libclblast/template new file mode 100644 index 0000000000000..df3740abfeca6 --- /dev/null +++ b/srcpkgs/libclblast/template @@ -0,0 +1,24 @@ +# Template file for 'libclblast' +pkgname=libclblast +version=1.6.1 +revision=1 +build_style=cmake +makedepends="ocl-icd-devel" +short_desc="Tuned OpenCL BLAS" +maintainer="Orphaned " +license="Apache-2.0" +homepage="https://cnugteren.github.io/clblast/clblast.html" +changelog="https://github.com/CNugteren/CLBlast/blob/master/CHANGELOG" +distfiles="https://github.com/CNugteren/CLBlast/archive/${version}.tar.gz" +checksum=e68d026108447cab53cb18d473b4363ab3958d7c8f97c522bbee1651069eec66 + +libclblast-devel_package() { + depends="${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove usr/lib/cmake + vmove "usr/lib/*.so" + } +}