spack/var/spack/repos/compiler_runtime.test/packages/gcc-runtime/package.py
2025-01-02 15:40:28 +01:00

13 lines
279 B
Python

# Copyright Spack Project Developers. See COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *
class GccRuntime(Package):
homepage = "https://example.com"
has_code = False
tags = ["runtime"]
requires("%gcc")