commit:     a7bfbe4ef5dbbf9d797953a9c2e51047d2d73008
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 14:32:08 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 14:32:08 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a7bfbe4e

sci-libs/libflame-amd: drop live

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-libs/libflame-amd/libflame-amd-9999.ebuild | 55 --------------------------
 1 file changed, 55 deletions(-)

diff --git a/sci-libs/libflame-amd/libflame-amd-9999.ebuild 
b/sci-libs/libflame-amd/libflame-amd-9999.ebuild
deleted file mode 100644
index 04830e5c3..000000000
--- a/sci-libs/libflame-amd/libflame-amd-9999.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit fortran-2
-FORTRAN_NEED_OPENMP=1
-
-DESCRIPTION="AMD optimized high-performance object-based library for DLA 
computations"
-HOMEPAGE="https://developer.amd.com/amd-aocl/";
-
-if [[ ${PV} == 9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/amd/libflame";
-else
-       SRC_URI="https://github.com/amd/libflame/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       S="${WORKDIR}"/libflame-"${PV}"
-       KEYWORDS="~amd64"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-CPU_FLAGS=( sse3 )
-IUSE_CPU_FLAGS_X86="${CPU_FLAGS[@]/#/cpu_flags_x86_}"
-IUSE="scc static-libs supermatrix ${IUSE_CPU_FLAGS_X86[@]}"
-
-DEPEND="virtual/cblas"
-RDEPEND="${DEPEND}"
-BDEPEND="dev-vcs/git"
-
-src_configure() {
-       local myconf=(
-               --disable-optimizations
-               --enable-multithreading=openmp
-               --enable-verbose-make-output
-               --enable-lapack2flame
-               --enable-cblas-interfaces
-               --enable-max-arg-list-hack
-               --enable-dynamic-build
-               --enable-vector-intrinsics=$(usex cpu_flags_x86_sse3 sse none)
-               $(use_enable static-libs static-build)
-               $(use_enable scc)
-               $(use_enable supermatrix)
-       )
-       econf "${myconf[@]}"
-}
-
-src_compile() {
-       default
-}
-
-src_install() {
-       emake -j1 DESTDIR="${D}" install
-}

Reply via email to