diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-09-24 15:10:23 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-09-24 15:53:24 -0400 |
commit | 5331c61e6d4f761c5e89d7f84a2bfd03b8ac7394 (patch) | |
tree | 87cbd5b92f030b3059e86793366970cab4e8349d /sci-libs/xkaapi | |
parent | sci-libs/libxc: drop old EAPI=5 (diff) | |
download | gentoo-5331c61e6d4f761c5e89d7f84a2bfd03b8ac7394.tar.gz gentoo-5331c61e6d4f761c5e89d7f84a2bfd03b8ac7394.tar.bz2 gentoo-5331c61e6d4f761c5e89d7f84a2bfd03b8ac7394.zip |
sci-libs/xkaapi: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sci-libs/xkaapi')
-rw-r--r-- | sci-libs/xkaapi/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/xkaapi/xkaapi-2.1.ebuild | 57 |
2 files changed, 0 insertions, 58 deletions
diff --git a/sci-libs/xkaapi/Manifest b/sci-libs/xkaapi/Manifest index 798a45f95014..1cc539d30a82 100644 --- a/sci-libs/xkaapi/Manifest +++ b/sci-libs/xkaapi/Manifest @@ -1,3 +1,2 @@ -DIST xkaapi-2.1.tar.gz 2916405 BLAKE2B a3bbba6ed5575ed617b2fdbfec435c72ac12e8f464e5a25263fac38f049bd1b89bb5df6e526c2fa537e16fd5bd04fa3cd1ad39f56cf1a58da0f3ba75fd55c580 SHA512 5d4db7576d449b086677bcc686595da773da2c0db155aa0d0039f57fb379bfc166a35b139992416a3f44bdbccbf9f48688b3d3050eea77a258f2a395d7867b26 DIST xkaapi-2.2.tar.gz 2858464 BLAKE2B 909ea71e3fe86ee6614724793a5a41edd03151025b50e1e99dcf262be9022dfdc8cfef636de4814db1fec99e97015b73f4e5ed8f45ad377e4a3a4ab46b54ee93 SHA512 1be98c4e3c50cf198ec3522c7ccbe7757464889b32fb39e53447548fc2975e727fb2b68b25ae99c367b155588b1ab2181e3280d099ceb991929aa2f0e9c83f0c DIST xkaapi-3.0.3.tar.gz 1535482 BLAKE2B 6f10395b66d334e235df8dec7cfa4fa128aceeac10846e78c02cc96867fb2c649a0dc88f6a64d9c5afbfb97a02221f4e6971f313bb6ca52d217aae39caa26327 SHA512 28fb02a73269e55eec90b5c2c82e4ade3bfb24d55a1f61ac6bf47da4c7e2d864cfa1389772baca9ebef4f24b3373fb6971f3fe98a4d232187e9d29a88110eda1 diff --git a/sci-libs/xkaapi/xkaapi-2.1.ebuild b/sci-libs/xkaapi/xkaapi-2.1.ebuild deleted file mode 100644 index 02fd2e035000..000000000000 --- a/sci-libs/xkaapi/xkaapi-2.1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -FORTRAN_NEEDED=fortran -AUTOTOOLS_AUTORECONF=true - -inherit autotools-utils fortran-2 - -UPSTREAM_NO=32735 - -DESCRIPTION="Kernel for Adaptative, Asynchronous Parallel and Interactive programming" -HOMEPAGE="http://kaapi.gforge.inria.fr" -SRC_URI="https://gforge.inria.fr/frs/download.php/${UPSTREAM_NO}/${P}.tar.gz" - -SLOT="0" -LICENSE="CeCILL-2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="blas cxx fortran gpu openmp static-libs" - -RDEPEND=" - sys-apps/hwloc - dev-libs/libffi -" -DEPEND="${RDEPEND} -" - -PATCHES=( - "${FILESDIR}"/${P}-flags.patch - "${FILESDIR}"/${P}-ffi.patch - ) - -src_prepare() { - sed \ - -e 's:-Werror::g' \ - -i tests/testsuite* tests/*/*.am || die - autotools-utils_src_prepare -} - -src_configure() { - local myeconfargs=( - --enable-mode=gentoo - --enable-api-kaapic - --enable-api-quark - --with-ccache=no - --enable-hwloc - --with-libffi="${EPREFIX}"/usr - --enable-target$(usex gpu gpu mt) - $(use_enable fortran api-kaapif) - $(use_enable cxx api-kaapixx) - $(use_enable blas kblas) - $(use_enable openmp libkomp) -# $(use_with plasma "${EPREFIX}"/usr) - ) - autotools-utils_src_configure -} |