netcdf-cxx4: bugfix (#16080)
* Add new variants * Fix missing config_args variable
This commit is contained in:
parent
bd3f24afe1
commit
a28c127043
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue