pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

compiler-rt-git: Disable tests in standalone build



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Jul 5 19:42:22 2017 +0200
Changeset:	8142593ed2d193f290b208484f7ad67eaaf488b0

Modified Files:
	compiler-rt-git/Makefile

Log Message:
compiler-rt-git: Disable tests in standalone build

This is not supported right now.

Sponsored by <The NetBSD Foundation>

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8142593ed2d193f290b208484f7ad67eaaf488b0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 compiler-rt-git/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diffs:
diff --git a/compiler-rt-git/Makefile b/compiler-rt-git/Makefile
index 3034dbc1f9..d83ff99c3d 100644
--- a/compiler-rt-git/Makefile
+++ b/compiler-rt-git/Makefile
@@ -27,12 +27,14 @@ CMAKE_ARGS+=	-DCMAKE_C_COMPILER=${CC:Q}
 CMAKE_ARGS+=	-DCMAKE_CXX_COMPILER=${CXX:Q}
 CMAKE_ARGS+=	-DCOMPILER_RT_OS_DIR:STRING=${LOWER_OPSYS}${OS_VERSION:R}
 CMAKE_ARGS+=	-DCOMPILER_RT_INSTALL_PATH:STRING=lib/clang/${PKGVERSION_NOREV}
-CMAKE_ARGS+=	-DCOMPILER_RT_INCLUDE_TESTS:BOOL=ON
+#CMAKE_ARGS+=	-DCOMPILER_RT_INCLUDE_TESTS:BOOL=ON
+# Not supported in standalone build
+CMAKE_ARGS+=	-DCOMPILER_RT_INCLUDE_TESTS:BOOL=OFF
 
 PLIST_SUBST+=	COMPILER_RT_OS_DIR=${LOWER_OPSYS}${OS_VERSION:R}
 
-TEST_TARGET=		check-compiler-rt
-TEST_ENV+=		LD_LIBRARY_PATH=${WRKDIR}/build/lib
+#TEST_TARGET=		check-compiler-rt
+#TEST_ENV+=		LD_LIBRARY_PATH=${WRKDIR}/build/lib
 
 post-extract:
 	${RUN} mkdir -p ${WRKDIR}/build


Home | Main Index | Thread Index | Old Index