View previous topic :: View next topic |
Author |
Message |
mv Watchman
Joined: 20 Apr 2005 Posts: 6780
|
Posted: Sun Sep 22, 2024 9:08 am Post subject: Heads up: gui-wm/wayfire requires now sys-devel/gcc[openmp] |
|
|
As the title says >=gui-wm/wayfire-0.9.0 does not compile (even fails to configure) when openmp is disabled on sys-devel/gcc.
This took me quite a while to detect, because I have a machine with only a single core which for this reason had -openmp globally.
I will not report a missing dependency on bugzilla, because adding dependencies on a particular compiler or compiler options appear to be wrong; probably not many people will run into this, anway. |
|
Back to top |
|
|
sam_ Developer
Joined: 14 Aug 2020 Posts: 1957
|
Posted: Sun Sep 22, 2024 9:10 am Post subject: |
|
|
You should, because:
a) there is a build system option for openmp which should be wired up;
b) there's a mechanism for at least detecting if the current compiler has OpenMP support and giving a nice message if not. |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22631
|
Posted: Sun Sep 22, 2024 3:27 pm Post subject: |
|
|
Even if you choose not to follow sam_'s request to report this, please post the specific messages that indicate this is the cause of the failure, so that future readers searching for that error will be led here. |
|
Back to top |
|
|
Zucca Moderator
Joined: 14 Jun 2007 Posts: 3692 Location: Rasi, Finland
|
Posted: Sun Sep 22, 2024 3:33 pm Post subject: |
|
|
Hm. I wonder how systems with llvm toolchain and no gcc will fare in compiling wayfire..? _________________ ..: Zucca :..
My gentoo installs: | init=/sbin/openrc-init
-systemd -logind -elogind seatd |
Quote: | I am NaN! I am a man! |
|
|
Back to top |
|
|
sam_ Developer
Joined: 14 Aug 2020 Posts: 1957
|
Posted: Sun Sep 22, 2024 3:49 pm Post subject: |
|
|
LLVM has libomp.
OP's reported it at bug 940040. |
|
Back to top |
|
|
|