Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 21, 2018 02:09
Show Gist options
  • Save ryantm/c28218d35636f05cac88796c8fe27ec1 to your computer and use it in GitHub Desktop.
Save ryantm/c28218d35636f05cac88796c8fe27ec1 to your computer and use it in GitHub Desktop.
/nix/store/iab00yc7zgj1q5cdazbnfbx2gc9f6zi0-netcdf-fortran-4.4.4
├── bin
│   └── nf-config
├── include
│   ├── netcdf4_f03.mod
│   ├── netcdf4_nc_interfaces.mod
│   ├── netcdf4_nf_interfaces.mod
│   ├── netcdf_f03.mod
│   ├── netcdf_fortv2_c_interfaces.mod
│   ├── netcdf.inc
│   ├── netcdf.mod
│   ├── netcdf_nc_data.mod
│   ├── netcdf_nc_interfaces.mod
│   ├── netcdf_nf_data.mod
│   ├── netcdf_nf_interfaces.mod
│   └── typesizes.mod
├── lib
│   ├── libnetcdff.la
│   ├── libnetcdff.so -> libnetcdff.so.6.1.1
│   ├── libnetcdff.so.6 -> libnetcdff.so.6.1.1
│   ├── libnetcdff.so.6.1.1
│   └── pkgconfig
│   └── netcdf-fortran.pc
└── share
└── man
└── man3
└── netcdf_fortran.3.gz
7 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment