From 30a766594483e61696f74c095f53879f46750b55 Mon Sep 17 00:00:00 2001 From: Nicolas Richart <nicolas.richart@epfl.ch> Date: Tue, 28 May 2024 21:58:29 +0200 Subject: [PATCH] Accepting EULA of aocc --- stacks/pinot-noir/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/pinot-noir/config.json b/stacks/pinot-noir/config.json index 520c671..4e1e429 100644 --- a/stacks/pinot-noir/config.json +++ b/stacks/pinot-noir/config.json @@ -48,7 +48,7 @@ }, "aocc": { "compiler": "aocc", - "spec": "aocc@4.2.0 %gcc@12.2.0", + "spec": "aocc@4.2.0 +license-agreed %gcc@12.2.0", "version": "4.2.0", "constraint": "env['environment'] in ['jed']" } -- GitLab