diff --git a/stacks/pinot-noir-gcc/spack.yaml b/stacks/pinot-noir-gcc/spack.yaml
index bc226accf7353bfef40695b18e5928f212eac34f..2c695d7eabb71ee4bc74838344daa65bdfbdccea 100644
--- a/stacks/pinot-noir-gcc/spack.yaml
+++ b/stacks/pinot-noir-gcc/spack.yaml
@@ -18,21 +18,12 @@ spack:
     - mpi_gcc:
         - openmpi@5.0.3
 
-    - mpi_oneapi:
-        - intel-oneapi-mpi@2021.12.1
-
     - blas_gcc:
         - openblas@0.3.26
 
-    - blas_oneapi:
-        - intel-oneapi-mkl@2024.1.0
-
     - python_gcc:
         - python@3.11.7
 
-    - python_oneapi:
-        - python@3.11.7
-
     # -------------------------------------------------------------------------
     # Core packages
     # -------------------------------------------------------------------------
@@ -74,30 +65,14 @@ spack:
 
     - cuda_serial_codes: []
 
-
-    # -------------------------------------------------------------------------
-    # Generic definitions
-    # -------------------------------------------------------------------------
-    - mpis:
-        - $mpi_oneapi
-        - $mpi_gcc
-
   specs:
     - matrix:
         - [$compilers_specs]
 
-    - matrix:
-        - [$blas_oneapi]
-        - [$%compiler_oneapi]
-
     - matrix:
         - [$blas_gcc]
         - [$%compiler_gcc]
 
-    - matrix:
-        - [$mpi_oneapi]
-        - [$%compiler_oneapi]
-
     - matrix:
         - [$mpi_gcc]
         - [$%compiler_gcc]
@@ -118,10 +93,6 @@ spack:
         - [$gcc_serial_codes]
         - [$%compiler_gcc]
 
-    - matrix:
-        - [$oneapi_serial_codes]
-        - [$%compiler_oneapi]
-
     - matrix:
         - [$cuda_serial_codes]
         - [$%compiler_gcc]