Skip to content
Snippets Groups Projects
Commit 8917d58e authored by Sajid Ali's avatar Sajid Ali Committed by Massimiliano Culpo
Browse files

syned: new package at develop (#14468)

parent 9c447962
No related branches found
No related tags found
No related merge requests found
# Copyright 2013-2020 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 PySyned(PythonPackage):
"""A python library to define the components of a synchrotron beamline and
their positions. They can be read/write to json files. It is used by OASYS
as a common tool to define sources and optical systems that are then
exported to the different add-ons."""
homepage = "https://github.com/oasys-kit/syned"
git = "https://github.com/oasys-kit/syned.git"
version('develop', branch='master')
depends_on('py-numpy')
depends_on('py-scipy')
depends_on('py-setuptools')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment