Github messages for voidlinux
 help / color / mirror / Atom feed
From: shtayerc <shtayerc@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New packages: lc0-openblas, lc0-opencl
Date: Mon, 30 Mar 2020 19:49:51 +0200	[thread overview]
Message-ID: <20200330174951.JY7ndfbLLhMsznnwAnZYVzel399hrnpMZTbezMXFpqM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20392@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

There is an updated pull request by shtayerc against master on the void-packages repository

https://github.com/shtayerc/void-packages lc0
https://github.com/void-linux/void-packages/pull/20392

New packages: lc0-openblas, lc0-opencl


A patch file from https://github.com/void-linux/void-packages/pull/20392.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lc0-20392.patch --]
[-- Type: text/x-diff, Size: 3300 bytes --]

From 6a31a15f75424b7c05b464b49c707c99e676553f Mon Sep 17 00:00:00 2001
From: shtayerc <david.murko@mailbox.org>
Date: Mon, 30 Mar 2020 19:49:41 +0200
Subject: [PATCH 1/2] New package: lc0-openblas-0.24.1

---
 srcpkgs/lc0-openblas/template | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 srcpkgs/lc0-openblas/template

diff --git a/srcpkgs/lc0-openblas/template b/srcpkgs/lc0-openblas/template
new file mode 100644
index 00000000000..9a94ab2ec65
--- /dev/null
+++ b/srcpkgs/lc0-openblas/template
@@ -0,0 +1,33 @@
+# Template file for 'lc0-openblas'
+pkgname=lc0-openblas
+version=0.24.1
+revision=1
+wrksrc="lc0-${version}"
+build_style=meson
+configure_args="-Dgtest=false --buildtype=release"
+meson_builddir="build/release"
+_githash=5b8667e4ab51e18b2ea26ac221723d6dd8f95533
+hostmakedepends="tar pkg-config"
+makedepends="openblas-devel protobuf-devel zlib-devel"
+short_desc="UCI chess engine designed to play via neural network - OpenBLAS backend"
+maintainer="shtayerc <david.murko@mailbox.org>"
+license="GPL-3.0-only"
+homepage="http://lczero.org"
+distfiles="https://github.com/LeelaChessZero/lc0/archive/v${version}.tar.gz
+ https://github.com/LeelaChessZero/lczero-common/archive/${_githash}.tar.gz"
+checksum="6698e87f1b6e960322d026ab38c6bcc895112b5df30f37b2b1aaaf9e8ff1b33c
+ ed1012ee5cf86435b5c7fd72d177ee5679b454ef1b2c72825b0f5c437ad8be76"
+
+alternatives="lc0:lc0:/usr/bin/lc0-openblas"
+
+if [ "$CROSS_BUILD" ]; then
+	configure_args+=" -Dopenblas_include=${XBPS_CROSS_BASE}/usr/include/openblas/"
+fi
+
+post_extract() {
+	cp -a ../lczero-common-${_githash}/proto/ ./libs/lczero-common/
+}
+
+do_install() {
+	vbin build/release/lc0 lc0-openblas
+}

From 3bb51223246fc1600babdb606173993a97202cd8 Mon Sep 17 00:00:00 2001
From: shtayerc <david.murko@mailbox.org>
Date: Mon, 30 Mar 2020 19:49:56 +0200
Subject: [PATCH 2/2] New package: lc0-opencl-0.24.1

---
 srcpkgs/lc0-opencl/template | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 srcpkgs/lc0-opencl/template

