Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 328 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 328 Bytes

CHDF5

This is a Swift package manager module map for HDF5. It assumes that you installed HDF5 with a prefix of /usr/local, which is the default for homebrew (brew install hdf5).

To use add this to your Package.swift file dependencies:

.Package(url: "https://github.com/aleph7/CHDF5.git", majorVersion: 1)