Skip to content

Commit

Permalink
remove luaossl
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyendumajumdar authored Jan 13, 2023
1 parent 7378673 commit 731f449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/osx_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export LUA_CPATH="$LUA_CPATH;$RAVI_HOME/lib/?.so;$RAVI_HOME/lib/lib?.so"
# Note following assumes brew install openssl
export OPENSSL_ROOT_DIR=/usr/local/opt/openssl

for dir in ravi ravi-cjson ravi-filesystem ravi-lpeglabel ravi-luasocket ravi-moses ravi-penlight ravi-simplex ravi-torch-paths ravi-torch7-sys ravi-torch7 ravi-torch7-xlua ravi-torch7-nn ravi-torch7-optim ravi-torch7-autograd ravi-torch-cephes ravi-libuv-luv ravi-protobuf ravi-luaossl; do
for dir in ravi ravi-cjson ravi-filesystem ravi-lpeglabel ravi-luasocket ravi-moses ravi-penlight ravi-simplex ravi-torch-paths ravi-torch7-sys ravi-torch7 ravi-torch7-xlua ravi-torch7-nn ravi-torch7-optim ravi-torch7-autograd ravi-torch-cephes ravi-libuv-luv ravi-protobuf; do
echo "Building $dir"
cd $dir && rm -rf build && mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$RAVI_HOME .. && make install && cd ../..
done

0 comments on commit 731f449

Please sign in to comment.