From fb3d8e7c78bfdb2d4b3f28797022c1f32ddbbad5 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Tue, 10 Mar 2020 14:15:42 +0000 Subject: [PATCH] Mark BROKEN: fails to link [ 90%] Linking CXX executable vspaero ld: error: undefined symbol: __atomic_load >>> referenced by VSP_Solver.C >>> CMakeFiles/vspaero.dir/VSP_Solver.C.o:(.omp_outlined..205) ld: error: undefined symbol: __atomic_compare_exchange >>> referenced by VSP_Solver.C >>> CMakeFiles/vspaero.dir/VSP_Solver.C.o:(.omp_outlined..205) c++: error: linker command failed with exit code 1 (use -v to see invocation) Reported by: pkg-fallout --- cad/openvsp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile index 5c02ddaa56e0..8a1edc9273a0 100644 --- a/cad/openvsp/Makefile +++ b/cad/openvsp/Makefile @@ -13,6 +13,7 @@ LICENSE_NAME= NASA Open Source Agreement version 1.3 LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN= fails to link BROKEN_aarch64= fails to compile: invokes x86 asm LIB_DEPENDS= libdrm.so:graphics/libdrm \