Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 17, 2019 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/c96d1b56949b3e33ad493a6b6ae84b4e to your computer and use it in GitHub Desktop.
Save ryantm/c96d1b56949b3e33ad493a6b6ae84b4e to your computer and use it in GitHub Desktop.
/nix/store/jg076d6m9q9yqsn3nzb4qla3m6rgxbrk-netcdf-fortran-4.4.5
├── 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