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 4439059CA5 for ; Wed, 23 Mar 2016 20:41:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B78C921C003; Wed, 23 Mar 2016 20:41:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66DD421C003 for ; Wed, 23 Mar 2016 20:41:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60A89340CD0 for ; Wed, 23 Mar 2016 20:41:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FBC7851 for ; Wed, 23 Mar 2016 20:41:27 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1458765663.a55f68092a4968be1bfed092d4eb47a1bff1b486.alexxy@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/nwchem/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/nwchem/nwchem-6.5_p26243-r7.ebuild X-VCS-Directories: sci-chemistry/nwchem/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: a55f68092a4968be1bfed092d4eb47a1bff1b486 X-VCS-Branch: master Date: Wed, 23 Mar 2016 20:41:27 +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: 770b46c7-20c4-4c24-b4a0-46cb120371fc X-Archives-Hash: eb67e13a2d94c0ea18986d72eaec2ef3 commit: a55f68092a4968be1bfed092d4eb47a1bff1b486 Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Mar 23 20:41:03 2016 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Mar 23 20:41:03 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a55f6809 sci-chemistry/nwchem: Fix build with blas and lapack Package-Manager: portage-2.2.28 sci-chemistry/nwchem/nwchem-6.5_p26243-r7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/nwchem/nwchem-6.5_p26243-r7.ebuild b/sci-chemistry/nwchem/nwchem-6.5_p26243-r7.ebuild index 4765e84..bf6cd69 100644 --- a/sci-chemistry/nwchem/nwchem-6.5_p26243-r7.ebuild +++ b/sci-chemistry/nwchem/nwchem-6.5_p26243-r7.ebuild @@ -193,8 +193,8 @@ src_compile() { lapackpkg="lapack-int64" fi use blas && export BLASOPT="$($(tc-getPKG_CONFIG) --libs ${blaspkg})" - use lapack && export BLASOPT+="$($(tc-getPKG_CONFIG) --libs ${lapackpkg})" - use scalapack && export BLASOPT+="$($(tc-getPKG_CONFIG) --libs scalapack)" + use lapack && export BLASOPT+=" $($(tc-getPKG_CONFIG) --libs ${lapackpkg})" + use scalapack && export BLASOPT+=" $($(tc-getPKG_CONFIG) --libs scalapack)" if use cuda; then export TCE_CUDA=Y export CUDA_PATH=/opt/cuda