cubature: Add new package (#46838)
* cubature: Add new package * cubature: formatting
This commit is contained in:
parent
ff98c15065
commit
741b6bc0e4
17
var/spack/repos/builtin/packages/cubature/package.py
Normal file
17
var/spack/repos/builtin/packages/cubature/package.py
Normal 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")
|
Loading…
Reference in New Issue
Block a user