Skip to content
Snippets Groups Projects
Commit 528a8359 authored by Dani Beltrán's avatar Dani Beltrán Committed by Eleni Mathioulaki
Browse files

add/update spack packages for several BioBBs and their dependencies

parent 235bac59
No related branches found
No related tags found
3 merge requests!349create new experimental release,!346Update spack packages for several BioBBs and their dependencies,!341Added/Updated spack packages for several BioBBs and their dependenciesMaster
from spack import *
class Simpletraj(PythonPackage):
"""Lightweight coordinate-only trajectory reader based on code from GROMACS, MDAnalysis and VMD."""
# Homepage and download url
homepage = "https://github.com/arose/simpletraj"
git = 'https://github.com/arose/simpletraj.git'
# Set the gitlab accounts of this package maintainers
maintainers = ['dbeltran']
# Versions
version('0.3', branch='master')
# Dependencies
depends_on('python@3.8:', type=('build', 'run'))
depends_on('py-setuptools')
depends_on('py-numpy')
......@@ -49,8 +49,16 @@ spack:
- py-snudda@1.4.0
- py-pyunicore@0.14.1
- py-neuror@1.4.2
- biobb-common@3.8.1
- biobb-gromacs@3.8.1
- biobb-analysis@4.0.1
- biobb-chemistry@4.0.0
- biobb-common@4.0.0
- biobb-gromacs@4.0.0
- biobb-io@4.0.0
- biobb-model@4.0.0
- biobb-structure-checking@3.12.1
- biobb-structure-utils@4.0.0
- nglview@3.0.4
- simpletraj@0.3
- apbs@3.4.0
- py-pdb2pqr@3.5.2
- sda@7.3.3d
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment