commit:     9f5e53441c8363d372dfc1a76e905d9f670534f8
Author:     Yuan Liao <liaoyuan <AT> gmail <DOT> com>
AuthorDate: Mon Mar 21 04:48:37 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
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>

Reply via email to