From 65f678efe75fd2cb1b7b7ea02143a7174f49084d Mon Sep 17 00:00:00 2001 From: "svcusr-spack (Resp. Germann Elsa Sylvia)" Date: Mon, 3 Feb 2025 16:31:46 +0100 Subject: [PATCH] FIX: remove wrong q-e package on spack-psi --- packages/quantum-espresso/package.py | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 packages/quantum-espresso/package.py diff --git a/packages/quantum-espresso/package.py b/packages/quantum-espresso/package.py deleted file mode 100644 index ef4f13e..0000000 --- a/packages/quantum-espresso/package.py +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other -# Spack Project Developers. See the top-level COPYRIGHT file for details. -# -# SPDX-License-Identifier: (Apache-2.0 OR MIT) - -import os - -from spack.package import * -from spack.pkg.builtin.quantum_espresso import QuantumEspresso as SpackQuantumEspresso - -class QuantumEspresso(SpackQuantumEspresso): - - with when("%nvhpc +cuda"): - depends_on("cuda", type=("build","link","run"))