cubature: Add new package (#46838)

* cubature: Add new package

* cubature: formatting
This commit is contained in:
Tuomas Koskela 2024-10-07 14:04:40 +01:00 committed by GitHub
parent ff98c15065
commit 741b6bc0e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,17 @@
# 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 Cubature(CMakePackage):
"""multi-dimensional adaptive integration (cubature) in C"""
url = "https://github.com/stevengj/cubature/archive/refs/tags/v1.0.4.tar.gz"
git = "https://github.com/stevengj/cubature"
license("GPL-2")
version("1.0.4", sha256="cd4899de0b047a9d220cfb751a8bdbb8fd0c97c1c894d07523b75168e6426f60")