Skip to content

Commit a7f90cd

Browse files
authored
SZip is dead. Long live SZip.
1 parent 973b913 commit a7f90cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/osx/install_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
brew_packages="openblas snappy leveldb gflags glog szip lmdb hdf5 opencv protobuf boost cmake viennacl"
2+
brew_packages="openblas snappy leveldb gflags glog libaec lmdb hdf5 opencv protobuf boost cmake viennacl"
33
for pkg in $brew_packages
44
do
55
echo "brew install $pkg || brew upgrade $pkg"

0 commit comments

Comments
 (0)