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 6A219198005 for ; Thu, 14 Mar 2013 02:32:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19975E06B4; Thu, 14 Mar 2013 02:32:28 +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 A9F1AE06B4 for ; Thu, 14 Mar 2013 02:32:27 +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 86EFD33BE50 for ; Thu, 14 Mar 2013 02:32:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E96B8E4079 for ; Thu, 14 Mar 2013 02:32:23 +0000 (UTC) From: "Francois Bissey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Francois Bissey" Message-ID: <1363228313.ceb0ec3fa58ed8cfd6ae692e5645afc2588ea293.fbissey@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/nwchem/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/nwchem/ChangeLog sci-chemistry/nwchem/nwchem-6.1.1.ebuild X-VCS-Directories: sci-chemistry/nwchem/ X-VCS-Committer: fbissey X-VCS-Committer-Name: Francois Bissey X-VCS-Revision: ceb0ec3fa58ed8cfd6ae692e5645afc2588ea293 X-VCS-Branch: master Date: Thu, 14 Mar 2013 02:32:23 +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: 3b793b19-b55d-4c2e-8639-5237bd9d79bd X-Archives-Hash: 6b268b941b74972981e963c50b24517a commit: ceb0ec3fa58ed8cfd6ae692e5645afc2588ea293 Author: François Bissey canterbury ac nz> AuthorDate: Thu Mar 14 02:31:53 2013 +0000 Commit: Francois Bissey massey ac nz> CommitDate: Thu Mar 14 02:31:53 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ceb0ec3f Improving mpi linking. It will now work with openmpi as well. --- sci-chemistry/nwchem/ChangeLog | 4 ++++ sci-chemistry/nwchem/nwchem-6.1.1.ebuild | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/sci-chemistry/nwchem/ChangeLog b/sci-chemistry/nwchem/ChangeLog index 887149c..b6b85fc 100644 --- a/sci-chemistry/nwchem/ChangeLog +++ b/sci-chemistry/nwchem/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 14 Mar 2013; François Bissey + nwchem-6.1.1.ebuild: + Improving mpi linking. It will now work with openmpi as well. + 03 Mar 2013; Justin Lecher nwchem-6.1.1.ebuild, metadata.xml: Move to EAPI=5 and clean ebuild syntax style diff --git a/sci-chemistry/nwchem/nwchem-6.1.1.ebuild b/sci-chemistry/nwchem/nwchem-6.1.1.ebuild index 1ebb02c..a019608 100644 --- a/sci-chemistry/nwchem/nwchem-6.1.1.ebuild +++ b/sci-chemistry/nwchem/nwchem-6.1.1.ebuild @@ -62,7 +62,7 @@ src_compile() { export MPI_LOC=/usr export MPI_INCLUDE=$MPI_LOC/include export MPI_LIB=$MPI_LOC/$(get_libdir) - export LIBMPI="-lfmpich -lmpich -lpthread" # fix mpi linking! + export LIBMPI="$(mpif90 -showme:link)" fi if [ "$ARCH" = "amd64" ]; then export NWCHEM_TARGET=LINUX64