hdf5: Correct spelling (#4172)
* hdf5: Correct spelling * hdf5: avoid trailing spaces
This commit is contained in:
parent
c422b33d77
commit
28c7d15df8
@ -79,11 +79,11 @@ class Hdf5(AutotoolsPackage):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def libs(self):
|
def libs(self):
|
||||||
"""Hdf5 can be queried for the following parameters:
|
"""HDF5 can be queried for the following parameters:
|
||||||
|
|
||||||
- "hl": high-level interface
|
- "hl": high-level interface
|
||||||
- "cxx": C++ APIs
|
- "cxx": C++ APIs
|
||||||
- "fortran": fortran APIs
|
- "fortran": Fortran APIs
|
||||||
|
|
||||||
:return: list of matching libraries
|
:return: list of matching libraries
|
||||||
"""
|
"""
|
||||||
@ -144,7 +144,7 @@ def libs(self):
|
|||||||
def fortran_check(self):
|
def fortran_check(self):
|
||||||
spec = self.spec
|
spec = self.spec
|
||||||
if '+fortran' in spec and not self.compiler.fc:
|
if '+fortran' in spec and not self.compiler.fc:
|
||||||
msg = 'cannot build a fortran variant without a fortran compiler'
|
msg = 'cannot build a Fortran variant without a Fortran compiler'
|
||||||
raise RuntimeError(msg)
|
raise RuntimeError(msg)
|
||||||
|
|
||||||
def configure_args(self):
|
def configure_args(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user