summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/libmatheval/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/libmatheval/package.py')
-rw-r--r--var/spack/repos/builtin/packages/libmatheval/package.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/libmatheval/package.py b/var/spack/repos/builtin/packages/libmatheval/package.py
index 412ed31afa..3621090848 100644
--- a/var/spack/repos/builtin/packages/libmatheval/package.py
+++ b/var/spack/repos/builtin/packages/libmatheval/package.py
@@ -17,16 +17,16 @@ class Libmatheval(AutotoolsPackage, GNUMirrorPackage):
homepage = "https://www.gnu.org/software/libmatheval/"
gnu_mirror_path = "libmatheval/libmatheval-1.1.11.tar.gz"
- version('1.1.11', sha256='474852d6715ddc3b6969e28de5e1a5fbaff9e8ece6aebb9dc1cc63e9e88e89ab')
+ version("1.1.11", sha256="474852d6715ddc3b6969e28de5e1a5fbaff9e8ece6aebb9dc1cc63e9e88e89ab")
# Only needed for unit tests, but configure crashes without it
- depends_on('guile', type='build')
+ depends_on("guile", type="build")
- depends_on('flex')
+ depends_on("flex")
# guile 2.0 provides a deprecated interface for the unit test using guile
- patch('guile-2.0.patch', when='^guile@2.0')
+ patch("guile-2.0.patch", when="^guile@2.0")
# guile 2.2 does not support deprecated functions any longer
# the patch skips the unit tests
- patch('guile-2.2.patch', when='^guile@2.2:')
+ patch("guile-2.2.patch", when="^guile@2.2:")