notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
leela-zero Go engine without human-provided knowledge based on AlphaGo Zero paper
0.17.30_7 games on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.17.30_6Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-06-10 01:37:20
Last Update: 2024-02-13 14:44:22
Commit Hash: db61653
License: GPLv2
WWW:
https://github.com/leela-zero/leela-zero
Description:
A Go program with no human provided knowledge. Using MCTS (but without Monte Carlo playouts) and a deep residual convolutional neural network stack. This is a fairly faithful reimplementation of the system described in the Alpha Go Zero paper "Mastering the Game of Go without Human Knowledge". For all intents and purposes, it is an open source AlphaGo Zero.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (6 items)
Collapse this list.
  1. bin/autogtp
  2. bin/leelaz
  3. bin/validation
  4. /usr/local/share/licenses/leela-zero-0.17.30_7/catalog.mk
  5. /usr/local/share/licenses/leela-zero-0.17.30_7/LICENSE
  6. /usr/local/share/licenses/leela-zero-0.17.30_7/GPLv2
Collapse this list.
Dependency lines:
  • leela-zero>0:games/leela-zero
To install the port:
cd /usr/ports/games/leela-zero/ && make install clean
To add the package, run one of these commands:
  • pkg install games/leela-zero
  • pkg install leela-zero
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: leela-zero
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1657669497 SHA256 (leela-zero-leela-zero-v0.17-30-ge3ed631_GH0.tar.gz) = 138a4f286c50277c5e5ea88addf3b3e82139e75bbd84b306b554a3e05c11d55c SIZE (leela-zero-leela-zero-v0.17-30-ge3ed631_GH0.tar.gz) = 1742019

Expand this list (2 items)

Collapse this list.

SHA256 (google-googletest-cafa9e5_GH0.tar.gz) = de929d57b8da874976473421fe562eb33764c836228c58e6ed5695900e06b640 SIZE (google-googletest-cafa9e5_GH0.tar.gz) = 970184

Collapse this list.


Packages (timestamps in pop-ups are UTC):
leela-zero
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.17.30_70.17.30_7-0.17.30_70.17.30_7---
FreeBSD:13:quarterly0.17.30_60.17.30_6-0.17.30_60.17.30_7-0.17.30_6-
FreeBSD:14:latest0.17.30_70.17.30_7-0.17.30_70.17.30_7---
FreeBSD:14:quarterly0.17.30_60.17.30_7-0.17.30_60.17.30_7-0.17.30_6-
FreeBSD:15:latest0.17.30_70.17.30_7n/a0.17.30_6n/a-0.17.30_60.17.30_7
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. opencl>0 : devel/opencl
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
  4. eigen3.pc : math/eigen3
  5. qt5-buildtools>=5.15 : devel/qt5-buildtools
  6. qt5-qmake>=5.15 : devel/qt5-qmake
Library dependencies:
  1. libboost_filesystem.so : devel/boost-libs
  2. libopenblas.so : math/openblas
  3. libOpenCL.so : devel/ocl-icd
  4. libQt5Core.so : devel/qt5-core
  5. libQt5Widgets.so : x11-toolkits/qt5-widgets
This port is required by:
for Run
  1. games/lizzie

Configuration Options:
No options to configure
Options name:
games_leela-zero
USES:
cmake compiler:c++14-lang eigen:3 localbase qt:5
pkg-message:
For install:
You installed leela-zero: the Go engine. You need at least one OpenCL provider installed in order for leela-zero to run. To see the list of OpenCL providers, install the 'clinfo' package and run: $ clinfo If 'clinfo' shows zero providers, you need to install some providers, for example: * pocl: for a simple CPU provider * beignet: for the Intel GPU provider * etc. You also need to download neural network weights using this command: $ fetch https://zero.sjeng.org/best-network -o /home/yuri/.local/share/leela-zero/
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/leela-zero/leela-zero/tar.gz/v0.17-30-ge3ed631?dummy=/
Collapse this list.

Number of commits found: 28

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.17.30_7
13 Feb 2024 14:44:22
commit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1e files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consumers after library update
0.17.30_6
12 Dec 2023 19:03:50
commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after the upgrade of OpenBLAS

