summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/gromacs
diff options
context:
space:
mode:
authorHarmen Stoppels <me@harmenstoppels.nl>2023-10-20 16:20:20 +0200
committerGitHub <noreply@github.com>2023-10-20 16:20:20 +0200
commit4bade7ef967ca07fce9e46c1d1f466618fd5c987 (patch)
tree5105ac44175fc9c9a8ba50f788cadef58efe3b9f /var/spack/repos/builtin/packages/gromacs
parenta0e33bf7b0223c24d031ebf2c882a87579d8ec35 (diff)
downloadspack-4bade7ef967ca07fce9e46c1d1f466618fd5c987.tar.gz
spack-4bade7ef967ca07fce9e46c1d1f466618fd5c987.tar.bz2
spack-4bade7ef967ca07fce9e46c1d1f466618fd5c987.tar.xz
spack-4bade7ef967ca07fce9e46c1d1f466618fd5c987.zip
gromacs +cp2k: build in CI (#40494)
* gromacs +cp2k: build in CI * libxsmm: x86 only * attempt to fix dbcsr + new mpich * use c11 standard * gromacs: does not depend on dbcsr * cp2k: build with cmake in CI, s.t. dbcsr is a separate package * cp2k: cmake patches for config files and C/C++ std * cp2k: remove unnecessary constraints due to patch
Diffstat (limited to 'var/spack/repos/builtin/packages/gromacs')
-rw-r--r--var/spack/repos/builtin/packages/gromacs/package.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/gromacs/package.py b/var/spack/repos/builtin/packages/gromacs/package.py
index a4a024eb1c..052832e003 100644
--- a/var/spack/repos/builtin/packages/gromacs/package.py
+++ b/var/spack/repos/builtin/packages/gromacs/package.py
@@ -261,7 +261,6 @@ class Gromacs(CMakePackage, CudaPackage):
depends_on("hwloc", when="+hwloc@2019:")
depends_on("cp2k@8.1:", when="+cp2k")
- depends_on("dbcsr", when="+cp2k")
depends_on("nvhpc", when="+cufftmp")