From e50573752c7887cb80ceb3222ff736bae7dcdb30 Mon Sep 17 00:00:00 2001 From: Nicolas Richart <nicolas.richart@epfl.ch> Date: Thu, 27 Jun 2024 12:53:39 +0200 Subject: [PATCH] Removing extra compilers --- stacks/pinot-noir/config.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/stacks/pinot-noir/config.json b/stacks/pinot-noir/config.json index 8dcee00..1e12024 100644 --- a/stacks/pinot-noir/config.json +++ b/stacks/pinot-noir/config.json @@ -45,18 +45,6 @@ "spec": "intel-oneapi-compilers@2024.1.0 %gcc@11.4.1", "version": "2024.1.0" }, - "nvhpc": { - "compiler": "nvhpc", - "spec": "nvhpc@24.3 %gcc@11.4.1", - "version": "24.3", - "constraint": "env['environment'] in ['jed']" - }, - "aocc": { - "compiler": "aocc", - "spec": "aocc@4.2.0 +license-agreed %gcc@11.4.1", - "version": "4.2.0", - "constraint": "env['environment'] in ['jed']" - }, "gcc": { "compiler": "gcc", "spec": "gcc@12.3.0 %gcc@11.4.1", -- GitLab