From owner-dev-commits-ports-main@freebsd.org Mon Aug 9 19:48:45 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 B676865B2B6; Mon, 9 Aug 2021 19:48:45 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gk68Y3NNpz3LsQ; Mon, 9 Aug 2021 19:48:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 59EEC6118; Mon, 9 Aug 2021 19:48:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 179JmjB2062399; Mon, 9 Aug 2021 19:48:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 179Jmjvj062398; Mon, 9 Aug 2021 19:48:45 GMT (envelope-from git) Date: Mon, 9 Aug 2021 19:48:45 GMT Message-Id: <202108091948.179Jmjvj062398@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jan Beich Subject: git: 338664054163 - main - devel/vc-intrinsics: add new port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3386640541634bf00c85a63eb409dd1262296291 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2021 19:48:45 -0000 The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=3386640541634bf00c85a63eb409dd1262296291 commit 3386640541634bf00c85a63eb409dd1262296291 Author: Jan Beich AuthorDate: 2021-07-29 19:22:29 +0000 Commit: Jan Beich CommitDate: 2021-08-09 19:47:44 +0000 devel/vc-intrinsics: add new port VC Intrinsics project contains a set of new intrinsics on top of core LLVM IR instructions that represent SIMD semantics of a program targeting GPU. https://github.com/intel/vc-intrinsics --- devel/Makefile | 1 + devel/vc-intrinsics/Makefile | 35 +++++++++++++++++++++++++++++++++++ devel/vc-intrinsics/distinfo | 3 +++ devel/vc-intrinsics/pkg-descr | 5 +++++ 4 files changed, 44 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 34c29bebb39f..df746d93be4b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7036,6 +7036,7 @@ SUBDIR += varconf SUBDIR += vasm SUBDIR += vc + SUBDIR += vc-intrinsics SUBDIR += vcglib SUBDIR += vera++ SUBDIR += vexcl diff --git a/devel/vc-intrinsics/Makefile b/devel/vc-intrinsics/Makefile new file mode 100644 index 000000000000..2fc2c61746ab --- /dev/null +++ b/devel/vc-intrinsics/Makefile @@ -0,0 +1,35 @@ +PORTNAME= vc-intrinsics +PORTVERSION= s20210730 +CATEGORIES= devel +PKGNAMESUFFIX= -${FLAVOR} + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= LLVM intrinsics for SIMD on GPU + +LICENSE= MIT + +FLAVORS= ${12 11 10 90 80 70:L:S/^/llvm/} + +BUILD_DEPENDS= ${FLAVOR}>0:devel/${FLAVOR} + +USES= cmake compiler:c++11-lib +USE_GITHUB= yes +GH_ACCOUNT= intel +GH_TAGNAME= 05d3f3d +CMAKE_ARGS= -DLLVM_DIR:PATH="${LOCALBASE}/${FLAVOR}" +CMAKE_INSTALL_PREFIX= ${PREFIX}/${FLAVOR} +_PLIST_FILES= include/llvm/GenXIntrinsics/GenXIntrOpts.h \ + include/llvm/GenXIntrinsics/GenXIntrinsicDescription.gen \ + include/llvm/GenXIntrinsics/GenXIntrinsicInst.h \ + include/llvm/GenXIntrinsics/GenXIntrinsics.h \ + include/llvm/GenXIntrinsics/GenXMetadata.h \ + include/llvm/GenXIntrinsics/GenXSPIRVReaderAdaptor.h \ + include/llvm/GenXIntrinsics/GenXSPIRVWriterAdaptor.h \ + include/llvm/GenXIntrinsics/GenXSimdCFLowering.h \ + include/llvm/GenXIntrinsics/GenXVersion.h \ + lib/cmake/LLVMGenXIntrinsics/LLVMGenXIntrinsicsConfig-%%CMAKE_BUILD_TYPE%%.cmake \ + lib/cmake/LLVMGenXIntrinsics/LLVMGenXIntrinsicsConfig.cmake \ + lib/libLLVMGenXIntrinsics.a +PLIST_FILES= ${_PLIST_FILES:S,^,${FLAVOR}/,} + +.include diff --git a/devel/vc-intrinsics/distinfo b/devel/vc-intrinsics/distinfo new file mode 100644 index 000000000000..7f6afe2a8395 --- /dev/null +++ b/devel/vc-intrinsics/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1627586549 +SHA256 (intel-vc-intrinsics-s20210730-05d3f3d_GH0.tar.gz) = 7d3df322a91ea9d95ef606b9d5a2580d6deb426f779ba921ae3a799a5e642c4f +SIZE (intel-vc-intrinsics-s20210730-05d3f3d_GH0.tar.gz) = 126560 diff --git a/devel/vc-intrinsics/pkg-descr b/devel/vc-intrinsics/pkg-descr new file mode 100644 index 000000000000..5dd07512a175 --- /dev/null +++ b/devel/vc-intrinsics/pkg-descr @@ -0,0 +1,5 @@ +VC Intrinsics project contains a set of new intrinsics on top of core +LLVM IR instructions that represent SIMD semantics of a program +targeting GPU. + +WWW: https://github.com/intel/vc-intrinsics