Skip to content

Commit

Permalink
Merge branch 'blawrence/update-dev-md' into 'master'
Browse files Browse the repository at this point in the history
Update DEV.md to install the correct package

See merge request machine-learning/dorado!802
  • Loading branch information
blawrence-ont committed Jan 12, 2024
2 parents 12329e5 + 53f5344 commit 4018823
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,5 @@ $ brew link autoconf@2.69

The following other packages need to be available as well
```bash
brew install openssl
brew install zstd
brew install libaec
brew install openssl zstd hdf5
```
4 changes: 2 additions & 2 deletions cmake/HDF5.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ else()
set(HDF5_USE_STATIC_LIBRARIES ON)
endif()

find_package(ZLIB QUIET)
find_package(HDF5 COMPONENTS C QUIET)
find_package(ZLIB REQUIRED)
find_package(HDF5 COMPONENTS C REQUIRED)

0 comments on commit 4018823

Please sign in to comment.