From 8dad29752603c4daa25276fe03a48d3d5afacd84 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Mon, 12 Sep 2022 10:27:03 -0500 Subject: cuba: new package (#32510) --- var/spack/repos/builtin/packages/cuba/package.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 var/spack/repos/builtin/packages/cuba/package.py (limited to 'var') diff --git a/var/spack/repos/builtin/packages/cuba/package.py b/var/spack/repos/builtin/packages/cuba/package.py new file mode 100644 index 0000000000..e54a2963f2 --- /dev/null +++ b/var/spack/repos/builtin/packages/cuba/package.py @@ -0,0 +1,21 @@ +# Copyright 2013-2022 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 Cuba(AutotoolsPackage): + """The Cuba library offers a choice of four independent routines for + multidimensional numerical integration: Vegas, Suave, Divonne, and + Cuhre.""" + + homepage = "https://feynarts.de/cuba/" + url = "https://feynarts.de/cuba/Cuba-4.2.2.tar.gz" + + maintainers = ["wdconinc"] + + version("4.2.2", sha256="8d9f532fd2b9561da2272c156ef7be5f3960953e4519c638759f1b52fe03ed52") + + parallel = False -- cgit v1.2.3-70-g09d2