summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/muparserx/package.py
blob: 41063d72a5e7dae35e7d35f63b199a2d9aa14143 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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)


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"

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