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 a7da6c7287..74bb2c5804 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 1c078d89e1..390df57b24 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 To use the dev-libs/openssl MD5 rather than the built-in Enables the build of a Fortran wrapper - Enables Lustre Support Enables the parallel I/O sys-cluster/sionlib for FTI Enables the HDF5 checkpoints for FTI Enables the generation of tutorial files