diff --git a/srcpkgs/lc0-opencl/template b/srcpkgs/lc0-opencl/template
new file mode 100644
index 00000000000..e5e40f5c239
--- /dev/null
+++ b/srcpkgs/lc0-opencl/template
@@ -0,0 +1,29 @@
+# Template file for 'lc0-opencl'
+pkgname=lc0-opencl
+version=0.24.1
+revision=1
+wrksrc="lc0-${version}"
+build_style=meson
+configure_args="-Dgtest=false --buildtype=release"
+meson_builddir="build/release"
+_githash=5b8667e4ab51e18b2ea26ac221723d6dd8f95533
+hostmakedepends="tar pkg-config"
+makedepends="libatomic-devel ocl-icd-devel protobuf-devel zlib-devel"
+short_desc="UCI chess engine designed to play via neural network - OpenCL backend"
+maintainer="shtayerc <david.murko@mailbox.org>"
+license="GPL-3.0-only"
+homepage="http://lczero.org"
+distfiles="https://github.com/LeelaChessZero/lc0/archive/v${version}.tar.gz
+ https://github.com/LeelaChessZero/lczero-common/archive/${_githash}.tar.gz"
+checksum="6698e87f1b6e960322d026ab38c6bcc895112b5df30f37b2b1aaaf9e8ff1b33c
+ ed1012ee5cf86435b5c7fd72d177ee5679b454ef1b2c72825b0f5c437ad8be76"
+
+alternatives="lc0:lc0:/usr/bin/lc0-opencl"
+
+post_extract() {
+	cp -a ../lczero-common-${_githash}/proto/ ./libs/lczero-common/
+}
+
+do_install() {
+	vbin build/release/lc0 lc0-opencl
+}

       reply	other threads:[~2020-03-30 17:49 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20392@inbox.vuxu.org>
2020-03-30 17:49 ` shtayerc [this message]
2020-03-30 19:20 ` shtayerc
2020-03-30 19:50 ` shtayerc
2020-05-11 20:34 ` shtayerc
2020-05-11 20:39 ` shtayerc
2020-05-11 20:40 ` shtayerc
2020-05-12 16:19 ` [PR PATCH] [Updated] " shtayerc
2020-07-08  9:48 ` shtayerc
2020-07-08 10:04 ` shtayerc
2020-07-17 15:48 ` shtayerc
2020-09-06 10:00 ` shtayerc
2020-12-17 16:48 ` shtayerc
2021-02-23  7:44 ` shtayerc
2021-02-23  7:46 ` shtayerc
2021-08-08 21:34 ` ericonr
2021-08-10  9:44 ` [PR PATCH] [Updated] " shtayerc
2021-08-10 11:01 ` [PR PATCH] [Updated] New package: lc0 shtayerc
2021-08-10 17:18 ` shtayerc
2021-08-10 17:24 ` [PR REVIEW] " ericonr
2021-08-10 17:24 ` ericonr
2021-08-10 17:24 ` ericonr
2021-08-10 17:24 ` ericonr
2021-08-10 17:24 ` ericonr
2021-08-10 17:24 ` ericonr
2021-08-10 18:06 ` [PR PATCH] [Updated] " shtayerc
2021-08-10 18:11 ` [PR REVIEW] " shtayerc
2021-08-10 18:18 ` ericonr
2021-08-10 19:33 ` [PR PATCH] [Updated] " shtayerc
2021-08-10 19:37 ` [PR REVIEW] " shtayerc
2021-08-10 19:56 ` ericonr
2021-08-10 20:00 ` ericonr
2021-08-10 20:04 ` ericonr
2021-08-10 20:08 ` ericonr
2021-08-11  6:21 ` shtayerc
2021-08-28  5:57 ` [PR PATCH] [Updated] " shtayerc
2021-08-28 20:06 ` shtayerc
2021-11-14  8:15 ` [PR REVIEW] " ericonr
2021-11-14  9:01 ` [PR PATCH] [Updated] " shtayerc
2021-11-18 17:48 ` [PR REVIEW] " shtayerc
2021-11-19  1:53 ` [PR PATCH] [Merged]: " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200330174951.JY7ndfbLLhMsznnwAnZYVzel399hrnpMZTbezMXFpqM@z \
    --to=shtayerc@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).