svn commit: r547220 - head/devel/intel-graphics-compiler

Jan Beich jbeich at FreeBSD.org
Tue Sep 1 00:52:56 UTC 2020


Author: jbeich
Date: Tue Sep  1 00:52:55 2020
New Revision: 547220
URL: https://svnweb.freebsd.org/changeset/ports/547220

Log:
  devel/intel-graphics-compiler: simplify vcintrin subdir

Modified:
  head/devel/intel-graphics-compiler/Makefile   (contents, props changed)

Modified: head/devel/intel-graphics-compiler/Makefile
==============================================================================
--- head/devel/intel-graphics-compiler/Makefile	Tue Sep  1 00:31:50 2020	(r547219)
+++ head/devel/intel-graphics-compiler/Makefile	Tue Sep  1 00:52:55 2020	(r547220)
@@ -23,9 +23,8 @@ USES=		bison cmake compiler:c++17-lang python:build
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 GH_ACCOUNT=	intel
-GH_TUPLE=	intel:vc-intrinsics:55124bb:vcintrin
+GH_TUPLE=	intel:vc-intrinsics:55124bb:vcintrin/../vc-intrinsics
 CMAKE_OFF=	INSTALL_SPIRVDLL
-CMAKE_ARGS=	-DVC_INTRINSICS_SRC:PATH="${WRKSRC_vcintrin}"
 CFLAGS+=	-Wno-macro-redefined # __fastcall
 PLIST_SUB=	ARCH_SUFX=${ARCH:S/i386/32/:S/amd//:S/x86_//}
 


More information about the svn-ports-all mailing list