From d3519af7de84fa72dee0618c7754f7ebeaa23142 Mon Sep 17 00:00:00 2001 From: Douglas Duckworth Date: Mon, 18 Dec 2017 13:38:20 -0500 Subject: relion - added new stable version 2.1 (#6706) --- var/spack/repos/builtin/packages/relion/package.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/var/spack/repos/builtin/packages/relion/package.py b/var/spack/repos/builtin/packages/relion/package.py index c20d2637a6..03fa8fc9a0 100644 --- a/var/spack/repos/builtin/packages/relion/package.py +++ b/var/spack/repos/builtin/packages/relion/package.py @@ -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") -- cgit v1.2.3-70-g09d2