summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/muparserx/package.py
blob: 64b2d2491e62f6ebd569ec89bca530893a7e49ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 Muparserx(CMakePackage):
    """A C++ Library for Parsing Expressions with Strings, Complex
    Numbers, Vectors, Matrices and more."""

    homepage = "https://beltoforion.de/en/muparserx/"
    url = "https://github.com/beltoforion/muparserx/archive/refs/tags/v4.0.8.tar.gz"

    license("BSD-2-Clause")

    version("4.0.8", sha256="5913e0a4ca29a097baad1b78a4674963bc7a06e39ff63df3c73fbad6fadb34e1")