Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 2021 17:58:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 252379] Mk/Uses/compiler.mk: remove USE_GCC=yes for compiler:openmp due to libomp.so is part of base since 11.3/12.1
Message-ID:  <bug-252379-6497-LXYO2h3vCj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-252379-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-252379-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252379

--- Comment #36 from Joseph Mingrone <jrm@freebsd.org> ---
(In reply to Christoph Moench-Tegeder from comment #35)
Thanks.  I'll use a similar patch to fix the amd64 build.  This one will
probably be acceptable upstream.

     if(CLANG AND APPLE)
         link_directories(${PROJECT_SOURCE_DIR}/libmac)
-    elseif (WIN32 OR UNIX)
+    elseif (WIN32 OR UNIX AND NOT ${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
         if (BINARY32)
             link_directories(${PROJECT_SOURCE_DIR}/lib32)
         else()

Switching to clang++ does break i386 builds because base clang doesn't have=
 64
bit atomic functions for i386 (see bug 230888). I'll probably just mark i386
broken, but if there is a single user running iqtree on i386, then I'll
investigate further.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252379-6497-LXYO2h3vCj>