Skip to content

Commit df3ca30

Browse files
authored
Merge pull request #4086 from bedroge/netcdf_libxml2
Make sure that netcdf easyblock picks up the EB-provided libxml2 and bzip2
2 parents 7059ac7 + 83383a2 commit df3ca30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

easybuild/easyblocks/n/netcdf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ def configure_step(self):
6868
ConfigureMake.configure_step(self)
6969

7070
else:
71-
for (dep, libname) in [('cURL', 'curl'), ('HDF5', 'hdf5'), ('Szip', 'sz'), ('zlib', 'z'),
72-
('PnetCDF', 'pnetcdf')]:
71+
for (dep, libname) in [('bzip2', 'bz2'), ('cURL', 'curl'), ('HDF5', 'hdf5'), ('libxml2', 'xml2'),
72+
('PnetCDF', 'pnetcdf'), ('Szip', 'sz'), ('zlib', 'z')]:
7373
dep_root = get_software_root(dep)
7474
dep_libdir = get_software_libdir(dep)
7575

0 commit comments

Comments
 (0)