Skip to content

Commit

Permalink
linaro/24.1.1 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgphpc authored Jan 22, 2025
1 parent a09a602 commit 5a8ed6f
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 73 deletions.
15 changes: 7 additions & 8 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,26 +196,25 @@ uenvs:
todi: [gh200]
develop: False
linaro-forge:
"24.1":
"24.1.1":
recipes:
zen2: "24.1"
gh200: "24.1"
zen2: "24.1.1"
gh200: "24.1.1"
deploy:
eiger: [zen2]
santis: [gh200]
daint: [gh200]
todi: [gh200]
# clariden ?
develop: False
mount: "/user-tools"
"24.0.2":
"24.1":
recipes:
zen2: "24.0.2"
gh200: "24.0.2"
zen2: "24.1"
gh200: "24.1"
deploy:
eiger: [zen2]
santis: [gh200]
daint: [gh200]
todi: [gh200]
develop: False
mount: "/user-tools"
mch:
Expand Down
6 changes: 0 additions & 6 deletions recipes/linaro-forge/23.1.2/config.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions recipes/linaro-forge/23.1.2/environments.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions recipes/linaro-forge/23.1.2/modules.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions recipes/linaro-forge/23.1.2/post-install

This file was deleted.

1 change: 0 additions & 1 deletion recipes/linaro-forge/23.1.2/repo

This file was deleted.

5 changes: 0 additions & 5 deletions recipes/linaro-forge/24.0.2/compilers.yaml

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ store: /user-tools
description: https://www.linaroforge.com/download-documentation
spack:
repo: https://github.com/spack/spack.git
commit: releases/v0.21
commit: releases/v0.22
modules: True
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gcc-env:
spec: gcc
unify: true
specs:
- linaro-forge@24.0.2 +accept-eula
- linaro-forge@24.1.1 +accept-eula
views:
forge:
link: roots
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
default:
features:
- ddt
- map
cc: gcc
cxx: g++
ftn: gfortran
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

forge_bin={{ env.mount }}/env/forge/bin
echo "export PATH=$forge_bin:\$PATH" >> {{ env.mount }}/activate
echo "export UENV_DDT_VERSION=24.0.2" >> {{ env.mount }}/activate
echo "export UENV_DDT_VERSION=24.1.1" >> {{ env.mount }}/activate
File renamed without changes.
16 changes: 6 additions & 10 deletions recipes/linaro-forge/repo/packages/linaro-forge/package.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
# Copyright Spack Project Developers. See COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

Expand All @@ -23,6 +22,9 @@ class LinaroForge(Package):
maintainers("kenche-linaro")

if platform.machine() == "aarch64":
version(
"24.1.1", sha256="ad02a8912650bdca6f50de12c2b6fb471730a5f38f3c58fe91d48429337d3a10"
)
version("24.1", sha256="e297d0c19c95d4db842187eb38882db094094ec667d854aaf396e11a81bffe0b")
version(
"24.0.6", sha256="a7f9f71e4352be3680854611fe433a9974fcb8a327ac65ca3bc950c956eac6e4"
Expand Down Expand Up @@ -66,9 +68,6 @@ class LinaroForge(Package):
version(
"22.1.4", sha256="4e2af481a37b4c99dba0de6fac75ac945316955fc4170d06e321530adea7ac9f"
)
version(
"21.1.3", sha256="4a4ff7372aad5a31fc9e18b7b6c493691ab37d8d44a3158584e62d1ab82b0eeb"
)
elif platform.machine() == "ppc64le":
# N.B. support for ppc64le was dropped in 24.0
version(
Expand Down Expand Up @@ -97,10 +96,10 @@ class LinaroForge(Package):
version(
"22.0.4", sha256="f4cb5bcbaa67f9209299fe4653186a2829760b8b16a2883913aa43766375b04c"
)
elif platform.machine() == "x86_64":
version(
"21.1.3", sha256="eecbc5686d60994c5468b2d7cd37bebe5d9ac0ba37bd1f98fbfc69b071db541e"
"24.1.1", sha256="b58b59f0b4ccf50eb48753d740172f71941b1fbe132dea96d35c6dad58cd9b96"
)
elif platform.machine() == "x86_64":
version("24.1", sha256="0b96878ab73c20b39c4730ed15f24ca86dc5985637ff5d8e68f55e1e802e5fe3")
version(
"24.0.6", sha256="eab198b964862b4664359ccbec1edb27c2dd3b9fa82bcb4e14fc616a2b0341da"
Expand Down Expand Up @@ -147,9 +146,6 @@ class LinaroForge(Package):
version(
"22.0.4", sha256="a2c8c1da38b9684d7c4656a98b3fc42777b03fd474cd0bf969324804f47587e5"
)
version(
"21.1.3", sha256="03dc82f1d075deb6f08d1e3e6592dc9b630d406c08a1316d89c436b5874f3407"
)

variant(
"probe",
Expand Down

0 comments on commit 5a8ed6f

Please sign in to comment.