summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/rkt-dynext-lib/package.py
blob: b391fdeeea2c8eb0ccfb973c0097f826430110bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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)

from spack.package import *


class RktDynextLib(RacketPackage):
    """Racket library for running a C compiler/linker."""

    git = "ssh://git@github.com/racket/cext-lib.git"

    maintainers("elfprince13")

    version("8.3", commit="cc22e2456df881a9008240d70dd9012ef37395f5")  # tag = 'v8.3'
    depends_on("rkt-base@8.3", type=("build", "run"), when="@8.3")

    racket_name = "dynext-lib"
    subdirectory = racket_name