From owner-svn-ports-all@freebsd.org Fri Jan 17 01:34:34 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C72CD1FC9F0; Fri, 17 Jan 2020 01:34:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47zNs64tysz3PZq; Fri, 17 Jan 2020 01:34:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A320FE88; Fri, 17 Jan 2020 01:34:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00H1YYw1094322; Fri, 17 Jan 2020 01:34:34 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00H1YY2g094321; Fri, 17 Jan 2020 01:34:34 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202001170134.00H1YY2g094321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 17 Jan 2020 01:34:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r523268 - head/misc/glow X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/misc/glow X-SVN-Commit-Revision: 523268 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jan 2020 01:34:34 -0000 Author: yuri Date: Fri Jan 17 01:34:34 2020 New Revision: 523268 URL: https://svnweb.freebsd.org/changeset/ports/523268 Log: misc/glow: Mark BROKEN for i386; Use LLVM_DEFAULT llvm-8.0 isn't necessary, and it causes conflicts with llvm-9.0 Reported by: fallout Modified: head/misc/glow/Makefile Modified: head/misc/glow/Makefile ============================================================================== --- head/misc/glow/Makefile Fri Jan 17 00:51:17 2020 (r523267) +++ head/misc/glow/Makefile Fri Jan 17 01:34:34 2020 (r523268) @@ -2,6 +2,7 @@ PORTNAME= glow DISTVERSION= g20200115 +PORTREVISION= 1 CATEGORIES= misc # machine-learning PKGNAMESUFFIX= -nn-compiler @@ -11,6 +12,8 @@ COMMENT= Machine learning compiler and execution engin LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_i386= non-constant-expression cannot be narrowed from type 'dim_t', see https://github.com/pytorch/glow/issues/4024 + LIB_DEPENDS= libLLVM-${LLVM_VER:R}.so:devel/llvm${LLVM_VER:S/.//} \ libglog.so:devel/glog \ libprotobuf.so:devel/protobuf @@ -32,7 +35,7 @@ CMAKE_OFF= GLOW_BUILD_EXAMPLES GLOW_BUILD_TESTS BINARY_ALIAS= python=${PYTHON_CMD} -LLVM_VER= 8.0 +LLVM_VER= ${LLVM_DEFAULT:C/(.)(.)/\1.\2/} do-install: # https://github.com/pytorch/glow/issues/3461 cd ${WRKSRC} && ${COPYTREE_SHARE} include ${STAGEDIR}${PREFIX}