From: "Sergey Torokhov" <torokhov-s-a@yandex.ru>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/fortran-stdlib/
Date: Wed, 15 Sep 2021 22:40:36 +0000 (UTC) [thread overview]
Message-ID: <1631745542.1fca5f27340ac2e78813e78414a5c14c93f1bf28.SergeyTorokhov@gentoo> (raw)
commit: 1fca5f27340ac2e78813e78414a5c14c93f1bf28
Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Wed Sep 15 22:39:02 2021 +0000
Commit: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Wed Sep 15 22:39:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1fca5f27
dev-libs/fortran-stdlib: new package live ebuild
There is currently no any releases, maybe later the versions
binded to certain dates will be added.
Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
dev-libs/fortran-stdlib/fortran-stdlib-9999.ebuild | 59 ++++++++++++++++++++++
dev-libs/fortran-stdlib/metadata.xml | 11 ++++
2 files changed, 70 insertions(+)
diff --git a/dev-libs/fortran-stdlib/fortran-stdlib-9999.ebuild b/dev-libs/fortran-stdlib/fortran-stdlib-9999.ebuild
new file mode 100644
index 000000000..4a75181b0
--- /dev/null
+++ b/dev-libs/fortran-stdlib/fortran-stdlib-9999.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+FORTRAN_STANDARD="2003"
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit cmake fortran-2 git-r3 python-any-r1 toolchain-funcs
+
+EGIT_REPO_URI="https://github.com/fortran-lang/stdlib.git"
+SRC_URI=""
+
+DESCRIPTION="A community driven standard library for (modern) Fortran"
+HOMEPAGE="https://stdlib.fortran-lang.org/"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="doc test"
+RESTRICT="mirror !test? ( test )"
+
+DEPEND="
+ ${PYTHON_DEPS}
+ $(python_gen_any_dep '
+ dev-util/fypp[${PYTHON_USEDEP}]
+ ')
+ doc? (
+ $(python_gen_any_dep '
+ app-doc/ford[${PYTHON_USEDEP}]
+ ')
+ )
+"
+
+pkg_setup() {
+ fortran-2_pkg_setup
+}
+
+src_configure() {
+ local mycmakeargs+=(
+ -DBUILD_SHARED_LIBS=on
+ )
+ cmake_src_configure
+}
+
+src_compile() {
+ cmake_src_compile
+
+ if use doc ; then
+ einfo "Build API documentation:"
+ ${EPYTHON} ford API-doc-FORD-file.md || die
+ fi
+}
+
+src_install() {
+ cmake_src_install
+
+ use doc && HTML_DOCS=( "${WORKDIR}/${P}"/API-doc/. )
+ einstalldocs
+}
diff --git a/dev-libs/fortran-stdlib/metadata.xml b/dev-libs/fortran-stdlib/metadata.xml
new file mode 100644
index 000000000..836f42bd0
--- /dev/null
+++ b/dev-libs/fortran-stdlib/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>torokhov-s-a@yandex.ru</email>
+ <name>Sergey Torokhov</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">fortran-lang/stdlib</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2021-09-15 22:40 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-15 22:40 Sergey Torokhov [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-10-11 19:04 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/fortran-stdlib/ Sergey Torokhov
2021-12-15 10:57 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-12-15 10:57 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-03-23 0:03 Sergey Torokhov
2022-04-29 18:45 Sergey Torokhov
2022-10-28 22:24 Sergey Torokhov
2022-11-24 12:29 Sergey Torokhov
2023-01-19 0:20 Sergey Torokhov
2023-02-01 23:01 Sergey Torokhov
2023-03-08 19:40 Anna Vyalkova
2023-07-09 2:00 Anna Vyalkova
2023-08-18 22:59 Sergey Torokhov
2024-01-21 20:32 Sergey Torokhov
2024-01-21 20:32 Sergey Torokhov
2024-04-23 20:35 Sergey Torokhov
2024-04-23 20:35 Sergey Torokhov
2024-04-23 20:35 Sergey Torokhov
2024-05-13 20:58 Sergey Torokhov
2024-08-10 21:22 Sergey Torokhov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1631745542.1fca5f27340ac2e78813e78414a5c14c93f1bf28.SergeyTorokhov@gentoo \
--to=torokhov-s-a@yandex.ru \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox