* [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/fti/
@ 2021-07-31 7:17 Alessandro Barbieri
0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2021-07-31 7:17 UTC (permalink / raw
To: gentoo-commits
commit: 195a4a393f440ae29db2550f5e023b065029c1e9
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Jul 31 07:00:29 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Jul 31 07:00:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=195a4a39
sys-cluster/fti: tests doesn't work
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
sys-cluster/fti/fti-1.6.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sys-cluster/fti/fti-1.6.ebuild b/sys-cluster/fti/fti-1.6.ebuild
index fa294090d..945b18ac4 100644
--- a/sys-cluster/fti/fti-1.6.ebuild
+++ b/sys-cluster/fti/fti-1.6.ebuild
@@ -39,7 +39,8 @@ PATCHES=(
"${FILESDIR}/${PN}-sionlib-includedir.patch"
"${FILESDIR}/${PN}-add-spinx-ext-autodoc.patch"
)
-RESTRICT="!test? ( test )"
+#RESTRICT="!test? ( test )"
+RESTRICT="test"
pkg_setup() {
fortran-2_pkg_setup
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/fti/
@ 2021-08-01 8:08 Karl-Johan Karlsson
0 siblings, 0 replies; 3+ messages in thread
From: Karl-Johan Karlsson @ 2021-08-01 8:08 UTC (permalink / raw
To: gentoo-commits
commit: ac9acd5a0d59d8fe3791d8f5230744c52e397711
Author: Karl-Johan Karlsson <creideiki+gentoo-guru <AT> lysator <DOT> liu <DOT> se>
AuthorDate: Sun Aug 1 08:06:37 2021 +0000
Commit: Karl-Johan Karlsson <creideiki+gentoo-guru <AT> lysator <DOT> liu <DOT> se>
CommitDate: Sun Aug 1 08:07:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac9acd5a
sys-cluster/fti: fix repoman error with "tests" USE flag
Renamed the "tests" USE flag in metadata.xml to "test", which is
what the ebuild actually uses.
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Karl-Johan Karlsson <creideiki+gentoo-guru <AT> lysator.liu.se>
sys-cluster/fti/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-cluster/fti/metadata.xml b/sys-cluster/fti/metadata.xml
index 1214879fe..1c078d89e 100644
--- a/sys-cluster/fti/metadata.xml
+++ b/sys-cluster/fti/metadata.xml
@@ -20,6 +20,6 @@ FTI stands for Fault Tolerance Interface and is a library that aims to give comp
<flag name="hdf5">Enables the HDF5 checkpoints for FTI</flag>
<flag name="tutorial">Enables the generation of tutorial files</flag>
<flag name="fi-io">Enables the I/O failure injection mechanism</flag>
- <flag name="tests">Enables the generation of tests</flag>
+ <flag name="test">Enables the generation of tests</flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/fti/
@ 2022-03-21 5:25 Yuan Liao
0 siblings, 0 replies; 3+ messages in thread
From: Yuan Liao @ 2022-03-21 5:25 UTC (permalink / raw
To: gentoo-commits
commit: 9f5e53441c8363d372dfc1a76e905d9f670534f8
Author: Yuan Liao <liaoyuan <AT> gmail <DOT> com>
AuthorDate: Mon Mar 21 04:48:37 2022 +0000
Commit: Yuan Liao <liaoyuan <AT> gmail <DOT> com>
CommitDate: Mon Mar 21 04:49:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f5e5344
sys-cluster/fti: Drop lustre USE flag for last-rited dependency
Bug: https://bugs.gentoo.org/835693
Signed-off-by: Yuan Liao <liaoyuan <AT> gmail.com>
sys-cluster/fti/{fti-1.6.ebuild => fti-1.6-r1.ebuild} | 4 +---
sys-cluster/fti/metadata.xml | 1 -
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/sys-cluster/fti/fti-1.6.ebuild b/sys-cluster/fti/fti-1.6-r1.ebuild
similarity index 92%
rename from sys-cluster/fti/fti-1.6.ebuild
rename to sys-cluster/fti/fti-1.6-r1.ebuild
index a7da6c728..74bb2c580 100644
--- a/sys-cluster/fti/fti-1.6.ebuild
+++ b/sys-cluster/fti/fti-1.6-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/leobago/fti/archive/refs/tags/v${PV}.tar.gz -> ${P}.
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="doc examples fi-io hdf5 lustre fortran openssl sionlib test tutorial"
+IUSE="doc examples fi-io hdf5 fortran openssl sionlib test tutorial"
#TODO: unbundle jerasure bpp iniparser
RDEPEND="
@@ -29,7 +29,6 @@ RDEPEND="
virtual/mpi
hdf5? ( sci-libs/hdf5[mpi] )
- lustre? ( sys-cluster/lustre )
openssl? ( dev-libs/openssl )
sionlib? ( sys-cluster/sionlib )
"
@@ -58,7 +57,6 @@ src_configure() {
-DENABLE_FI_IO=$(usex fi-io)
-DENABLE_FORTRAN=$(usex fortran)
-DENABLE_HDF5=$(usex hdf5)
- -DENABLE_LUSTRE=$(usex lustre)
-DENABLE_OPENSSL=$(usex openssl)
-DENABLE_SIONLIB=$(usex sionlib)
-DENABLE_TESTS=$(usex test)
diff --git a/sys-cluster/fti/metadata.xml b/sys-cluster/fti/metadata.xml
index 1c078d89e..390df57b2 100644
--- a/sys-cluster/fti/metadata.xml
+++ b/sys-cluster/fti/metadata.xml
@@ -15,7 +15,6 @@ FTI stands for Fault Tolerance Interface and is a library that aims to give comp
<use>
<flag name="openssl">To use the <pkg>dev-libs/openssl</pkg> MD5 rather than the built-in</flag>
<flag name="fortran">Enables the build of a Fortran wrapper</flag>
- <flag name="lustre">Enables Lustre Support</flag>
<flag name="sionlib">Enables the parallel I/O <pkg>sys-cluster/sionlib</pkg> for FTI</flag>
<flag name="hdf5">Enables the HDF5 checkpoints for FTI</flag>
<flag name="tutorial">Enables the generation of tutorial files</flag>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-03-21 5:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-21 5:25 [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/fti/ Yuan Liao
-- strict thread matches above, loose matches on Subject: below --
2021-08-01 8:08 Karl-Johan Karlsson
2021-07-31 7:17 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox