Skip to content
Snippets Groups Projects
Commit ad440c06 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Merge branch 'master' into 'master'

Added biobb-md

See merge request technical-coordination/project-internal/devops/platform/ebrains-spack-builds!93
parents 2eabeb00 062483be
No related branches found
No related tags found
2 merge requests!98create new experimental release,!93Added biobb-md
Pipeline #17200 passed with stage
in 25 minutes and 34 seconds
from spack import *
class BiobbMd(PythonPackage):
"""Biobb_md is the Biobb module collection to perform molecular
dynamics simulations"""
# Homepage and download url
homepage = "https://github.com/bioexcel/biobb_md"
git = 'https://github.com/bioexcel/biobb_md.git'
# Versions
version('3.7.1', branch='master')
# Dependencies
depends_on('biobb-common')
depends_on('python@3.7:', type=('build', 'run'))
depends_on('gromacs')
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