Add top-level attributes for git R-Z packages

This commit is contained in:
Adam J. Stewart
2018-07-24 20:52:35 -05:00
committed by Todd Gamblin
parent a1572bb999
commit 3f18c04865
71 changed files with 210 additions and 200 deletions

View File

@@ -29,11 +29,10 @@ class Tioga(CMakePackage):
"""Topology Independent Overset Grid Assembly (TIOGA)"""
homepage = "https://github.com/jsitaraman/tioga"
url = "https://github.com/jsitaraman/tioga.git"
git = "https://github.com/jsitaraman/tioga.git"
# The master branch doesn't support CMake
version('develop', git="https://github.com/jsitaraman/tioga.git",
branch='nalu-api')
version('develop', branch='nalu-api')
variant('shared', default=False,
description="Enable building shared libraries")