Skip to content

Instantly share code, notes, and snippets.

@tylerlindell
tylerlindell / tylerlindell_torch-cl_install.sh_output.txt
Created May 29, 2016 14:19
Output from ./install.sh within torch-cl directory
Prefix set to /Users/tylerlindell/torch-cl/install
Installing Lua version: LUAJIT21
Installing common Lua packages
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/Users/tylerlindell/torch-cl/install/include -c src/lfs.c -o src/lfs.o
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -bundle -undefined dynamic_lookup -all_load -o lfs.so -L/Users/tylerlindell/torch-cl/install/lib src/lfs.o
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
luafilesystem 1.6.3-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: MIT/X11)
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
penlight scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: MIT/X11)