0

Does anyone have or know of a pre-built HDF5 on OSX somewhere?

The one I compiled myself gives me some mismatch errors and does not work in some cases. I mainly need it to use it with Alembic.

Yasin
  • 609
  • 1
  • 10
  • 22
  • How about with a package manager? [Fink](http://www.finkproject.org/), [MacPorts](https://www.macports.org/) or [Homebrew](http://brew.sh/). Are three that pop into my mind the quickest. – Timothy Brown Jul 27 '15 at 17:50
  • The homebrew I tried didn't work for me either, unfortunately. I think it was an old version of it. – Yasin Jul 27 '15 at 18:11
  • @Yasin Did you run `brew update` before `brew install hdf5`? – Simon Jul 27 '15 at 20:10

1 Answers1

0
brew install homebrew/science/hdf5

seems to work

Benedikt S. Vogler
  • 554
  • 1
  • 5
  • 19