File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
var/spack/repos/builtin/packages/openfast Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ class Openfast(CMakePackage):
5050 variant ("openmp" , default = False , description = "Enable OpenMP support" )
5151 variant ("netcdf" , default = False , description = "Enable NetCDF support" )
5252 variant ("rosco" , default = False , description = "Build ROSCO controller" )
53+ variant ("fastfarm" , default = False , description = "Enable FAST.Farm capabilities" )
5354
5455 depends_on ("blas" )
5556 depends_on ("lapack" )
@@ -78,6 +79,7 @@ def cmake_args(self):
7879 self .define_from_variant ("BUILD_OPENFAST_CPP_API" , "cxx" ),
7980 self .define_from_variant ("BUILD_OPENFAST_CPP_DRIVER" , "cxx" ),
8081 self .define_from_variant ("CMAKE_POSITION_INDEPENDENT_CODE" , "pic" ),
82+ self .define_from_variant ("BUILD_FASTFARM" , "fastfarm" ),
8183 ]
8284 )
8385
You can’t perform that action at this time.
0 commit comments