diff options
author | Chuck Atkins <chuck.atkins@kitware.com> | 2019-01-26 09:16:03 -0600 |
---|---|---|
committer | Axel Huebl <axel.huebl@plasma.ninja> | 2019-01-26 16:16:03 +0100 |
commit | e867319ac3f74a322e1fcfb38ae3a0bb2944e488 (patch) | |
tree | 3c80cef363df68c6d842c084b2972719497852f0 /var | |
parent | 76c757de2218dff0078cec516c2a7c4810f7ff27 (diff) | |
download | spack-e867319ac3f74a322e1fcfb38ae3a0bb2944e488.tar.gz spack-e867319ac3f74a322e1fcfb38ae3a0bb2944e488.tar.bz2 spack-e867319ac3f74a322e1fcfb38ae3a0bb2944e488.tar.xz spack-e867319ac3f74a322e1fcfb38ae3a0bb2944e488.zip |
perl-data-dumper: New package (#10425)
This package is added to satisfy a build time dependency for llvm-openmp
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/perl-data-dumper/package.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/perl-data-dumper/package.py b/var/spack/repos/builtin/packages/perl-data-dumper/package.py new file mode 100644 index 0000000000..d596c7e010 --- /dev/null +++ b/var/spack/repos/builtin/packages/perl-data-dumper/package.py @@ -0,0 +1,15 @@ +# Copyright 2013-2019 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 import * + + +class PerlDataDumper(PerlPackage): + """Stringified perl data structures, suitable for both printing and eval""" + + homepage = "http://search.cpan.org/dist/Data-Dumper/Dumper.pm" + url = "https://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/Data-Dumper-2.173.tar.gz" + + version('2.173', '5e57ded19aff069f3f05dfb5e5ca1e1d') |