From owner-freebsd-current@FreeBSD.ORG Wed Jan 29 15:17:15 2014 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 175498FE for ; Wed, 29 Jan 2014 15:17:15 +0000 (UTC) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D873914DF for ; Wed, 29 Jan 2014 15:17:14 +0000 (UTC) Received: from dhcp-172-17-155-123.eduroam.lapwing.private.cam.ac.uk (global-1-26.nat.csx.cam.ac.uk [131.111.184.26]) (authenticated bits=0) by theravensnest.org (8.14.5/8.14.5) with ESMTP id s0TFGos2092672 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 29 Jan 2014 15:16:51 GMT (envelope-from theraven@FreeBSD.org) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) Subject: Re: [OT] ta-spring From: David Chisnall In-Reply-To: <52E91955.9030406@gmx.net> Date: Wed, 29 Jan 2014 15:16:44 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20140129022743.GO52820@hades.panopticon> <7B2C5E6B-C845-4AFB-845F-AAF6F3C1F239@FreeBSD.org> <20140129144518.GR52820@hades.panopticon> <52E91955.9030406@gmx.net> To: Michael Schmiedgen X-Mailer: Apple Mail (2.1822) Cc: Dmitry Marakasov , FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 15:17:15 -0000 On 29 Jan 2014, at 15:08, Michael Schmiedgen wrote: > Can we expect a current version of spring in ports soon? That would > be nice! AFAIK newer versions require OpenMP. Will this compile with > our (new 3.4 soon) base clang? Base clang doesn't support OpenMP. We should probably import Intel's = Clang fork into ports: http://clang-omp.github.io This can then be used to compile things that need both libc++ and = OpenMP. Intel's OpenMP runtime is permissively licensed now, but will = likely require a small amount of porting to get it to work on FreeBSD = (it supports Linux and OS X). David