dev-util/aocc-compiler - 4.0.0 (touchfish-os)

Search

Package Information

Description:
AMD Optimizing C/C++ and Fortran Compilers
Homepage:
https://www.amd.com/en/developer/aocc.html
License:
EULA

Ebuild Details

Version EAPI Keywords Slot
4.0.0 8 4.0.0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit unpacker

DESCRIPTION="AMD Optimizing C/C++ and Fortran Compilers"
HOMEPAGE="https://www.amd.com/en/developer/aocc.html"
SRC_URI="https://download.amd.com/developer/eula/aocc-compiler/aocc-compiler-${PV}_1_amd64.deb"

LICENSE=EULA
SLOT="${PV}"
KEYWORDS=""
IUSE=""

RESTRICT="mirror strip"

DEPEND="dev-libs/libxml2 sys-libs/ncurses-compat dev-libs/rocr-runtime"
RDEPEND=""
BDEPEND=""

QA_PREBUILT="*"

src_unpack() {
    unpack_deb aocc-compiler-${PV}_1_amd64.deb
    S="${WORKDIR}"
}

src_install() {
    mv "${S}"/opt "${D}" || die
}

Dependencies

DEPEND

dev-libs/libxml2 sys-libs/ncurses-compat dev-libs/rocr-runtime

Manifest for 4.0.0

Type File Size Source URLs
DIST aocc-compiler-4.0.0_1_amd64.deb 121459972 bytes https://download.amd.com/developer/eula/aocc-compiler/aocc-compiler-4.0.0_1_amd64.deb