misc/181967: Missing OpenMP functionality because of the new compiler defaults
Andras Horvarth
han at log69.com
Mon Sep 9 15:50:00 UTC 2013
>Number: 181967
>Category: misc
>Synopsis: Missing OpenMP functionality because of the new compiler defaults
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Sep 09 15:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Andras Horvarth
>Release: head
>Organization:
>Environment:
head
>Description:
aaphoto depends on the OpenMP functionality coming with libgomp from the GCC compiler tools. The head switching to Clang as a default compiler breaks this dependency.
>How-To-Repeat:
Try to install the aaphoto package from ports.
>Fix:
Install GCC.
Patch attached with submission follows:
*** Makefile.orig 2013-09-09 16:49:03.000000000 +0200
--- Makefile 2013-09-09 16:48:37.000000000 +0200
***************
*** 22,27 ****
--- 22,28 ----
LICENSE= GPLv3
USE_AUTOTOOLS= autoheader
+ USE_GCC= any
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-bugs
mailing list