commit: 0f959d464eaec9d4f409834fd988070c732892f3 Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Wed Sep 17 11:48:38 2025 +0000 Commit: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> CommitDate: Wed Sep 17 13:14:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f959d46
profiles/make.defaults: drop AMDGPU This is in ::gentoo as AMDGPU_TARGETS. Fixes: 0a38c02adf83dd15322fbba40cae2d2687859db1 Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com> profiles/desc/amdgpu.desc | 29 ----------------------------- profiles/make.defaults | 2 +- 2 files changed, 1 insertion(+), 30 deletions(-) diff --git a/profiles/desc/amdgpu.desc b/profiles/desc/amdgpu.desc deleted file mode 100644 index 585767e722..0000000000 --- a/profiles/desc/amdgpu.desc +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# This file contains descriptions of AMDGPU USE_EXPAND flags. - -gfx701 - Enable support for AMD GPU codename hawaii ( FirePro W8100, FirePro W9100, FirePro S9150, FirePro S9170 ) -gfx702 - Enable support for AMD GPU ( Radeon R9 290, Radeon R9 290x, Radeon R390, Radeon R390x ) -gfx704 - Enable support for AMD GPU codename bonaire ( Radeon HD 7790, Radeon HD 8770, R7 260, R7 260X ) -gfx802 - Enable support for AMD GPU codename iceland and tonga ( Radeon R9 285, Radeon R9 380, Radeon R9 385 ) -gfx803 - Enable support for AMD GPU codename fiji polaris10 and polaris11 ( Radeon R9 Nano, Radeon R9 Fury, Radeon R9 FuryX, Radeon Pro Duo, FirePro S9300x2, Radeon Instinct MI8, Radeon RX 470, Radeon RX 480, Radeon Instinct MI6, Radeon RX 460 ) -gfx805 - Enable support for AMD GPU codename tongapro ( FirePro S7150, FirePro S7100, FirePro W7100, Mobile FirePro M7170 ) -gfx810 - Enable support for AMD GPU codename stoney -gfx900 - Enable support for AMD GPU ( Radeon Vega Frontier Edition, Radeon RX Vega 56, Radeon RX Vega 64, Radeon RX Vega 64 Liquid, Radeon Instinct MI25 ) -gfx904 - Enable support for AMD GPU gfx904 -gfx906 - Enable support for AMD GPU ( Radeon Instinct MI50, Radeon Instinct MI60, Radeon VII, Radeon Pro VII ) -gfx908 - Enable support for AMD GPU ( AMD Instinct MI100 Accelerator ) -gfx909 - Enable support for AMD GPU gfx909 -gfx90a - Enable support for AMD GPU gfx904 -gfx940 - Enable support for AMD GPU gfx940 -gfx1010 - Enable support for AMD GPU ( Radeon RX 5700, Radeon RX 5700 XT, Radeon Pro 5600 XT, Radeon Pro 5600M ) -gfx1011 - Enable support for AMD GPU ( Radeon Pro V520 ) -gfx1012 - Enable support for AMD GPU ( Radeon RX 5500, Radeon RX 5500 XT ) -gfx1030 - Enable support for AMD GPU ( Radeon RX 6800, Radeon RX 6800 XT, Radeon RX 6900 XT ) -gfx1031 - Enable support for AMD GPU ( Radeon RX 6700 XT ) -gfx1032 - Enable support for AMD GPU gfx1032 -gfx1034 - Enable support for AMD GPU gfx1034 -gfx1100 - Enable support for AMD GPU gfx1100 -gfx1101 - Enable support for AMD GPU gfx1101 -gfx1102 - Enable support for AMD GPU gfx1102 diff --git a/profiles/make.defaults b/profiles/make.defaults index ad4c4e02e4..f245f94756 100644 --- a/profiles/make.defaults +++ b/profiles/make.defaults @@ -1 +1 @@ -USE_EXPAND="AMDGPU BACKEND COMM_QUEUE GEOIDS_DATASETS GRAVITY_MODELS INSTRUMENT MAGNETIC_MODELS MBDYN_MODULE NANOX OFI_MR PARSEC_DEBUG PARSEC_DIST PARSEC_PROF TCL TOTAL_DATA_ORDERING TRANSPORT" +USE_EXPAND="BACKEND COMM_QUEUE GEOIDS_DATASETS GRAVITY_MODELS INSTRUMENT MAGNETIC_MODELS MBDYN_MODULE NANOX OFI_MR PARSEC_DEBUG PARSEC_DIST PARSEC_PROF TCL TOTAL_DATA_ORDERING TRANSPORT"
