new pkg: py-psalg (#37653)
This commit is contained in:
parent
c9a790bce9
commit
ca84c96478
1 changed files with 22 additions and 0 deletions
22
var/spack/repos/builtin/packages/py-psalg/package.py
Normal file
22
var/spack/repos/builtin/packages/py-psalg/package.py
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Copyright 2013-2023 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 PyPsalg(PythonPackage):
|
||||||
|
"""LCLS II Developement: PSAlg Python."""
|
||||||
|
|
||||||
|
homepage = "https://github.com/slac-lcls/lcls2"
|
||||||
|
url = "https://github.com/slac-lcls/lcls2/archive/refs/tags/3.3.37.tar.gz"
|
||||||
|
|
||||||
|
maintainers("valmar")
|
||||||
|
|
||||||
|
version("3.3.37", sha256="127a5ae44c9272039708bd877849a3af354ce881fde093a2fc6fe0550b698b72")
|
||||||
|
|
||||||
|
depends_on("py-setuptools", type="build")
|
||||||
|
depends_on("psalg")
|
||||||
|
|
||||||
|
build_directory = "psalg"
|
Loading…
Reference in a new issue