1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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
This commit is contained in:
Antoine Brodin 2020-03-10 14:15:42 +00:00
parent b7fa319e34
commit fb3d8e7c78
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528169

View File

@ -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 \