We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973b913 commit a7f90cdCopy full SHA for a7f90cd
1 file changed
scripts/osx/install_deps.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-brew_packages="openblas snappy leveldb gflags glog szip lmdb hdf5 opencv protobuf boost cmake viennacl"
+brew_packages="openblas snappy leveldb gflags glog libaec lmdb hdf5 opencv protobuf boost cmake viennacl"
3
for pkg in $brew_packages
4
do
5
echo "brew install $pkg || brew upgrade $pkg"
0 commit comments