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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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