fixing tag name for development branch (#5496)

This commit is contained in:
Mark C. Miller 2017-09-28 18:12:02 -07:00 committed by becker33
parent aee44efada
commit e851d15974

View file

@ -35,7 +35,7 @@ class Amrex(CMakePackage):
version('17.06', git='https://github.com/AMReX-Codes/amrex.git', commit='836d3c7')
version('master', git='https://github.com/AMReX-Codes/amrex.git', tag='master')
version('develop', git='https://github.com/AMReX-Codes/amrex.git', tag='develop')
version('develop', git='https://github.com/AMReX-Codes/amrex.git', tag='development')
variant('dims',
default='3',