From owner-svn-ports-all@freebsd.org Thu Dec 3 00:05:48 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 48AEA472764; Thu, 3 Dec 2020 00:05:48 +0000 (UTC) (envelope-from jbeich@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4CmbhX1b2Yz4TwG; Thu, 3 Dec 2020 00:05:48 +0000 (UTC) (envelope-from jbeich@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 1A9007FD6; Thu, 3 Dec 2020 00:05:48 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B305lnV075366; Thu, 3 Dec 2020 00:05:47 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B305lwS075364; Thu, 3 Dec 2020 00:05:47 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012030005.0B305lwS075364@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 3 Dec 2020 00:05:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r556866 - branches/2020Q4/devel/intel-graphics-compiler X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2020Q4/devel/intel-graphics-compiler X-SVN-Commit-Revision: 556866 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.34 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: Thu, 03 Dec 2020 00:05:48 -0000 Author: jbeich Date: Thu Dec 3 00:05:47 2020 New Revision: 556866 URL: https://svnweb.freebsd.org/changeset/ports/556866 Log: MFH: r556860 devel/intel-graphics-compiler: drop devel/llvm90 dependency Modified: branches/2020Q4/devel/intel-graphics-compiler/Makefile branches/2020Q4/devel/intel-graphics-compiler/distinfo Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/devel/intel-graphics-compiler/Makefile ============================================================================== --- branches/2020Q4/devel/intel-graphics-compiler/Makefile Thu Dec 3 00:01:25 2020 (r556865) +++ branches/2020Q4/devel/intel-graphics-compiler/Makefile Thu Dec 3 00:05:47 2020 (r556866) @@ -3,10 +3,12 @@ PORTNAME= intel-graphics-compiler DISTVERSIONPREFIX= igc- DISTVERSION= 1.0.5064 +PORTREVISION= 1 CATEGORIES= devel PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= d878880cbb3b.patch:-p1 # https://github.com/intel/intel-graphics-compiler/pull/129 +PATCHFILES+= cf887180a0e3.patch:-p1 # https://github.com/intel/intel-graphics-compiler/pull/156 MAINTAINER= jbeich@FreeBSD.org COMMENT= Intel Graphics Compiler for OpenCL @@ -27,13 +29,6 @@ GH_TUPLE= intel:vc-intrinsics:8300678:vcintrin/../vc-i CMAKE_OFF= INSTALL_SPIRVDLL CFLAGS+= -Wno-macro-redefined # __fastcall PLIST_SUB= ARCH_SUFX=${ARCH:S/i386/32/:S/amd//:S/x86_//} - -.if (exists(/usr/lib/clang/10.0.0) || exists(/usr/lib/clang/10.0.1) || exists(/usr/lib/clang/11.0.0)) && ${CXX} == c++ -# https://github.com/intel/intel-graphics-compiler/issues/126 -BUILD_DEPENDS+= clang++90:devel/llvm90 -USES:= ${USES:Ncompiler*} -CXX= clang++90 -.endif post-patch: # lang/python* don't install unsuffixed symlinks Modified: branches/2020Q4/devel/intel-graphics-compiler/distinfo ============================================================================== --- branches/2020Q4/devel/intel-graphics-compiler/distinfo Thu Dec 3 00:01:25 2020 (r556865) +++ branches/2020Q4/devel/intel-graphics-compiler/distinfo Thu Dec 3 00:05:47 2020 (r556866) @@ -5,3 +5,5 @@ SHA256 (intel-vc-intrinsics-8300678_GH0.tar.gz) = 0058 SIZE (intel-vc-intrinsics-8300678_GH0.tar.gz) = 97070 SHA256 (d878880cbb3b.patch) = f430b2da0d212594ce73f23b279a1435f08dea60f30ec35494411ab0dc0fcf70 SIZE (d878880cbb3b.patch) = 9088 +SHA256 (cf887180a0e3.patch) = 20c5afc646f61180880fc8e07abcd0feac04bfb190ab27d8af939d459b61a9a0 +SIZE (cf887180a0e3.patch) = 4191