codes package: add version 1.1.0 (#10414)

This commit is contained in:
Abhinav Bhatele 2019-01-30 11:27:56 -08:00 committed by Peter Scheibel
parent 25d2ccfcc5
commit 5c99716160

View File

@ -14,6 +14,7 @@ class Codes(AutotoolsPackage):
git = "https://xgitlab.cels.anl.gov/codes/codes.git"
version('develop', branch='master')
version('1.1.0', tag='1.1.0')
version('1.0.0', tag='1.0.0')
variant('dumpi', default=False, description="Enable DUMPI support")