From 1fdf883488156d8b5ad5b46ca373e03d3645c18a Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Thu, 2 Nov 2023 14:46:42 +0000 Subject: [PATCH] feat: add snakemake --- spack-environment/dev/spack.yaml | 1 + spack-environment/packages.yaml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/spack-environment/dev/spack.yaml b/spack-environment/dev/spack.yaml index 08fa088e6..b4d06425a 100644 --- a/spack-environment/dev/spack.yaml +++ b/spack-environment/dev/spack.yaml @@ -75,6 +75,7 @@ spack: - py-wurlitzer - py-yapf - root + - snakemake - spdlog - stow - tensorflow-lite diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml index a33a2f353..45143916c 100644 --- a/spack-environment/packages.yaml +++ b/spack-environment/packages.yaml @@ -285,6 +285,10 @@ packages: - '@6.28.04' - cxxstd=17 +fftw +fortran +gdml +http -ipo +mlp +pythia8 +root7 +tmva +vc -webgui +xrootd +ssl - any_of: [+opengl +x, -opengl -x] + snakemake: + require: + - '@7.22.0' + - +http +s3 spdlog: require: - '@1.11.0' -- GitLab