PR:		273219
0.17.30_5
27 Sep 2023 14:36:30
commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost*: bump all consumers after 1.83.0
0.17.30_4
27 Apr 2023 18:25:55
commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all direct Boost cunsumers
0.17.30_3
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
0.17.30_2
16 Jan 2023 19:32:07
commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*:	bump libboost*.so libraries consumert after Boost upgrade
0.17.30_1
11 Sep 2022 10:20:14
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaeecommit hash: ddae4e92d8313a1461145e3b4f0232fe463feaeecommit hash: ddae4e92d8313a1461145e3b4f0232fe463feaeecommit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee files touched by this commit
Felix Palmen (zirias) search for other commits by this committer
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.17.30_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.17.30_1
12 Aug 2022 14:46:53
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
0.17.30
13 Jul 2022 01:18:01
commit hash: 53a8ee1f4fe8ec16f8a445c7686ec2060827ee27commit hash: 53a8ee1f4fe8ec16f8a445c7686ec2060827ee27commit hash: 53a8ee1f4fe8ec16f8a445c7686ec2060827ee27commit hash: 53a8ee1f4fe8ec16f8a445c7686ec2060827ee27 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
games/leela-zero: Add download-weights target; Add info to pkg-message
0.17.30
13 Jul 2022 00:00:49
commit hash: fff3b6b37a14235d6074a4c4173304bc1730c65ccommit hash: fff3b6b37a14235d6074a4c4173304bc1730c65ccommit hash: fff3b6b37a14235d6074a4c4173304bc1730c65ccommit hash: fff3b6b37a14235d6074a4c4173304bc1730c65c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
games/leela-zero: Update 0.17 -> 0.17-30
0.17_10
22 May 2022 20:17:16
commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost-all: bump all library consumers after boost upgrade

PR:	246106
0.17_9
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.17_9
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.17_9
12 Dec 2020 17:04:37
Revision:557839Original commit files touched by this commit
thierry search for other commits by this committer
- Upgrade math/eigen3 to 3.3.8;

- Add some dependencies which might be detected by Find_Package but not
registered;

- Bump PORTREVISION of consumers.

PR:		250833
Submitted by:	/me
Approved by:	tcberner@ (KDE / maintainer) + exp-run
0.17_8
06 May 2020 16:11:15
Revision:534185Original commit files touched by this commit
yuri search for other commits by this committer
Bump 46 ports depending on math/openblas because the after the recent
math/openblas update the library name changed in openblas.
0.17_7
30 Jan 2020 14:17:44
Revision:524642Original commit files touched by this commit
swills search for other commits by this committer
Fix math/openblas and bump dependent ports

* Fix build on i386 [1]
* Fix science/code_saturne build with new openblas [2]
* Avoid installing private headers [3]
* Prevent build from optimizing for host by correcting build confg [4]
* Bump portrevision of dependent ports [5]

This is correcting issues from r523749 [1][2][4] and r515970 [3]

PR:		231371
Reported by:	build cluster [1]
Reported by:	Dima Pasechnik <dimpase+freebsd@gmail.com> [2]
Reported by:	many [5]
Reviewed by:	mat, bapt
Approved by:	implicit, since this is a build fix
0.17_6
22 Jan 2020 16:58:45
Revision:523820Original commit files touched by this commit
jbeich search for other commits by this committer
games/leela-zero: disable BLAS multi-threading after r523749

Previously, openblas_set_num_threads wasn't available but libopenblas.so
was single-threaded.

PR:		231371
0.17_5
21 Jan 2020 22:03:19
Revision:523749Original commit files touched by this commit
swills search for other commits by this committer
math/openblas: Update to 0.3.7

While here, improve formatting and fix build of dependant ports.

PR:		231371
Submitted by:	yuri (initial version), pkubaj (ppc fixes)
Approved by:	Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer)
0.17_5
11 Dec 2019 17:53:49
Revision:519824Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.72.0

Changes:	http://www.boost.org/users/history/version_1_72_0.html
PR:		241449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D22136
0.17_4
19 Aug 2019 15:35:28
Revision:509290Original commit files touched by this commit
jbeich search for other commits by this committer
devel/boost-*: update to 1.71.0

Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
0.17_3
13 Aug 2019 16:03:12
Revision:508837Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories e-g)
0.17_3
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
0.17_2
30 Jun 2019 19:44:35
Revision:505453Original commit files touched by this commit
pkubaj search for other commits by this committer
games/leela-zero: don't set -march=native

-march=native breaks compilation on powerpc64 and we shouldn't optimize anyway
for the CPU in the build cluster.

PR:             238886
Approved by:    yuri (maintainer), tcberner (mentor)
Differential Revision:  https://reviews.freebsd.org/D20806
0.17_1
12 Jun 2019 22:23:18
Revision:504045Original commit files touched by this commit
yuri search for other commits by this committer
games/leela-zero: Add the patch preventing rejection of CPU-only OpenCL
providers
0.17
12 Jun 2019 06:57:03
Revision:504004Original commit files touched by this commit
yuri search for other commits by this committer
games/leela-zero: Fix build on some systems by removing -flto

-flto causes failures: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238514

Reported by:	fallout
0.17
10 Jun 2019 01:34:59
Revision:503870Original commit files touched by this commit
yuri search for other commits by this committer
New port: games/leela-zero: Go engine without human-provided knowledge based on
AlphaGo Zero paper

Number of commits found: 28