Openfast version update (#48558)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							116ffe5809
						
					
				
				
					commit
					66ce93a2e3
				
			@@ -194,4 +194,7 @@ def cmake_args(self):
 | 
			
		||||
                ),
 | 
			
		||||
            )
 | 
			
		||||
 | 
			
		||||
        if spec.satisfies("+openfast"):
 | 
			
		||||
            args.append(define("AMR_WIND_OPENFAST_VERSION", spec["openfast"].version))
 | 
			
		||||
 | 
			
		||||
        return args
 | 
			
		||||
 
 | 
			
		||||
@@ -17,6 +17,8 @@ class Openfast(CMakePackage):
 | 
			
		||||
 | 
			
		||||
    version("develop", branch="dev")
 | 
			
		||||
    version("master", branch="main")
 | 
			
		||||
    version("4.0.0", tag="v4.0.0")
 | 
			
		||||
    version("3.5.5", tag="v3.5.5")
 | 
			
		||||
    version("3.5.4", tag="v3.5.4")
 | 
			
		||||
    version("3.5.3", tag="v3.5.3")
 | 
			
		||||
    version("3.4.1", tag="v3.4.1")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user