mannau / h5

Interface to the HDF5 Library
Other
70 stars 22 forks source link

Update OS X install command #50

Closed volemont closed 3 years ago

volemont commented 7 years ago

Fix deprecated warning:

$ brew install homebrew/science/hdf5 --enable-cxx
==> Installing hdf5 from homebrew/science
Warning: homebrew/science/hdf5: --enable-cxx was deprecated; using --with-cxx instead!
Warning: homebrew/science/hdf5: this formula has no --with-cxx option so it will be ignored!
==> Downloading https://homebrew.bintray.com/bottles-science/hdf5-1.10.1.sierra.bottle.tar.gz
==> Pouring hdf5-1.10.1.sierra.bottle.tar.gz
🍺  /usr/local/Cellar/hdf5/1.10.1: 203 files, 12.9MB
codecov-io commented 7 years ago

Codecov Report

Merging #50 into master will increase coverage by 5.13%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
+ Coverage   83.62%   88.75%   +5.13%     
==========================================
  Files          19       18       -1     
  Lines        1783     1530     -253     
==========================================
- Hits         1491     1358     -133     
+ Misses        292      172     -120
Impacted Files Coverage Δ
src/h5_init.c
src/Helpers.cpp 83.51% <0%> (+0.77%) :arrow_up:
src/Group.cpp 92.42% <0%> (+12.21%) :arrow_up:
src/Dataset.cpp 95.23% <0%> (+17.6%) :arrow_up:
src/Attribute.cpp 100% <0%> (+20%) :arrow_up:
src/File.cpp 97.14% <0%> (+25.95%) :arrow_up:
src/Dataspace.cpp 100% <0%> (+41.86%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 09382bb...7debe14. Read the comment docs.