initial fetch on crayport
This commit is contained in:
		@@ -119,7 +119,7 @@ def check(exe):
 | 
			
		||||
        self.fc  = check(fc)
 | 
			
		||||
 | 
			
		||||
        self.spec = cspec
 | 
			
		||||
        self.module = module
 | 
			
		||||
        self.modules = modules.split()
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -252,7 +252,7 @@ def variant(pkg, name, default=False, description=""):
 | 
			
		||||
    """Define a variant for the package. Packager can specify a default
 | 
			
		||||
    value (on or off) as well as a text description."""
 | 
			
		||||
 | 
			
		||||
    default     = bool(default)
 | 
			
		||||
    default     = default
 | 
			
		||||
    description = str(description).strip()
 | 
			
		||||
 | 
			
		||||
    if not re.match(spack.spec.identifier_re, name):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user