netcdf-cxx4: bugfix (#16080)

* Add new variants

* Fix missing config_args variable
This commit is contained in:
Carson Woods
2020-04-15 18:05:42 -05:00
committed by GitHub
parent bd3f24afe1
commit a28c127043

View File

@@ -58,6 +58,7 @@ def libs(self):
) )
def configure_args(self): def configure_args(self):
config_args = []
if '+static' in self.spec: if '+static' in self.spec:
config_args.append('--enable-static') config_args.append('--enable-static')