spack/var/spack/repos/builtin/packages/mad-numdiff/package.py
Harmen Stoppels 7b9f8abce5
Add depends_on([c,cxx,fortran]) (#45217)
Add language dependencies `c`, `cxx`, and `fortran`.

These `depends_on` statements are auto-generated based on file extensions found
in source tarballs/zipfiles.

The `# generated` comment can be removed by package maintainers after
validating correctness.
2024-07-17 16:07:43 +02:00

23 lines
728 B
Python

# 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 MadNumdiff(CMakePackage):
"""compare unformatted text files with numerical content"""
homepage = "https://github.com/quinoacomputing/ndiff"
url = "https://github.com/quinoacomputing/ndiff/tarball/20150724"
git = "https://github.com/quinoacomputing/ndiff.git"
license("GPL-3.0-only")
version("develop", branch="master")
version("20150724", sha256="33130b48416f8dcb6402acbcb8906cdec35b7242fe2f3ad49b7d7c063d75377b")
depends_on("c", type="build") # generated