Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 7, 2018 15:36
Show Gist options
  • Save ryantm/aedb29e367d0b709b77bbdc794b96dd6 to your computer and use it in GitHub Desktop.
Save ryantm/aedb29e367d0b709b77bbdc794b96dd6 to your computer and use it in GitHub Desktop.
/nix/store/29yg9dx5p3ppcvyz7fk2lb14hmmy2slj-hdf5-1.10.2
├── bin
│   ├── h5cc
│   ├── h5clear
│   ├── h5copy
│   ├── h5debug
│   ├── h5diff
│   ├── h5dump
│   ├── h5format_convert
│   ├── h5import
│   ├── h5jam
│   ├── h5ls
│   ├── h5mkgrp
│   ├── h5perf_serial
│   ├── h5redeploy
│   ├── h5repack
│   ├── h5repart
│   ├── h5stat
│   └── h5unjam
├── include
│   ├── H5ACpublic.h
│   ├── H5api_adpt.h
│   ├── H5Apublic.h
│   ├── H5Cpublic.h
│   ├── H5Dpublic.h
│   ├── H5Epubgen.h
│   ├── H5Epublic.h
│   ├── H5FDcore.h
│   ├── H5FDdirect.h
│   ├── H5FDfamily.h
│   ├── H5FDlog.h
│   ├── H5FDmpi.h
│   ├── H5FDmpio.h
│   ├── H5FDmulti.h
│   ├── H5FDpublic.h
│   ├── H5FDsec2.h
│   ├── H5FDstdio.h
│   ├── H5Fpublic.h
│   ├── H5Gpublic.h
│   ├── H5Ipublic.h
│   ├── H5Lpublic.h
│   ├── H5MMpublic.h
│   ├── H5Opublic.h
│   ├── H5overflow.h
│   ├── H5PLextern.h
│   ├── H5PLpublic.h
│   ├── H5Ppublic.h
│   ├── H5pubconf.h
│   ├── H5public.h
│   ├── H5Rpublic.h
│   ├── H5Spublic.h
│   ├── H5Tpublic.h
│   ├── H5version.h
│   ├── H5Zpublic.h
│   └── hdf5.h
├── lib
│   ├── libhdf5.la
│   ├── libhdf5.settings
│   ├── libhdf5.so -> libhdf5.so.101.1.0
│   ├── libhdf5.so.101 -> libhdf5.so.101.1.0
│   └── libhdf5.so.101.1.0
├── nix-support
│   └── propagated-build-inputs
└── share
└── hdf5_examples
├── c
│   ├── h5_attribute.c
│   ├── h5_chunk_read.c
│   ├── h5_cmprss.c
│   ├── h5_compound.c
│   ├── h5_crtatt.c
│   ├── h5_crtdat.c
│   ├── h5_crtgrpar.c
│   ├── h5_crtgrp.c
│   ├── h5_crtgrpd.c
│   ├── h5_drivers.c
│   ├── h5_elink_unix2win.c
│   ├── h5_extend.c
│   ├── h5_extend_write.c
│   ├── h5_extlink.c
│   ├── h5_group.c
│   ├── h5_mount.c
│   ├── h5_rdwt.c
│   ├── h5_read.c
│   ├── h5_ref2reg.c
│   ├── h5_reference.c
│   ├── h5_select.c
│   ├── h5_shared_mesg.c
│   ├── h5_subset.c
│   ├── h5_vds.c
│   ├── h5_vds-eiger.c
│   ├── h5_vds-exc.c
│   ├── h5_vds-exclim.c
│   ├── h5_vds-percival.c
│   ├── h5_vds-percival-unlim.c
│   ├── h5_vds-percival-unlim-maxmin.c
│   ├── h5_vds-simpleIO.c
│   ├── h5_write.c
│   ├── ph5example.c
│   └── run-c-ex.sh
├── README
└── run-all-ex.sh
7 directories, 94 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment