From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-600876-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0403B1381F3 for <garchives@archives.gentoo.org>; Wed, 19 Jun 2013 08:59:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80D30E0853; Wed, 19 Jun 2013 08:59:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10315E0853 for <gentoo-commits@lists.gentoo.org>; Wed, 19 Jun 2013 08:59:32 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2573F33BE43 for <gentoo-commits@lists.gentoo.org>; Wed, 19 Jun 2013 08:59:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id BB315E468F for <gentoo-commits@lists.gentoo.org>; Wed, 19 Jun 2013 08:59:30 +0000 (UTC) From: "Honza Macháček" <Hloupy.Honza@centrum.cz> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Honza Macháček" <Hloupy.Honza@centrum.cz> Message-ID: <1371632354.5f202364ae11db30c2b926076a88a4b635d0e39b.honza_machacek@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/bigdft-abi/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/bigdft-abi/ChangeLog sci-libs/bigdft-abi/bigdft-abi-1.0.4.ebuild X-VCS-Directories: sci-libs/bigdft-abi/ X-VCS-Committer: honza_machacek X-VCS-Committer-Name: Honza Macháček X-VCS-Revision: 5f202364ae11db30c2b926076a88a4b635d0e39b X-VCS-Branch: master Date: Wed, 19 Jun 2013 08:59:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: eb6f36ee-68b6-4be2-9891-71ddb40e6a55 X-Archives-Hash: 22672fff37bc75eeef8f8233197a86dd commit: 5f202364ae11db30c2b926076a88a4b635d0e39b Author: Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz> AuthorDate: Wed Jun 19 08:59:14 2013 +0000 Commit: Honza Macháček <Hloupy.Honza <AT> centrum <DOT> cz> CommitDate: Wed Jun 19 08:59:14 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5f202364 Spaces in the testing snippet of fortran code in sci-libs/bigdft-abi-1.0.4.ebuild protected from reformatting. --- sci-libs/bigdft-abi/ChangeLog | 5 +++++ sci-libs/bigdft-abi/bigdft-abi-1.0.4.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/sci-libs/bigdft-abi/ChangeLog b/sci-libs/bigdft-abi/ChangeLog index 10ecead..424afb0 100644 --- a/sci-libs/bigdft-abi/ChangeLog +++ b/sci-libs/bigdft-abi/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 19 Jun 2013; Honza Macháček <Hloupy.Honza@centrum.cz> + bigdft-abi-1.0.4.ebuild: + Spaces in the testing snippet of fortran code in + sci-libs/bigdft-abi-1.0.4.ebuild protected from reformatting. + 18 Jun 2013; Honza Macháček <Hloupy.Honza@centrum.cz> bigdft-abi-1.0.4.ebuild: The dependency on sci-libs/libxc modified to allow for 1.2.0-r1. diff --git a/sci-libs/bigdft-abi/bigdft-abi-1.0.4.ebuild b/sci-libs/bigdft-abi/bigdft-abi-1.0.4.ebuild index 91e3bac..4939d0c 100644 --- a/sci-libs/bigdft-abi/bigdft-abi-1.0.4.ebuild +++ b/sci-libs/bigdft-abi/bigdft-abi-1.0.4.ebuild @@ -87,8 +87,8 @@ src_configure() { local _fc=$(tc-getFC) cat <<- EOF > "${fcode}" - call omp_get_num_threads - end + 1 call omp_get_num_threads + 2 end EOF for openmp in -fopenmp -xopenmp -openmp -mp -omp -qsmp=omp; do