From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D3A77138825 for ; Thu, 2 Apr 2015 10:15:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A56EE0973; Thu, 2 Apr 2015 10:15:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CB6FE0973 for ; Thu, 2 Apr 2015 10:15:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 738FE340821 for ; Thu, 2 Apr 2015 10:15:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0876D150D3 for ; Thu, 2 Apr 2015 10:15:42 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1427968494.22c50b8ff81041b6f864a15b29a37f318eb3ba20.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/openblas/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/openblas/ChangeLog sci-libs/openblas/openblas-9999.ebuild X-VCS-Directories: sci-libs/openblas/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 22c50b8ff81041b6f864a15b29a37f318eb3ba20 X-VCS-Branch: master Date: Thu, 2 Apr 2015 10:15:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7a4da2ec-2e93-4bd6-9a81-41b20bfaa340 X-Archives-Hash: a1966a91ef5dd2fd8c9399e7c85bb788 commit: 22c50b8ff81041b6f864a15b29a37f318eb3ba20 Author: Marius Brehler linux sungazer de> AuthorDate: Thu Apr 2 09:54:54 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Apr 2 09:54:54 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=22c50b8f sci-libs/openblas: Fix Bug 528974 Package-Manager: portage-2.2.14 sci-libs/openblas/ChangeLog | 3 +++ sci-libs/openblas/openblas-9999.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-libs/openblas/ChangeLog b/sci-libs/openblas/ChangeLog index 1f27f12..0912ff1 100644 --- a/sci-libs/openblas/ChangeLog +++ b/sci-libs/openblas/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 02 Apr 2015; Marius Brehler openblas-9999.ebuild: + Fix Bug 528974 + *openblas-0.2.14 (27 Mar 2015) 27 Mar 2015; Denis Dupeyron +openblas-0.2.14.ebuild: diff --git a/sci-libs/openblas/openblas-9999.ebuild b/sci-libs/openblas/openblas-9999.ebuild index a532fe8..db150b0 100644 --- a/sci-libs/openblas/openblas-9999.ebuild +++ b/sci-libs/openblas/openblas-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -48,7 +48,7 @@ get_openblas_flags() { if use threads; then openblas_flags+=" USE_THREAD=1 USE_OPENMP=0" elif use openmp; then - openblas_flags+=" USE_THREAD=0 USE_OPENMP=1" + openblas_flags+=" USE_OPENMP=1" fi local profname=$(fortran-int64_get_profname) local libname="${profname//-/_}"