Index: head/games/leela-zero/Makefile =================================================================== --- head/games/leela-zero/Makefile (revision 523819) +++ head/games/leela-zero/Makefile (revision 523820) @@ -1,35 +1,35 @@ # $FreeBSD$ PORTNAME= leela-zero DISTVERSIONPREFIX= v DISTVERSION= 0.17 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MAINTAINER= yuri@FreeBSD.org COMMENT= Go engine without human-provided knowledge based on AlphaGo Zero paper LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= opencl>0:devel/opencl LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs \ libopenblas.so:math/openblas \ libOpenCL.so:devel/ocl-icd USES= cmake compiler:c++14-lang eigen:3 localbase qt:5 USE_GITHUB= yes GH_TUPLE= google:googletest:cafa9e5:gtest/gtest USE_QT= core widgets buildtools_build qmake_build CMAKE_ON= USE_BLAS BUILD_TESTING CMAKE_ARGS= -DBLAS_INCLUDE_DIRS:STRING=${LOCALBASE}/include PLIST_FILES= bin/autogtp \ bin/leelaz \ bin/validation do-test: @cd ${WRKSRC} && ${MKDIR} .build && ${CP} ../.build/tests .build && cd .build && ./tests .include Index: head/games/leela-zero/files/patch-src_Network.cpp =================================================================== --- head/games/leela-zero/files/patch-src_Network.cpp (revision 523819) +++ head/games/leela-zero/files/patch-src_Network.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- src/Network.cpp.orig 2019-06-09 23:58:33 UTC -+++ src/Network.cpp -@@ -475,7 +475,7 @@ void Network::select_precision(int channels) { - - void Network::initialize(int playouts, const std::string & weightsfile) { - #ifdef USE_BLAS --#ifndef __APPLE__ -+#if !defined(__APPLE__) && !defined(__FreeBSD__) - #ifdef USE_OPENBLAS - openblas_set_num_threads(1); - myprintf("BLAS Core: %s\n", openblas_get_corename()); Property changes on: head/games/leela-zero/files/patch-src_Network.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property