Skip to content

Commit 7c4fd7d

Browse files
committed
Removed all references to NetCDF
1 parent bf1e75a commit 7c4fd7d

14 files changed

+8
-15122
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ Electronic Structure Common Data Format Library
44

55
Libescdf is a library created to exchange electronic-structure-related data in
66
a platform-independent and efficient manner. It is based on the Electronic
7-
Structure Common Data Format Specifications, as well as HDF5 and NetCDF.
7+
Structure Common Data Format Specifications, as well as HDF5.
88

Diff for: config/data/libescdf-config.yml.in

-8
Original file line numberDiff line numberDiff line change
@@ -23,37 +23,29 @@ defaults:
2323
debug_enable: "@escdf_debug_enable_def@"
2424
hdf5_enable: "@escdf_hdf5_enable_def@"
2525
mpi_enable: "@escdf_mpi_enable_def@"
26-
netcdf_enable: "@escdf_netcdf_enable_def@"
2726
hdf5_ser_incs: "@escdf_hdf5_ser_incs_def@"
2827
hdf5_ser_libs: "@escdf_hdf5_ser_libs_def@"
2928
hdf5_mpi_incs: "@escdf_hdf5_mpi_incs_def@"
3029
hdf5_mpi_libs: "@escdf_hdf5_mpi_libs_def@"
31-
netcdf_incs: "@escdf_netcdf_incs_def@"
32-
netcdf_libs: "@escdf_netcdf_libs_def@"
3330

3431
options:
3532
enable_debug: "@enable_debug@"
3633
with_hdf5: "@with_hdf5@"
3734
with_mpi: "@with_mpi@"
38-
with_netcdf: "@with_netcdf@"
3935

4036
triggers:
4137
debug_enable: "@escdf_debug_enable@"
4238
hdf5_enable: "@escdf_hdf5_enable@"
4339
mpi_enable: "@escdf_mpi_enable@"
44-
netcdf_enable: "@escdf_netcdf_enable@"
4540

4641
inits:
4742
debug: "@escdf_debug_type@"
4843
hdf5: "@escdf_hdf5_type@"
4944
mpi: "@escdf_mpi_type@"
50-
netcdf: "@escdf_netcdf_type@"
5145

5246
deps:
5347
hdf5_incs: "@escdf_hdf5_incs@"
5448
hdf5_libs: "@escdf_hdf5_libs@"
55-
netcdf_incs: "@escdf_netcdf_incs@"
56-
netcdf_libs: "@escdf_netcdf_libs@"
5749

5850
mpi_internals:
5951
cc_set: "@escdf_mpi_cc_set@"

Diff for: config/data/libescdf.pc.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ includedir=@includedir@
55

66
Name: libescdf
77
Description: Electronic Structure Common Data Format Library
8-
Requires: hdf5 netcdf
8+
Requires: hdf5
99
Version: @VERSION@
1010
Libs: -L${libdir} -lescdf
1111
Cflags: -I${includedir}

0 commit comments

Comments
 (0)