From 85b6bf99a446e2be4347dfafb55ca2e3ca092655 Mon Sep 17 00:00:00 2001 From: downloadico Date: Mon, 5 Dec 2022 10:48:04 -0700 Subject: Add packages related to the LWA software stack (#34112) * epsic: add epsic package to spack * psrcat: add psrcat to spack * psrchive: add psarchive to spack * tempo: add tempo package to spack --- var/spack/repos/builtin/packages/epsic/package.py | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 var/spack/repos/builtin/packages/epsic/package.py (limited to 'var/spack/repos/builtin/packages/epsic/package.py') diff --git a/var/spack/repos/builtin/packages/epsic/package.py b/var/spack/repos/builtin/packages/epsic/package.py new file mode 100644 index 0000000000..a42a06c74e --- /dev/null +++ b/var/spack/repos/builtin/packages/epsic/package.py @@ -0,0 +1,27 @@ +# 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 Epsic(AutotoolsPackage): + """Electromagnetic Polarization Simulation in C++.""" + + homepage = "https://github.com/straten/epsic" + git = "https://github.com/straten/epsic.git" + + version("develop", default=True) + + # Version to match + # https://github.com/lwa-project/pulsar/blob/master/SoftwareStack.md + # last updated 10/17/2020 + version("LWA-10-17-2020", commit="5315cc634f6539ea0a34e403e492472b97e0f086") + depends_on("autoconf", type="build") + depends_on("automake", type="build") + depends_on("yacc", when="@develop", type="build") + depends_on("libtool", type="build") + depends_on("m4", type="build") + configure_directory = "src" -- cgit v1.2.3-60-g2f50