From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF51E158041 for ; Mon, 19 Feb 2024 15:53:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31311E2AD6; Mon, 19 Feb 2024 15:53:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0CE3EE2AD6 for ; Mon, 19 Feb 2024 15:53:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0189C3430C2 for ; Mon, 19 Feb 2024 15:53:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E191118C for ; Mon, 19 Feb 2024 15:53:43 +0000 (UTC) From: "Alexander Puck Neuwirth" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexander Puck Neuwirth" Message-ID: <1708357637.9344a45969aa7cdc27c86c10c17455fabc6a3437.alexander@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/hoppet/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/hoppet/hoppet-1.2.0.ebuild sci-physics/hoppet/metadata.xml X-VCS-Directories: sci-physics/hoppet/ X-VCS-Committer: alexander X-VCS-Committer-Name: Alexander Puck Neuwirth X-VCS-Revision: 9344a45969aa7cdc27c86c10c17455fabc6a3437 X-VCS-Branch: master Date: Mon, 19 Feb 2024 15:53:43 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 46651a0a-04e1-4844-902f-54b63ae73f34 X-Archives-Hash: 13a0e1d9a82b5423eac0b589242d43fa commit: 9344a45969aa7cdc27c86c10c17455fabc6a3437 Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Sun Feb 18 12:17:16 2024 +0000 Commit: Alexander Puck Neuwirth neuwirth-informatik de> CommitDate: Mon Feb 19 15:47:17 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9344a459 sci-physics/hoppet: new package, add 1.2.0 Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> Co-authored-by: Andrew Nowa Ammerlaan gentoo.org> Closes: https://github.com/gentoo/sci/pull/1242 sci-physics/hoppet/hoppet-1.2.0.ebuild | 35 ++++++++++++++++++++++++++++++++++ sci-physics/hoppet/metadata.xml | 19 ++++++++++++++++++ 2 files changed, 54 insertions(+) diff --git a/sci-physics/hoppet/hoppet-1.2.0.ebuild b/sci-physics/hoppet/hoppet-1.2.0.ebuild new file mode 100644 index 000000000..337881026 --- /dev/null +++ b/sci-physics/hoppet/hoppet-1.2.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit fortran-2 + +DESCRIPTION="Higher Order Perturbative Parton Evolution Toolkit" +HOMEPAGE=" + https://hoppet.hepforge.org/ + https://github.com/gavinsalam/hoppet +" +SRC_URI="https://hoppet.hepforge.org/downloads/${P}.tgz" + +SLOT="0" +LICENSE="GPL-3+" +KEYWORDS="~amd64" + + +src_configure() { + default + # own custom configure + ./configure --prefix="${EPREFIX}"/usr FFLAGS="${FFLAGS} -fPIC" || die +} + +src_install() { + # Fix install to ED + sed -i "s#scripts/install-sh hoppet-config#\##g" Makefile || die + sed -i "s#/usr/lib/libhoppet#${ED}/usr/$(get_libdir)/libhoppet#g" src/Makefile || die + sed -i "s#/usr/include/hoppet#${ED}/usr/include/hoppet#g" src/Makefile || die + emake install + emake install-mod + dobin hoppet-config + find "${ED}" -name '*.la' -delete || die +} diff --git a/sci-physics/hoppet/metadata.xml b/sci-physics/hoppet/metadata.xml new file mode 100644 index 000000000..37900a238 --- /dev/null +++ b/sci-physics/hoppet/metadata.xml @@ -0,0 +1,19 @@ + + + + + alexander@neuwirth-informatik.de + Alexander Puck Neuwirth + + + sci-physics@gentoo.org + Gentoo Physics Project + + + + HOPPET is a Fortran 95 package for carrying out DGLAP evolution and other common manipulations of parton distribution functions (PDFs). + + + gavinsalam/hoppet + +