Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2013 15:44:46 GMT
From:      Andras Horvarth <han@log69.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/181967: Missing OpenMP functionality because of the new compiler defaults
Message-ID:  <201309091544.r89FikcD010951@oldred.freebsd.org>
Resent-Message-ID: <201309091550.r89Fo0mf039733@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309091544.r89FikcD010951>