Abinit: a few modernizations for the package and its dependencies (#3699)
* libxc: added libs interface * hdf5: added libs interface, added conflicts * abinit: modernized package to use build interface * netcdf-fortran: added libs interface * abinit: added version 8.2.2
This commit is contained in:

committed by
GitHub

parent
030127a071
commit
10c395b2f5
@@ -901,16 +901,12 @@ def __init__(self, spec, name, query_parameters):
|
||||
)
|
||||
|
||||
is_virtual = Spec.is_virtual(name)
|
||||
self._query_to_package = QueryState(
|
||||
self.last_query = QueryState(
|
||||
name=name,
|
||||
extra_parameters=query_parameters,
|
||||
isvirtual=is_virtual
|
||||
)
|
||||
|
||||
@property
|
||||
def last_query(self):
|
||||
return self._query_to_package
|
||||
|
||||
|
||||
@key_ordering
|
||||
class Spec(object):
|
||||
|
Reference in New Issue
Block a user