Date: Tue, 1 Sep 2020 00:52:55 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547220 - head/devel/intel-graphics-compiler Message-ID: <202009010052.0810qtDI060951@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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_//}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009010052.0810qtDI060951>