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 EE3A41381FE for ; Thu, 9 Aug 2012 05:15:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37618E055E; Thu, 9 Aug 2012 05:15:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 07B7CE06B4 for ; Thu, 9 Aug 2012 05:15:48 +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 36DA81B4025 for ; Thu, 9 Aug 2012 05:15:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3B616E543F for ; Thu, 9 Aug 2012 05:15:46 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1344489335.755887d19235cb48a38de2e17eaefff1eb9d0a95.kleiner_otti@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/gromacs/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/gromacs/ChangeLog sci-chemistry/gromacs/gromacs-4.6.9999.ebuild X-VCS-Directories: sci-chemistry/gromacs/ X-VCS-Committer: kleiner_otti X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 755887d19235cb48a38de2e17eaefff1eb9d0a95 X-VCS-Branch: master Date: Thu, 9 Aug 2012 05:15:46 +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: f8cb9374-8c7d-40d2-a49b-d8658ad454b6 X-Archives-Hash: 2cf2b038c8ff5771816a2af96b620965 commit: 755887d19235cb48a38de2e17eaefff1eb9d0a95 Author: Christoph Junghans gentoo org> AuthorDate: Thu Aug 9 05:15:08 2012 +0000 Commit: Christoph Junghans gmx de> CommitDate: Thu Aug 9 05:15:35 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=755887d1 use ninja if available (Portage version: 2.2.0_alpha120/git/Linux i686, unsigned Manifest commit) --- sci-chemistry/gromacs/ChangeLog | 3 +++ sci-chemistry/gromacs/gromacs-4.6.9999.ebuild | 8 +++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog index 7af763e..e597ab8 100644 --- a/sci-chemistry/gromacs/ChangeLog +++ b/sci-chemistry/gromacs/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 09 Aug 2012; Christoph Junghans gromacs-4.6.9999.ebuild: + use ninja if available + 25 Jul 2012; Christoph Junghans gromacs-4.5.9999.ebuild, gromacs-4.6.9999.ebuild, gromacs-9999.ebuild: added ~x86-macos diff --git a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild index eac6265..f54af37 100644 --- a/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-4.6.9999.ebuild @@ -10,6 +10,8 @@ MANUAL_PV="4.5.4" #to find external blas/lapack CMAKE_MIN_VERSION="2.8.5-r2" +CMAKE_MAKEFILE_GENERATOR="ninja" + inherit bash-completion-r1 cmake-utils eutils fortran-2 multilib toolchain-funcs SRC_URI="test? ( ftp://ftp.gromacs.org/pub/tests/gmxtest-${TEST_PV}.tgz ) @@ -192,7 +194,7 @@ src_install() { #cmake-utils_src_install does not support args #using cmake-utils_src_make instead CMAKE_BUILD_DIR="${WORKDIR}/${P}_${x}_mpi" \ - cmake-utils_src_make install-mdrun DESTDIR="${D}" + DESTDIR="${D}" cmake-utils_src_make install-mdrun done rm -f "${ED}"/usr/bin/GMXRC* @@ -204,10 +206,6 @@ src_install() { fi rm -f "${ED}"/usr/bin/completion.* - # Fix typos in a couple of files. - sed -e "s:+0f:-f:" -i "${ED}"usr/share/gromacs/tutor/gmxdemo/demo \ - || die "Failed to fixup demo script." - cd "${S}" dodoc AUTHORS INSTALL* README* if use doc; then