relion - added new stable version 2.1 (#6706)

This commit is contained in:
Douglas Duckworth 2017-12-18 13:38:20 -05:00 committed by scheibelp
parent 0cff0fba73
commit d3519af7de

View File

@ -34,11 +34,8 @@ class Relion(CMakePackage):
homepage = "http://http://www2.mrc-lmb.cam.ac.uk/relion"
url = "https://github.com/3dem/relion"
version('2.1-beta-1', git='https://github.com/3dem/relion.git',
commit='e7607a869687b636d3c39e0d5b6a9cba930fc3b2')
version('2.0.3', git='https://github.com/3dem/relion.git',
preferred='true')
version('2.1', git='https://github.com/3dem/relion.git', tag='2.1')
version('2.0.3', git='https://github.com/3dem/relion.git', tag='2.0.3')
version('develop', git='https://github.com/3dem/relion.git')
variant('gui', default=True, description="build the gui")