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 5FF8513877A for ; Mon, 7 Jul 2014 06:36:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A720CE0870; Mon, 7 Jul 2014 06:36:51 +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 D1EFBE0870 for ; Mon, 7 Jul 2014 06:36:50 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2B0A3400AA for ; Mon, 7 Jul 2014 06:36:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 9B52618011 for ; Mon, 7 Jul 2014 06:36:47 +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: <1404678525.713b71262098ac50a7be419cf485718858e77174.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/geant-vmc/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/geant-vmc/ChangeLog sci-physics/geant-vmc/geant-vmc-9999.ebuild sci-physics/geant-vmc/metadata.xml X-VCS-Directories: sci-physics/geant-vmc/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 713b71262098ac50a7be419cf485718858e77174 X-VCS-Branch: master Date: Mon, 7 Jul 2014 06:36:47 +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: 1cafe08c-7df6-4878-a9d6-3c3eedde5444 X-Archives-Hash: 9dbc26f252634436b8cbc3df8e7bedff commit: 713b71262098ac50a7be419cf485718858e77174 Author: Oliver Freyermuth googlemail com> AuthorDate: Sun Jul 6 20:28:45 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Jul 6 20:28:45 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=713b7126 New live ebuild, using cmake-buildsystem (upstream switches to cmake for next release), add flags for g4root and mtroot. Adapt to upstream's fixes concerning install paths, we don't need to do manually installation anymore. I will skip geant-vmc-3.00b01 from packaging, it does not include those fixes yet. --- sci-physics/geant-vmc/ChangeLog | 8 +++ sci-physics/geant-vmc/geant-vmc-9999.ebuild | 79 +++++++++++++++++++++++++++++ sci-physics/geant-vmc/metadata.xml | 3 ++ 3 files changed, 90 insertions(+) diff --git a/sci-physics/geant-vmc/ChangeLog b/sci-physics/geant-vmc/ChangeLog index 353b841..807b464 100644 --- a/sci-physics/geant-vmc/ChangeLog +++ b/sci-physics/geant-vmc/ChangeLog @@ -2,6 +2,14 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*geant-vmc-9999 (06 Jul 2014) + + 06 Jul 2014; Oliver Freyermuth + +geant-vmc-9999.ebuild, metadata.xml: + New live ebuild, using cmake-buildsystem (upstream switches to cmake for next + release), add flags for g4root and mtroot. Adapt to upstream's fixes + concerning install paths, we don't need to do manually installation anymore. + 31 Mar 2014; Oliver Freyermuth geant-vmc-3.1.15a.ebuild: Fix syntax bug in dependency atom diff --git a/sci-physics/geant-vmc/geant-vmc-9999.ebuild b/sci-physics/geant-vmc/geant-vmc-9999.ebuild new file mode 100644 index 0000000..fa8fa55 --- /dev/null +++ b/sci-physics/geant-vmc/geant-vmc-9999.ebuild @@ -0,0 +1,79 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit cmake-utils versionator git-r3 + +if [[ ${PV} == *9999* ]]; then + EGIT_REPO_URI=" http://root.cern.ch/git/geant4_vmc.git" + KEYWORDS="" +else + MPV=$(get_version_component_range 2-) + SRC_URI="ftp://root.cern.ch/root/vmc/geant4_vmc.${MPV}.tar.gz" + KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +fi + +DESCRIPTION="Virtual Monte Carlo Geant4 implementation" +HOMEPAGE="http://root.cern.ch/root/vmc/VirtualMC.html" + +LICENSE="GPL-2" +SLOT="4" +IUSE="doc examples geant3 +g4root +mtroot vgm" + +RDEPEND=" + sci-physics/root:= + >=sci-physics/geant-4.9.6[opengl,geant3?] + vgm? ( >=sci-physics/vgm-4.00 )" +DEPEND="${RDEPEND} + doc? ( app-doc/doxygen )" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use vgm Geant4VMC_USE_VGM) + $(cmake-utils_use geant3 Geant4VMC_USE_GEANT4_G3TOG4) + $(cmake-utils_use g4root Geant4VMC_USE_G4Root) + $(cmake-utils_use mtroot Geant4VMC_USE_MTRoot) + $(cmake-utils_use examples Geant4VMC_INSTALL_EXAMPLES) + ) + cmake-utils_src_configure +} + +src_compile() { + cmake-utils_src_compile + local dirs="g4root mtroot source" + use g4root && dirs+=" g4root " + use mtroot && dirs+=" mtroot " + use examples && dirs+=" examples " + local d + for d in ${dirs}; do + pushd ${d} > /dev/null || die + if use doc; then + doxygen || die + fi + popd > /dev/null + done +} + +src_test() { + cd examples || die + local origDir=${CMAKE_USE_DIR} + CMAKE_USE_DIR=${CMAKE_USE_DIR}/examples + CMAKE_IN_SOURCE_BUILD=1 + CMAKE_MODULE_PATH=../cmake + local mycmakeargs=( + -DCMAKE_MODULE_PATH=${origDir}/cmake + ) + cmake-utils_src_configure + cmake-utils_src_compile + ./run_suite.sh || die + CMAKE_IN_SOURCE_BUILD=0 + CMAKE_USE_DIR=$origDir +} + +src_install() { + cmake-utils_src_install + dodoc README history version_number + use doc && dohtml -r Geant4VMC.html doc/* +} diff --git a/sci-physics/geant-vmc/metadata.xml b/sci-physics/geant-vmc/metadata.xml index 1bbc127..828e045 100644 --- a/sci-physics/geant-vmc/metadata.xml +++ b/sci-physics/geant-vmc/metadata.xml @@ -15,5 +15,8 @@ Enable the Virtual Geometry Model (sci-physics/vgm) + Build G4Root (interface for GEANT4 simulation with a ROOT geometry) + Build with Geant4 G3toG4 library + Build MTRoot (provides ROOT IO manager classes with multi-threading support)