aboutsummaryrefslogtreecommitdiff
path: root/games/leela-zero
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Upgrade math/eigen3 to 3.3.8;Thierry Thomas2020-12-121-1/+1
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=557839
* Bump 46 ports depending on math/openblas because the after the recent ↵Yuri Victorovich2020-05-061-1/+1
| | | | | | | math/openblas update the library name changed in openblas. Notes: svn path=/head/; revision=534185
* Fix math/openblas and bump dependent portsSteve Wills2020-01-301-1/+1
| | | | | | | | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=524642
* games/leela-zero: disable BLAS multi-threading after r523749Jan Beich2020-01-222-12/+1
| | | | | | | | | | Previously, openblas_set_num_threads wasn't available but libopenblas.so was single-threaded. PR: 231371 Notes: svn path=/head/; revision=523820
* math/openblas: Update to 0.3.7Steve Wills2020-01-211-2/+1
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=523749
* devel/boost-*: update to 1.72.0Jan Beich2019-12-111-1/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=519824
* devel/boost-*: update to 1.71.0Jan Beich2019-08-191-1/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=509290
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-131-2/+6
| | | | Notes: svn path=/head/; revision=508837
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* games/leela-zero: don't set -march=nativePiotr Kubaj2019-06-302-2/+2
| | | | | | | | | | | -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 Notes: svn path=/head/; revision=505453
* games/leela-zero: Add the patch preventing rejection of CPU-only OpenCL ↵Yuri Victorovich2019-06-122-0/+12
| | | | | | | providers Notes: svn path=/head/; revision=504045
* games/leela-zero: Fix build on some systems by removing -fltoYuri Victorovich2019-06-121-0/+16
| | | | | | | | | -flto causes failures: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238514 Reported by: fallout Notes: svn path=/head/; revision=504004
* New port: games/leela-zero: Go engine without human-provided knowledge based ↵Yuri Victorovich2019-06-106-0/+110
on AlphaGo Zero paper Notes: svn path=/head/; revision=503870