Skip to content

Commit

Permalink
sys-cluster/opencoarrays: 2.10.1 version bump
Browse files Browse the repository at this point in the history
RDEPEND=( >=sys-cluster/openmpi-4.1.2[fortran] ) is dropped
this version bump due to multiple test failures issue:
sourceryinstitute/OpenCoarrays#769

Signed-off-by: Sergey Torokhov <[email protected]>
  • Loading branch information
band-a-prend committed Oct 15, 2022
1 parent 9901372 commit 1264883
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions sys-cluster/opencoarrays/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
DIST OpenCoarrays-2.9.2.tar.gz 324933 BLAKE2B 36f4273aa5241b6bb48459f2fc3c68103382406fc733bb3b0b3eca698f94df9623d6364c227143d26b4c7fc6abcaa91e1730c6bbc19b4a662bdb59259bef7dd6 SHA512 4588d665a65fe5715bd283949ff2f65277e4379466a935e92512c34e92c9bdcdd4809ae5422d3c9898e6ecfb534ea9cf4467666acf3fda9b22011528a055f96f
DIST OpenCoarrays-2.9.3.tar.gz 326779 BLAKE2B 3ef2262f1047db596bbebf96f5f9b1770056eede05a358dc307fbff290e319827fb7894bf841d77fafc195a865b4acb09efb4da0becca936a5a89131c37245b8 SHA512 4e313e3cb6dcdf309dbc37b96756d69812b2867f4cd3325439746b0f6059c29ff6160a538704c872bb6f55c63be3c4c0ca04294946ac8abc5c36cfc1cdf7b460
DIST OpenCoarrays-2.10.0.tar.gz 329486 BLAKE2B 33df3f8d78f6b763ff16ae61fad6ef0c9d3dbc443b9c0b665ba090158d192607d481fdd4900b2eb1e08e07363ac4f0cc6cbed3f9b4f0d0bd99dcabd8e3ec43d5 SHA512 0316e27e7b644736ea01407b1f1d430a3d01d34dd75a85378fac7bf0db19a370f360976bc8d148791b62206d8f42bbf4197570ea75aa5a318ce07b2ce05042b2
DIST opencoarrays-2.10.1.tar.gz 338370 BLAKE2B b77c9848aaf8118c252297550ad7055db3a098adef948183b0595a0d6aeda6fc732c163dcb503992e534378f1714158a9deae154635a8088a83924ea692f4ba5 SHA512 52ee33b467a748e83428f195b020cac8449953c2570652bc03831f186f6f019e9122fbb61a27d382a7adf5bef1e66e0a6d931198e0434ed68ec51b4e21fa2829
43 changes: 43 additions & 0 deletions sys-cluster/opencoarrays/opencoarrays-2.10.1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

CMAKE_MAKEFILE_GENERATOR=emake
FORTRAN_STANDARD="2003"

inherit cmake flag-o-matic fortran-2

MY_PN="OpenCoarrays"

DESCRIPTION="A parallel application binary interface for Fortran 2018 compilers"
HOMEPAGE="http://www.opencoarrays.org/"
SRC_URI="https://github.com/sourceryinstitute/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/${MY_PN}-${PV}"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

# Tests fail with FEATURES="network-sandbox" for most versions of openmpi and mpich it with error:
# "No network interfaces were found for out-of-band communications.
# We require at least one available network for out-of-band messaging."
IUSE="test"
PROPERTIES="test_network"
RESTRICT="!test? ( test )"

# >=sys-cluster/openmpi-4.1.2[fortran] is dropped due to
# multiple test failures issue: https://github.com/sourceryinstitute/OpenCoarrays/issues/769
RDEPEND="
>=sys-cluster/mpich-3.4.3[fortran,mpi-threads,threads]
"
DEPEND="
${RDEPEND}
"

src_configure() {
filter-lto # Bug 860765

cmake_src_configure
}

0 comments on commit 1264883

Please sign in to comment.