FIX: remove wrong q-e package on spack-psi

This commit is contained in:
svcusr-spack (Resp. Germann Elsa Sylvia)
2025-02-03 16:31:46 +01:00
parent 8068f5cfba
commit 65f678efe7

View File

@ -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"))