From 25aeda1c4670a8f44c96b3313a48ae510243afeb Mon Sep 17 00:00:00 2001 From: Ross Ceballo Date: Mon, 20 Jan 2025 23:03:42 -0500 Subject: [PATCH 1/2] Updated platforms to include new arch like arm and aarch --- stack/platforms.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stack/platforms.rst b/stack/platforms.rst index e737ce0e..4a06b752 100644 --- a/stack/platforms.rst +++ b/stack/platforms.rst @@ -5,7 +5,7 @@ Supported Platforms Introduction ============ -The Science Pipelines are required to be portable across many compute platforms ranging from high-performance computing centers to laptops (refer to DMS-REQ-0308 in :lse:`61`). +The Science Pipelines are required to be portable across many compute platforms ranging from high-performance computing centers to laptops (refer to DMS-REQ-0308 in `lse-61`_). The software will likely work on any Unix-like systems but we limit our testing and support to a fixed set of platforms. Patches may be accepted from developers who test on other operating systems. @@ -49,3 +49,5 @@ To request that a new package be added to the environment, please :doc:`file an .. _Conda: https://conda.io .. _conda-forge: https://conda-forge.org/ .. _scipipe_conda_env: https://github.com/lsst/scipipe_conda_env +.. _lse-61: https://lse-61.lsst.io/ + From 43b1c49bd2f0712b68509f566e4dd8c494b0d105 Mon Sep 17 00:00:00 2001 From: Ross Ceballo Date: Tue, 13 May 2025 21:28:39 -0400 Subject: [PATCH 2/2] Updated platform to remove mac x86 --- stack/platforms.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stack/platforms.rst b/stack/platforms.rst index 4a06b752..8fd58fa9 100644 --- a/stack/platforms.rst +++ b/stack/platforms.rst @@ -26,13 +26,10 @@ The baseline platform is currently AlmaLinux 9 on Intel x86_64. We regularly test the following platforms in addition to the baseline platform: -* macOS Monterey (12.x) on x86; -* macOS Ventura (13.x) on x86; * macOS Sonoma (14.x) on Apple Silicon; * AlmaLinux 9 on ARM (aarch64). See https://rubin-ci.slac.stanford.edu/blue for the current list of regularly-tested platforms. -(The "osx" platform there for the "stack-os-matrix" job randomly chooses a Monterey or Ventura machine for each execution to limit load.) .. _platforms-environment: @@ -50,4 +47,3 @@ To request that a new package be added to the environment, please :doc:`file an .. _conda-forge: https://conda-forge.org/ .. _scipipe_conda_env: https://github.com/lsst/scipipe_conda_env .. _lse-61: https://lse-61.lsst.io/ -