From 4d7ce6a15b74eab51419ecb15a131987b8839e1d Mon Sep 17 00:00:00 2001
From: Nicolas Richart <networms@gmail.ch>
Date: Sat, 22 Jun 2024 22:09:35 +0200
Subject: [PATCH] Spliting package that do not compile with intel

---
 stacks/pinot-noir/spack.yaml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/stacks/pinot-noir/spack.yaml b/stacks/pinot-noir/spack.yaml
index 2ac9123..80f595d 100644
--- a/stacks/pinot-noir/spack.yaml
+++ b/stacks/pinot-noir/spack.yaml
@@ -66,7 +66,7 @@ spack:
         - trimmomatic
         - valgrind
         - xclip
-        - zlib
+        - zlib-ng
 
     # -------------------------------------------------------------------------
     # Serial codes
@@ -82,19 +82,21 @@ spack:
         - hwloc
         - intel-oneapi-tbb
         - jasper
-        - libxc
         - mafft
         - metis
         - muscle
         - nfft
         - python
         - scotch
-        - stacks
         - star
         - subread
         - superlu
         - voropp
 
+    - gcc_serial_codes:
+        - stacks
+        - libxc
+                    
     # -------------------------------------------------------------------------
     # Empty to specialize in environments
     # -------------------------------------------------------------------------
@@ -156,6 +158,10 @@ spack:
         - [$serial_codes]
         - [$%compilers]
 
+    - matrix:
+        - [$gcc_serial_codes]
+        - [$%compiler_gcc]
+
     - matrix:
         - [$mpi_codes]
         - [$^mpi_oneapi]
-- 
GitLab