Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tylerlindell/e7b581ad014f6d64a7a0f7f75d048587 to your computer and use it in GitHub Desktop.
Save tylerlindell/e7b581ad014f6d64a7a0f7f75d048587 to your computer and use it in GitHub Desktop.
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)
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/Users/tylerlindell/torch-cl/install/include -c lua_cjson.c -o lua_cjson.o
In file included from lua_cjson.c:47:
./fpconv.h:15:20: warning: inline function 'fpconv_init' is not
defined [-Wundefined-inline]
extern inline void fpconv_init();
^
lua_cjson.c:1367:5: note: used here
fpconv_init();
^
1 warning generated.
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/Users/tylerlindell/torch-cl/install/include -c strbuf.c -o strbuf.o
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/Users/tylerlindell/torch-cl/install/include -c fpconv.c -o fpconv.o
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -bundle -undefined dynamic_lookup -all_load -o cjson.so -L/Users/tylerlindell/torch-cl/install/lib lua_cjson.o strbuf.o fpconv.o
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
lua-cjson 2.1devel-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: MIT)
Installing core Torch packages
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/Users/tylerlindell/torch-cl/install/include -c test.c -o test.o
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -bundle -undefined dynamic_lookup -all_load -o ffi/libtest.so -L/Users/tylerlindell/torch-cl/install/lib test.o
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/Users/tylerlindell/torch-cl/install/include -c call.c -o call.o -Idynasm
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/Users/tylerlindell/torch-cl/install/include -c ctype.c -o ctype.o -Idynasm
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/Users/tylerlindell/torch-cl/install/include -c ffi.c -o ffi.o -Idynasm
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/Users/tylerlindell/torch-cl/install/include -c parser.c -o parser.o -Idynasm
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -bundle -undefined dynamic_lookup -all_load -o ffi.so -L/Users/tylerlindell/torch-cl/install/lib call.o ctype.o ffi.o parser.o
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
luaffi scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/Users/tylerlindell/torch-cl/install/include -c src/autolink.c -o src/autolink.o -Isrc/ -Ihtml/
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/Users/tylerlindell/torch-cl/install/include -c src/buffer.c -o src/buffer.o -Isrc/ -Ihtml/
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/Users/tylerlindell/torch-cl/install/include -c src/markdown.c -o src/markdown.o -Isrc/ -Ihtml/
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/Users/tylerlindell/torch-cl/install/include -c src/stack.c -o src/stack.o -Isrc/ -Ihtml/
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/Users/tylerlindell/torch-cl/install/include -c html/houdini_href_e.c -o html/houdini_href_e.o -Isrc/ -Ihtml/
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/Users/tylerlindell/torch-cl/install/include -c html/houdini_html_e.c -o html/houdini_html_e.o -Isrc/ -Ihtml/
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/Users/tylerlindell/torch-cl/install/include -c html/html.c -o html/html.o -Isrc/ -Ihtml/
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/Users/tylerlindell/torch-cl/install/include -c html/html_smartypants.c -o html/html_smartypants.o -Isrc/ -Ihtml/
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -bundle -undefined dynamic_lookup -all_load -o libsundown.so -L/Users/tylerlindell/torch-cl/install/lib src/autolink.o src/buffer.o src/markdown.o src/stack.o html/houdini_href_e.o html/houdini_html_e.o html/html.o html/html_smartypants.o
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
sundown scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
cwrap scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
Warning: unmatched variable LUALIB
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUALIB= -DLUA_INCDIR="/Users/tylerlindell/torch-cl/install/include" -DLUA_LIBDIR="/Users/tylerlindell/torch-cl/install/lib" -DLUADIR="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/paths/scm-1/lua" -DLIBDIR="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/paths/scm-1/lib" -DCMAKE_INSTALL_PREFIX="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/paths/scm-1" && make
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tylerlindell/torch-cl/pkg/paths/build
[100%] Built target paths
cd build && make install
[100%] Built target paths
Install the project...
-- Install configuration: "Release"
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/paths/scm-1/lua/paths/init.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/paths/scm-1/lib/libpaths.so
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
paths scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
Warning: unmatched variable LUALIB
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUA=/Users/tylerlindell/torch-cl/install/bin/luajit -DLUALIB= -DLUA_BINDIR="/Users/tylerlindell/torch-cl/install/bin" -DLUA_INCDIR="/Users/tylerlindell/torch-cl/install/include" -DLUA_LIBDIR="/Users/tylerlindell/torch-cl/install/lib" -DLUADIR="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lua" -DLIBDIR="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lib" -DCMAKE_INSTALL_PREFIX="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1" && make -j$(getconf _NPROCESSORS_ONLN)
-- Try OpenMP C flag = [-fopenmp=libomp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [ ]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-Qopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-xopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [+Oopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-qsmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-mp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-fopenmp=libomp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [ ]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-Qopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-xopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [+Oopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-qsmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-mp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Could NOT find OpenMP (missing: OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
-- Try OpenMP C flag = [-fopenmp=libomp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [ ]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-Qopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-xopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [+Oopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-qsmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-mp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-fopenmp=libomp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [ ]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-Qopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-xopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [+Oopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-qsmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-mp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Could NOT find OpenMP (missing: OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
-- Could not find hardware support for NEON on this machine.
-- No OMAP3 processor on this on this machine.
-- No OMAP4 processor on this on this machine.
-- Atomics: using GCC intrinsics
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m]
-- Library mkl_intel_lp64: /Users/tylerlindell/anaconda3/lib/libmkl_intel_lp64.dylib
-- Library mkl_intel_thread: /Users/tylerlindell/anaconda3/lib/libmkl_intel_thread.dylib
-- Library mkl_core: /Users/tylerlindell/anaconda3/lib/libmkl_core.dylib
-- Library iomp5: /Users/tylerlindell/anaconda3/lib/libiomp5.dylib
-- Library pthread: /usr/lib/libpthread.dylib
-- Library m: /usr/lib/libm.dylib
-- MKL library found
-- Found a library with BLAS API (mkl).
-- Found a library with LAPACK API. (mkl)
-- C inline seems not supported
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tylerlindell/torch-cl/pkg/torch/build
[ 5%] Built target luaT
[ 52%] Built target TH
[100%] Built target torch
cd build && make install
[ 5%] Built target luaT
[ 52%] Built target TH
[100%] Built target torch
Install the project...
-- Install configuration: "Release"
-- Up-to-date: /Users/tylerlindell/torch-cl/install/share/cmake/torch/TorchExports.cmake
-- Installing: /Users/tylerlindell/torch-cl/install/share/cmake/torch/TorchExports-release.cmake
-- Up-to-date: /Users/tylerlindell/torch-cl/install/share/cmake/torch/TorchConfig.cmake
-- Up-to-date: /Users/tylerlindell/torch-cl/install/share/cmake/torch/TorchWrap.cmake
-- Up-to-date: /Users/tylerlindell/torch-cl/install/share/cmake/torch/TorchPathsInit.cmake
-- Up-to-date: /Users/tylerlindell/torch-cl/install/share/cmake/torch/TorchPackage.cmake
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lib/libtorch.so
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lua/torch/init.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lua/torch/File.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lua/torch/Tensor.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lua/torch/CmdLine.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lua/torch/FFI.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lua/torch/Tester.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lua/torch/test.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lua/torch/README.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/cmdline.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/diskfile.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/file.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/gather.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/index.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/maths.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/memoryfile.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/pipefile.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/random.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/serialization.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/storage.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/tensor.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/tester.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/timer.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/utility.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/libTH.dylib
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/TH.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/THAllocator.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/THMath.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/THBlas.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/THDiskFile.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/THFile.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/THFilePrivate.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/THGeneral.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/THGenerateAllTypes.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/THGenerateFloatTypes.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/THGenerateIntTypes.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/THLapack.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/THLogAdd.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/THMemoryFile.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/THRandom.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/THStorage.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/THTensor.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/THTensorApply.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/THTensorDimApply.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/THTensorMacros.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/THVector.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/THAtomic.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/generic/THBlas.c
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/generic/THBlas.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/generic/THLapack.c
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/generic/THLapack.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/generic/THStorage.c
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/generic/THStorage.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/generic/THStorageCopy.c
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/generic/THStorageCopy.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/generic/THTensor.c
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/generic/THTensor.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/generic/THTensorConv.c
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/generic/THTensorConv.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/generic/THTensorCopy.c
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/generic/THTensorCopy.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/generic/THTensorLapack.c
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/generic/THTensorLapack.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/generic/THTensorMath.c
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/generic/THTensorMath.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/generic/THTensorRandom.c
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/generic/THTensorRandom.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/TH/generic/THVector.c
-- Up-to-date: /Users/tylerlindell/torch-cl/install/share/cmake/torch/THConfig.cmake
-- Installing: /Users/tylerlindell/torch-cl/install/lib/libluaT.dylib
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/luaT.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/share/cmake/torch/luaTConfig.cmake
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
torch scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
dok scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/Users/tylerlindell/torch-cl/install/include -c utils.c -o utils.o
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -bundle -undefined dynamic_lookup -all_load -o treplutils.so -L/Users/tylerlindell/torch-cl/install/lib utils.o
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -O2 -fPIC -I/Users/tylerlindell/torch-cl/install/include -c readline.c -o readline.o
env MACOSX_DEPLOYMENT_TARGET=10.8 gcc -bundle -undefined dynamic_lookup -all_load -o readline.so -L/Users/tylerlindell/torch-cl/install/lib readline.o -lreadline
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
trepl scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
Warning: unmatched variable LUALIB
cmake -E make_directory build && cd build && cmake .. -DLUALIB= -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/Users/tylerlindell/torch-cl/install/bin/.." -DCMAKE_INSTALL_PREFIX="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/sys/1.1-0" && make
-- Found Torch7 in /Users/tylerlindell/torch-cl/install
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tylerlindell/torch-cl/pkg/sys/build
[ 50%] Linking C shared module libsys.so
[100%] Built target sys
cd build && make install
[100%] Built target sys
Install the project...
-- Install configuration: "Release"
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/sys/1.1-0/lib/libsys.so
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/sys/1.1-0/lua/sys/init.lua
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
sys 1.1-0 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
xlua 1.0-0 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/Users/tylerlindell/torch-cl/install/bin/.." -DCMAKE_INSTALL_PREFIX="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1" -DLUA_INCDIR="/Users/tylerlindell/torch-cl/install/include" -DLUA_LIBDIR="/Users/tylerlindell/torch-cl/install/lib" && make
-- Found Torch7 in /Users/tylerlindell/torch-cl/install
-- Try OpenMP C flag = [-fopenmp=libomp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [ ]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-Qopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-xopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [+Oopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-qsmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-mp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-fopenmp=libomp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [ ]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-Qopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-xopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [+Oopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-qsmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-mp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Could NOT find OpenMP (missing: OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tylerlindell/torch-cl/extra/nn/build
[ 25%] Linking C shared module libnn.so
[ 50%] Built target nn
[ 75%] Linking C shared module libTHNN.so
[100%] Built target THNN
cd build && make install
[ 50%] Built target nn
[100%] Built target THNN
Install the project...
-- Install configuration: "Release"
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lib/libnn.so
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Abs.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/AbsCriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Add.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/AddConstant.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/BatchNormalization.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/BCECriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Bilinear.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CAddTable.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CDivTable.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Clamp.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ClassNLLCriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CMul.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CMulTable.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Concat.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ConcatTable.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Container.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Contiguous.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Copy.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Cosine.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CosineDistance.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CosineEmbeddingCriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Criterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CriterionTable.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CrossEntropyCriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CSubTable.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/DepthConcat.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/DistKLDivCriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/DotProduct.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Dropout.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ELU.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ErrorMessages.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Euclidean.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Exp.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/FlattenTable.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/GradientReversal.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/HardShrink.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/HardTanh.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/hessian.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/HingeEmbeddingCriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Identity.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Index.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/init.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Jacobian.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/JoinTable.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/L1Cost.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/L1HingeEmbeddingCriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/L1Penalty.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LeakyReLU.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Linear.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Log.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LogSigmoid.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LogSoftMax.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LookupTable.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MarginCriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MarginRankingCriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Max.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Mean.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Min.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MixtureTable.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MM.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Module.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MSECriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Mul.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MulConstant.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MultiCriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MultiLabelMarginCriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MultiMarginCriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Narrow.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/NarrowTable.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Normalize.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Padding.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/PairwiseDistance.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Parallel.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ParallelCriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ParallelTable.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Power.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/PReLU.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ReLU.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Replicate.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Reshape.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/RReLU.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Select.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SelectTable.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sequential.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sigmoid.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SmoothL1Criterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftMax.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftMin.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftPlus.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftShrink.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftSign.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SparseJacobian.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SparseLinear.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialAdaptiveMaxPooling.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialAveragePooling.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialBatchNormalization.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialContrastiveNormalization.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolution.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolutionLocal.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolutionMap.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolutionMM.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialCrossMapLRN.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialDivisiveNormalization.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialDropout.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialFractionalMaxPooling.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialFullConvolution.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialFullConvolutionMap.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialLPPooling.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialMaxPooling.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialMaxUnpooling.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialSoftMax.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialSubSampling.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialSubtractiveNormalization.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialUpSamplingNearest.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialZeroPadding.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SplitTable.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sqrt.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Square.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/StochasticGradient.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sum.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Tanh.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TanhShrink.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TemporalConvolution.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TemporalMaxPooling.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TemporalSubSampling.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/test.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/THNN.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Threshold.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Transpose.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/utils.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/View.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricAveragePooling.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricConvolution.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricFullConvolution.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricMaxPooling.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricMaxUnpooling.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/WeightedEuclidean.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/WeightedMSECriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/containers.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/convolution.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/criterion.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/abs.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/elu.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/exp.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/hshrink.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/htanh.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/lena.jpg
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/lenap.jpg
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/logsigmoid.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/logsoftmax.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/power.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/prelu.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/relu.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/rrelu.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sigmmoid.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sigmoid.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softmax.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softmin.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softplus.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softsign.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sqrt.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/square.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sshrink.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/tanh.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/index.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/module.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/overview.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/simple.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/table.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/testing.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/training.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/transfer.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lua/nn/README.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nn/scm-1/lib/libTHNN.so
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
nn scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
cmake -E make_directory build;
cd build;
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/Users/tylerlindell/torch-cl/install/bin/.." -DCMAKE_INSTALL_PREFIX="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/graph/scm-1";
make
-- Found Torch7 in /Users/tylerlindell/torch-cl/install
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tylerlindell/torch-cl/extra/graph/build
cd build && make install
Install the project...
-- Install configuration: "Release"
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/graph/scm-1/lua/graph/Edge.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/graph/scm-1/lua/graph/graphviz.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/graph/scm-1/lua/graph/init.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/graph/scm-1/lua/graph/Node.lua
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
graph scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: UNKNOWN)
cmake -E make_directory build;
cd build;
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/Users/tylerlindell/torch-cl/install/bin/.." -DCMAKE_INSTALL_PREFIX="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nngraph/scm-1";
make
-- Found Torch7 in /Users/tylerlindell/torch-cl/install
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tylerlindell/torch-cl/extra/nngraph/build
cd build && make install
Install the project...
-- Install configuration: "Release"
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/gmodule.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/graphinspecting.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/init.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/JustElement.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/JustTable.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/ModuleFromCriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/nest.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/nesting.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/node.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/simple_print.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/utils.lua
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
nngraph scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: UNKNOWN)
Warning: unmatched variable LUALIB
cmake -E make_directory build && cd build && cmake .. -DLUALIB= -DLUA_INCDIR="/Users/tylerlindell/torch-cl/install/include" -DLUA_LIBDIR="/Users/tylerlindell/torch-cl/install/lib" -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/Users/tylerlindell/torch-cl/install/bin/.." -DCMAKE_INSTALL_PREFIX="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/image/1.1.alpha-0" && make
-- Found Torch7 in /Users/tylerlindell/torch-cl/install
-- Try OpenMP C flag = [-fopenmp=libomp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [ ]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-Qopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-xopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [+Oopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-qsmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-mp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-fopenmp=libomp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [ ]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-Qopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-xopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [+Oopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-qsmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-mp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Could NOT find OpenMP (missing: OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tylerlindell/torch-cl/pkg/image/build
[ 12%] Linking C shared module libppm.so
[ 25%] Built target ppm
[ 37%] Linking C shared module libjpeg.so
[ 50%] Built target jpeg
[ 62%] Linking C shared module libimage.so
[ 75%] Built target image
[ 87%] Linking C shared module libpng.so
[100%] Built target png
cd build && make install
[ 25%] Built target ppm
[ 50%] Built target jpeg
[ 75%] Built target image
[100%] Built target png
Install the project...
-- Install configuration: "Release"
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libppm.so
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libjpeg.so
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libpng.so
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libimage.so
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/init.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/win.ui
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/test.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/corrupt-ihdr.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/fabio.jpg
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/fabio.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/gray16-1x2.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/gray3x1.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/lena.jpg
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/lena.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/P2.pgm
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/P4.pbm
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/P5.pgm
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/P6.ppm
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/rgb16-2x1.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/rgb2x1.png
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/README.md
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
image 1.1.alpha-0 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/Users/tylerlindell/torch-cl/install/bin/.." -DCMAKE_INSTALL_PREFIX="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/optim/1.0.5-0" && make
-- Found Torch7 in /Users/tylerlindell/torch-cl/install
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tylerlindell/torch-cl/pkg/optim/build
cd build && make install
Install the project...
-- Install configuration: "Release"
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/adadelta.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/adagrad.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/adam.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/adamax.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/asgd.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/cg.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/checkgrad.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/cmaes.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/ConfusionMatrix.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/fista.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/init.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/lbfgs.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/Logger.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/lswolfe.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/nag.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/polyinterp.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/rmsprop.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/rprop.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/sgd.lua
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
optim 1.0.5-0 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
Found CUDA on your machine. Installing CUDA packages
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/Users/tylerlindell/torch-cl/install/bin/.." -DCMAKE_INSTALL_PREFIX="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/findcuda/scm-1" && make install
-- Found Torch7 in /Users/tylerlindell/torch-cl/install
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tylerlindell/torch-cl/extra/FindCUDA/build
Install the project...
-- Install configuration: "Release"
-- Up-to-date: /Users/tylerlindell/torch-cl/install/share/cmake/torch/FindCUDA.cmake
-- Up-to-date: /Users/tylerlindell/torch-cl/install/share/cmake/torch/FindCUDA/make2cmake.cmake
-- Up-to-date: /Users/tylerlindell/torch-cl/install/share/cmake/torch/FindCUDA/parse_cubin.cmake
-- Up-to-date: /Users/tylerlindell/torch-cl/install/share/cmake/torch/FindCUDA/run_nvcc.cmake
cd build
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
findcuda scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: MIT)
Warning: unmatched variable LUALIB
cmake -E make_directory build && cd build && cmake .. -DLUALIB= -DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS} -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/Users/tylerlindell/torch-cl/install/bin/.." -DCMAKE_INSTALL_PREFIX="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cutorch/scm-1" && make -j$(getconf _NPROCESSORS_ONLN) install
-- Found Torch7 in /Users/tylerlindell/torch-cl/install
-- Automatic GPU detection failed. Building for all known architectures.
-- Compiling for CUDA architecture: 2.0 2.1(2.0) 3.0 3.5 5.0 5.2
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tylerlindell/torch-cl/extra/cutorch/build
[ 2%] Linking CXX shared library libTHC.dylib
[ 79%] Built target THC
[ 82%] Linking C shared module libcutorch.so
[100%] Built target cutorch
Install the project...
-- Install configuration: "Release"
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cutorch/scm-1/lib/libcutorch.so
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: for: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cutorch/scm-1/lib/libcutorch.so (for architecture x86_64) option "-add_rpath /usr/local/cuda/lib" would duplicate path, file already has LC_RPATH for: /usr/local/cuda/lib
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cutorch/scm-1/lua/cutorch/init.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cutorch/scm-1/lua/cutorch/Tensor.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cutorch/scm-1/lua/cutorch/FFI.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cutorch/scm-1/lua/cutorch/test.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/libTHC.dylib
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: for: /Users/tylerlindell/torch-cl/install/lib/libTHC.dylib (for architecture x86_64) option "-add_rpath /usr/local/cuda/lib" would duplicate path, file already has LC_RPATH for: /usr/local/cuda/lib
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THC.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THCGeneral.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THCBlas.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THCStorage.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THCStorageCopy.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THCTensor.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THCTensorCopy.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THCTensorRandom.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THCTensorMath.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THCTensorConv.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THCTensorSort.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THCTensorTopK.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THCApply.cuh
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THCReduce.cuh
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THCReduceAll.cuh
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THCReduceApplyUtils.cuh
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THCAsmUtils.cuh
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THCScanUtils.cuh
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THCSortUtils.cuh
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THCAllocator.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THCDeviceUtils.cuh
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THCDeviceTensor.cuh
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THCDeviceTensor-inl.cuh
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THCDeviceTensorUtils.cuh
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THCDeviceTensorUtils-inl.cuh
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/THCGenerateAllTypes.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/generic/THCStorage.c
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/generic/THCStorage.cu
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/generic/THCStorage.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/generic/THCTensor.c
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/generic/THCTensor.cu
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/generic/THCTensor.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/generic/THCStorageCopy.c
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/generic/THCStorageCopy.cu
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/generic/THCStorageCopy.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/generic/THCTensorCopy.c
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/generic/THCTensorCopy.cu
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THC/generic/THCTensorCopy.h
cd build
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
cutorch scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
Warning: unmatched variable LUALIB
cmake -E make_directory build && cd build && cmake .. -DLUALIB= -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/Users/tylerlindell/torch-cl/install/bin/.." -DCMAKE_INSTALL_PREFIX="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cunn/scm-1" && make -j$(getconf _NPROCESSORS_ONLN) install
-- Found Torch7 in /Users/tylerlindell/torch-cl/install
-- Automatic GPU detection failed. Building for all known architectures.
-- Compiling for CUDA architecture: 2.0 2.1(2.0) 3.0 3.5 5.0 5.2
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tylerlindell/torch-cl/extra/cunn/build
[ 2%] Linking CXX shared module libcunn.so
[ 23%] Built target cunn
[ 25%] Linking CXX shared module libTHCUNN.so
[100%] Built target THCUNN
Install the project...
-- Install configuration: "Release"
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cunn/scm-1/lib/libcunn.so
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cunn/scm-1/lua/cunn/DataParallelTable.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cunn/scm-1/lua/cunn/init.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cunn/scm-1/lua/cunn/test.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cunn/scm-1/lua/cunn/test_DataParallelTable.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cunn/scm-1/lua/cunn/THCUNN.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cunn/scm-1/lib/libTHCUNN.so
cd build
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
cunn scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
Installing optional Torch packages
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
gnuplot scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
env scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
Warning: unmatched variable LUALIB
cmake -E make_directory build && cd build && cmake .. -DLUALIB= -DLUA_INCDIR="/Users/tylerlindell/torch-cl/install/include" -DLUA_LIBDIR="/Users/tylerlindell/torch-cl/install/lib" -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/Users/tylerlindell/torch-cl/install/bin/.." -DCMAKE_INSTALL_PREFIX="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1" && make
-- Found Torch7 in /Users/tylerlindell/torch-cl/install
-- Try OpenMP C flag = [-fopenmp=libomp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [ ]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-Qopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-xopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [+Oopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-qsmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP C flag = [-mp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-fopenmp=libomp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [ ]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-Qopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-xopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [+Oopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-qsmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Try OpenMP CXX flag = [-mp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Failed
-- Could NOT find OpenMP (missing: OpenMP_C_FLAGS OpenMP_CXX_FLAGS)
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tylerlindell/torch-cl/extra/nnx/build
[ 50%] Linking C shared module libnnx.so
[100%] Built target nnx
cd build && make install
[100%] Built target nnx
Install the project...
-- Install configuration: "Release"
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lib/libnnx.so
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/Balance.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/DataList.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/DataSet.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/DataSetLabelMe.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/DataSetSamplingPascal.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/DistMarginCriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/DistNLLCriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/FunctionWrapper.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/init.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/LA.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/Minus.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/MultiSoftMax.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/Probe.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/PullTable.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/PushTable.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SaturatedLU.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SoftMaxTree.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SparseCriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialClassifier.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialColorTransform.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialDownSampling.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialFovea.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialGraph.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialLinear.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialMatching.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialMaxSampling.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialNormalization.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialPadding.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialPyramid.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialRadialMatching.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialRecursiveFovea.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialReSampling.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialReSamplingEx.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialSparseCriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialUpSampling.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SuperCriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/Tic.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/Toc.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/TreeNLLCriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/ZeroGrad.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/test-all.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/test-omp.lua
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
nnx 0.1-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
Warning: unmatched variable LUALIB
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUA=/Users/tylerlindell/torch-cl/install/bin/luajit -DLUALIB= -DLUA_BINDIR="/Users/tylerlindell/torch-cl/install/bin" -DLUA_INCDIR="/Users/tylerlindell/torch-cl/install/include" -DLUA_LIBDIR="/Users/tylerlindell/torch-cl/install/lib" -DLUADIR="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qtlua/scm-1/lua" -DLIBDIR="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qtlua/scm-1/lib" -DCONFDIR="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qtlua/scm-1/conf" && make
-- Lua: using information from luarocks
-- Lua library guess (no info from luarocks): /Users/tylerlindell/torch-cl/install/lib/libluajit.dylib
-- Lua found /Users/tylerlindell/torch-cl/install/bin/luajit
-- Found readline library
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tylerlindell/torch-cl/exe/qtlua/build
[ 1%] Linking CXX shared library libqtlua.dylib
[ 6%] Built target libqtlua
[ 7%] Linking CXX shared library libqlua.dylib
[ 18%] Built target libqlua
[ 19%] Linking CXX executable macqlua
[ 20%] Built target macqlua
[ 21%] Linking CXX executable qlua
[ 22%] Built target qlua
[ 23%] Linking CXX shared module libqtcore.so
[ 24%] Built target libqtcore
[ 25%] Linking CXX shared module libqtgui.so
[ 29%] Built target libqtgui
[ 30%] Linking CXX shared module libqtide.so
[ 79%] Built target libqtide
[ 80%] Linking CXX shared module libqtsvg.so
[ 85%] Built target libqtsvg
[ 86%] Linking CXX shared module libqtuiloader.so
[ 87%] Built target libqtuiloader
[ 88%] Linking CXX shared module libqtwidget.so
[100%] Built target libqtwidget
cd build && make install
[ 6%] Built target libqtlua
[ 18%] Built target libqlua
[ 20%] Built target macqlua
[ 22%] Built target qlua
[ 24%] Built target libqtcore
[ 29%] Built target libqtgui
[ 79%] Built target libqtide
[ 85%] Built target libqtsvg
[ 87%] Built target libqtuiloader
[100%] Built target libqtwidget
Install the project...
-- Install configuration: "Release"
-- Installing: /Users/tylerlindell/torch-cl/install/lib/libqtlua.dylib
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/qtlua/qtluaengine.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/qtlua/qtluautils.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/qtlua/qtluaconf.h
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qtlua/scm-1/conf/cmake/QtLuaConfig.cmake
-- Installing: /Users/tylerlindell/torch-cl/install/lib/libqlua.dylib
-- Installing: /Users/tylerlindell/torch-cl/install/bin/qlua
-- Up-to-date: /Users/tylerlindell/torch-cl/install/Info.plist
-- Installing: /Users/tylerlindell/torch-cl/install/MacOS/macqlua
-- Up-to-date: /Users/tylerlindell/torch-cl/install/Resources/torch.icns
-- Up-to-date: /Users/tylerlindell/torch-cl/install/Resources/luadoc.icns
-- Installing: /Users/tylerlindell/torch-cl/install/bin/macqlua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtcore/init.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtcore.so
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtgui/init.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtgui.so
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtide.so
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtide/init.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtide/prefs.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtide/prefs.ui
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtsvg.so
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtsvg/init.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtuiloader/init.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtuiloader/test.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtuiloader/test.ui
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtuiloader.so
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtwidget/init.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtwidget.so
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
qtlua scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
Warning: unmatched variable LUALIB
cmake -E make_directory build && cd build && cmake .. -DLUALIB= -DLUA_LIBDIR="/Users/tylerlindell/torch-cl/install/lib" -DLUADIR="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qttorch/scm-1/lua" -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/Users/tylerlindell/torch-cl/install/bin/.." -DCMAKE_INSTALL_PREFIX="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qttorch/scm-1" && make
-- Found Torch7 in /Users/tylerlindell/torch-cl/install
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tylerlindell/torch-cl/pkg/qttorch/build
[ 50%] Linking CXX shared module libqttorch.so
[100%] Built target qttorch
cd build && make install
[100%] Built target qttorch
Install the project...
-- Install configuration: "Release"
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qttorch/scm-1/lib/libqttorch.so
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qttorch/scm-1/lua/qttorch/init.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qttorch/scm-1/lua/qttorch/doc
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/qttorch/scm-1/lua/qttorch/doc/README.md
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
qttorch scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
-- Found Torch7 in /Users/tylerlindell/torch-cl/install
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tylerlindell/torch-cl/extra/threads/build.luarocks
[ 40%] Built target threadsmain
[ 60%] Linking C shared module libthreads.so
[100%] Built target threads
[ 40%] Built target threadsmain
[100%] Built target threads
Install the project...
-- Install configuration: "Release"
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/threads/scm-1/lib/libthreads.so
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/threads/scm-1/lua/threads/init.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/threads/scm-1/lua/threads/threads.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/threads/scm-1/lua/threads/serialize.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/threads/scm-1/lua/threads/sharedserialize.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/threads/scm-1/lua/threads/queue.lua
-- Up-to-date: /Users/tylerlindell/torch-cl/install/lib/libthreadsmain.so
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: for: /Users/tylerlindell/torch-cl/install/lib/libthreadsmain.so (for architecture x86_64) option "-add_rpath @executable_path/../lib" would duplicate path, file already has LC_RPATH for: @executable_path/../lib
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: for: /Users/tylerlindell/torch-cl/install/lib/libthreadsmain.so (for architecture x86_64) option "-add_rpath /Users/tylerlindell/torch-cl/install/lib" would duplicate path, file already has LC_RPATH for: /Users/tylerlindell/torch-cl/install/lib
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
threads scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
graphicsmagick 1.scm-0 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
argcheck scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/Users/tylerlindell/torch-cl/install/bin/.." -DCMAKE_INSTALL_PREFIX="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/audio/0.1-0" && make
-- Found Torch7 in /Users/tylerlindell/torch-cl/install
SOX_INCLUDE_DIR: SOX_INCLUDE_DIR-NOTFOUND
SOX_LIBRARIES: SOX_LIBRARIES-NOTFOUND
FFTW_INCLUDE_DIR: FFTW_INCLUDE_DIR-NOTFOUND
FFTW_LIBRARIES: FFTW_LIBRARIES-NOTFOUND
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
FFTW_INCLUDE_DIR
used as include directory in directory /Users/tylerlindell/torch-cl/extra/audio
used as include directory in directory /Users/tylerlindell/torch-cl/extra/audio
used as include directory in directory /Users/tylerlindell/torch-cl/extra/audio
used as include directory in directory /Users/tylerlindell/torch-cl/extra/audio
used as include directory in directory /Users/tylerlindell/torch-cl/extra/audio
used as include directory in directory /Users/tylerlindell/torch-cl/extra/audio
used as include directory in directory /Users/tylerlindell/torch-cl/extra/audio
used as include directory in directory /Users/tylerlindell/torch-cl/extra/audio
FFTW_LIBRARIES
linked by target "audio" in directory /Users/tylerlindell/torch-cl/extra/audio
SOX_INCLUDE_DIR
used as include directory in directory /Users/tylerlindell/torch-cl/extra/audio
used as include directory in directory /Users/tylerlindell/torch-cl/extra/audio
used as include directory in directory /Users/tylerlindell/torch-cl/extra/audio
used as include directory in directory /Users/tylerlindell/torch-cl/extra/audio
used as include directory in directory /Users/tylerlindell/torch-cl/extra/audio
used as include directory in directory /Users/tylerlindell/torch-cl/extra/audio
used as include directory in directory /Users/tylerlindell/torch-cl/extra/audio
used as include directory in directory /Users/tylerlindell/torch-cl/extra/audio
SOX_LIBRARIES
linked by target "audio" in directory /Users/tylerlindell/torch-cl/extra/audio
linked by target "sox" in directory /Users/tylerlindell/torch-cl/extra/audio
-- Configuring incomplete, errors occurred!
See also "/Users/tylerlindell/torch-cl/extra/audio/build/CMakeFiles/CMakeOutput.log".
Error: Build error: Failed building.
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
fftw3 scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/Users/tylerlindell/torch-cl/install/bin/.." -DCMAKE_INSTALL_PREFIX="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/signal/scm-1" && make
-- Found Torch7 in /Users/tylerlindell/torch-cl/install
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tylerlindell/torch-cl/extra/signal/build
[100%] Built target signal
cd build && make install
[100%] Built target signal
Install the project...
-- Install configuration: "Release"
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/signal/scm-1/lib/libsignal.so
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/signal/scm-1/lua/signal/complex.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/signal/scm-1/lua/signal/convolution.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/signal/scm-1/lua/signal/extramath.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/signal/scm-1/lua/signal/ffi.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/signal/scm-1/lua/signal/fft.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/signal/scm-1/lua/signal/init.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/signal/scm-1/lua/signal/wavelet.lua
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
signal scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: RWTFPL)
Found CUDA on your machine. Installing optional CUDA packages
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/Users/tylerlindell/torch-cl/install/bin/.." -DCMAKE_INSTALL_PREFIX="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1" && make
-- Found Torch7 in /Users/tylerlindell/torch-cl/install
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tylerlindell/torch-cl/extra/cudnn/build
cd build && make install
Install the project...
-- Install configuration: "Release"
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/convert.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/env.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/ffi.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/functional.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/init.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/LogSoftMax.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/Pointwise.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/Pooling.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/Pooling3D.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/ReLU.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/Sigmoid.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/SoftMax.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/SpatialAveragePooling.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/SpatialBatchNormalization.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/SpatialConvolution.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/SpatialCrossEntropyCriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/SpatialCrossMapLRN.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/SpatialDivisiveNormalization.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/SpatialFullConvolution.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/SpatialLogSoftMax.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/SpatialMaxPooling.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/SpatialSoftMax.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/Tanh.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/TemporalConvolution.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/VolumetricAveragePooling.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/VolumetricConvolution.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cudnn/scm-1/lua/cudnn/VolumetricMaxPooling.lua
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
cudnn scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
Warning: unmatched variable LUALIB
cmake -E make_directory build && cd build && cmake .. -DLUALIB= -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/Users/tylerlindell/torch-cl/install/bin/.." -DCMAKE_INSTALL_PREFIX="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cunnx/scm-1" && make
-- Found Torch7 in /Users/tylerlindell/torch-cl/install
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tylerlindell/torch-cl/extra/cunnx/build
[ 50%] Linking CXX shared module libcunnx.so
[100%] Built target cunnx
cd build && make install
[100%] Built target cunnx
Install the project...
-- Install configuration: "Release"
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cunnx/scm-1/lib/libcunnx.so
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: for: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cunnx/scm-1/lib/libcunnx.so (for architecture x86_64) option "-add_rpath /usr/local/cuda/lib" would duplicate path, file already has LC_RPATH for: /usr/local/cuda/lib
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cunnx/scm-1/lua/cunnx/BlockMixture.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cunnx/scm-1/lua/cunnx/BlockSparse.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cunnx/scm-1/lua/cunnx/init.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cunnx/scm-1/lua/cunnx/LazyKBest.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cunnx/scm-1/lua/cunnx/LinearNoBias.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cunnx/scm-1/lua/cunnx/MultinomialStatistics.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cunnx/scm-1/lua/cunnx/NoisyReLU.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cunnx/scm-1/lua/cunnx/Sort.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cunnx/scm-1/lua/cunnx/TypeDecorator.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cunnx/scm-1/lua/cunnx/WindowGate.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cunnx/scm-1/lua/cunnx/WindowGate2.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cunnx/scm-1/lua/cunnx/WindowMixture.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cunnx/scm-1/lua/cunnx/WindowSparse.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cunnx/scm-1/lua/cunnx/test.lua
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
cunnx scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_PREFIX_PATH="/Users/tylerlindell/torch-cl/install/bin/.." -DCMAKE_INSTALL_PREFIX="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/distrocheck/scm-1" && make -j$(getconf _NPROCESSORS_ONLN) install
-- Found Torch7 in /Users/tylerlindell/torch-cl/install
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tylerlindell/torch-cl/pkg/distrocheck/build
Install the project...
-- Install configuration: "RelWithDebInfo"
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/distrocheck/scm-1/lua/distrocheck/README.md
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/distrocheck/scm-1/lua/distrocheck/init.lua
cd build
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
distrocheck scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_PREFIX_PATH="/Users/tylerlindell/torch-cl/install/bin/.." -DCMAKE_INSTALL_PREFIX="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cltorch/scm-1" && make -j$(getconf _NPROCESSORS_ONLN) install
-- Found Torch7 in /Users/tylerlindell/torch-cl/install
git version 2.8.3
using git setting USE_GIT 1
Warning: Failed loading manifest for /Users/tylerlindell/.luarocks/lib/luarocks/rocks: /Users/tylerlindell/.luarocks/lib/luarocks/rocks/manifest: No such file or directory
distrocheck
using git
/Users/tylerlindell/torch-cl/opencl/cltorch
HEAD detached at 695ca5f
nothing to commit, working directory clean
Submodule path 'src/EasyCL': checked out 'ef17a3e1b3d70b7ba89f94682500bc2d95ecb273'
Submodule path 'src/EasyCL/thirdparty/clew': checked out 'ea11370417c1935e49f1f90e45089473334db824'
Submodule path 'src/clMathLibraries/clBLAS': checked out '6df2f999a80789efee3376e8fffeb26d891b464c'
CMAKE_INSTALL_PREFIX /Users/tylerlindell/torch-cl/install
CMAKE_INSTALL_PREFIX /Users/tylerlindell/torch-cl/install
CLBLAS_INCLUDE_DIRS
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tylerlindell/torch-cl/opencl/cltorch/build
[ 0%] Built target easycl_delete_stamp
Submodule path 'src/EasyCL': checked out 'ef17a3e1b3d70b7ba89f94682500bc2d95ecb273'
Submodule path 'src/EasyCL/thirdparty/clew': checked out 'ea11370417c1935e49f1f90e45089473334db824'
Submodule path 'src/clMathLibraries/clBLAS': checked out '6df2f999a80789efee3376e8fffeb26d891b464c'
[ 0%] Built target git_cltorch_rec
[ 1%] Creating directories for 'EasyCL-external'
[ 17%] Built target clBLAS-external
[ 19%] No download step for 'EasyCL-external'
[ 23%] No patch step for 'EasyCL-external'
[ 23%] No update step for 'EasyCL-external'
[ 25%] Performing configure step for 'EasyCL-external'
loading initial cache file /Users/tylerlindell/torch-cl/opencl/cltorch/build/EasyCL/tmp/EasyCL-external-cache-RelWithDebInfo.cmake
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tylerlindell/torch-cl/opencl/cltorch/build/EasyCL/src/EasyCL-external-build
[ 26%] Performing build step for 'EasyCL-external'
[ 0%] Built target clew_delete_stamp
[ 4%] Creating directories for 'clew-external'
[ 8%] No download step for 'clew-external'
[ 16%] No update step for 'clew-external'
[ 16%] No patch step for 'clew-external'
[ 20%] Performing configure step for 'clew-external'
loading initial cache file /Users/tylerlindell/torch-cl/opencl/cltorch/build/EasyCL/src/EasyCL-external-build/clew/tmp/clew-external-cache-RelWithDebInfo.cmake
-- Project source dir = /Users/tylerlindell/torch-cl/opencl/cltorch/src/EasyCL/thirdparty/clew
-- Project build dir = /Users/tylerlindell/torch-cl/opencl/cltorch/build/EasyCL/src/EasyCL-external-build/clew/src/clew-external-build
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tylerlindell/torch-cl/opencl/cltorch/build/EasyCL/src/EasyCL-external-build/clew/src/clew-external-build
[ 24%] Performing build step for 'clew-external'
[100%] Built target clew
[ 28%] Performing install step for 'clew-external'
[100%] Built target clew
Install the project...
-- Install configuration: "RelWithDebInfo"
-- Installing: /Users/tylerlindell/torch-cl/install/lib/libclew.1.0.0.dylib
-- Up-to-date: /Users/tylerlindell/torch-cl/install/lib/libclew.1.dylib
-- Up-to-date: /Users/tylerlindell/torch-cl/install/lib/libclew.dylib
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/clew.h
[ 32%] Completed 'clew-external'
[ 32%] Built target clew-external
[ 36%] Linking CXX executable gpuinfo
[ 40%] Linking CXX shared library libEasyCL.dylib
[ 56%] Built target gpuinfo
[100%] Built target EasyCL
[ 28%] Performing install step for 'EasyCL-external'
[ 0%] Built target clew_delete_stamp
[ 4%] Creating directories for 'clew-external'
[ 8%] No download step for 'clew-external'
[ 16%] No update step for 'clew-external'
[ 16%] No patch step for 'clew-external'
[ 20%] Performing configure step for 'clew-external'
loading initial cache file /Users/tylerlindell/torch-cl/opencl/cltorch/build/EasyCL/src/EasyCL-external-build/clew/tmp/clew-external-cache-RelWithDebInfo.cmake
-- Project source dir = /Users/tylerlindell/torch-cl/opencl/cltorch/src/EasyCL/thirdparty/clew
-- Project build dir = /Users/tylerlindell/torch-cl/opencl/cltorch/build/EasyCL/src/EasyCL-external-build/clew/src/clew-external-build
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tylerlindell/torch-cl/opencl/cltorch/build/EasyCL/src/EasyCL-external-build/clew/src/clew-external-build
[ 24%] Performing build step for 'clew-external'
[100%] Built target clew
[ 28%] Performing install step for 'clew-external'
[100%] Built target clew
Install the project...
-- Install configuration: "RelWithDebInfo"
-- Installing: /Users/tylerlindell/torch-cl/install/lib/libclew.1.0.0.dylib
-- Up-to-date: /Users/tylerlindell/torch-cl/install/lib/libclew.1.dylib
-- Up-to-date: /Users/tylerlindell/torch-cl/install/lib/libclew.dylib
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/clew.h
[ 32%] Completed 'clew-external'
[ 32%] Built target clew-external
[ 36%] Linking CXX executable gpuinfo
[ 40%] Linking CXX shared library libEasyCL.dylib
[ 56%] Built target gpuinfo
[100%] Built target EasyCL
Install the project...
-- Install configuration: "RelWithDebInfo"
-- Installing: /Users/tylerlindell/torch-cl/install/lib/libEasyCL.dylib
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/easycl/CLArray.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/easycl/CLArrayFloat.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/easycl/CLArrayInt.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/easycl/CLFloatWrapper.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/easycl/CLFloatWrapperConst.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/easycl/CLIntWrapper.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/easycl/CLKernel.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/easycl/CLKernel_structs.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/easycl/CLUCharWrapper.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/easycl/CLWrapper.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/easycl/deprecated.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/easycl/DeviceInfo.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/easycl/deviceinfo_helper.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/easycl/DevicesInfo.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/easycl/EasyCL.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/easycl/EasyCL_export.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/easycl/ICLArray.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/easycl/mystdint.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/easycl/platforminfo_helper.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/easycl/templates/LuaTemplater.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/easycl/templates/TemplatedKernel.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/easycl/util/easycl_stringhelper.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/easycl/util/StatefulTimer.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/bin/easycl_activate.sh
-- Up-to-date: /Users/tylerlindell/torch-cl/install/lib/EasyCL/EasyCL-targets.cmake
-- Installing: /Users/tylerlindell/torch-cl/install/lib/EasyCL/EasyCL-targets-relwithdebinfo.cmake
[ 30%] Completed 'EasyCL-external'
[ 30%] Built target EasyCL-external
[ 32%] Linking CXX shared library libTHCl.dylib
[ 82%] Built target THCl
[ 84%] Linking CXX shared module libcltorch.so
[100%] Built target cltorch
Install the project...
-- Install configuration: "RelWithDebInfo"
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cltorch/scm-1/lib/libcltorch.so
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cltorch/scm-1/lua/cltorch/init.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cltorch/scm-1/lua/cltorch/FFI.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cltorch/scm-1/lua/cltorch/Tensor.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cltorch/scm-1/lua/cltorch/Random.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cltorch/scm-1/lua/cltorch/Test.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cltorch/scm-1/lua/cltorch/unit_storage.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/cltorch/scm-1/lua/cltorch/unit_tensor.lua
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THCl/THCl.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THCl/THClGeneral.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THCl/THClBlas.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THCl/THClStorage.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THCl/THClStorageCopy.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THCl/THClTensor.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THCl/THClTensorCopy.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THCl/THClTensorMath.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THCl/THClApply.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THCl/THClReduce.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THCl/THClReduceApplyUtils.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THCl/THClKernels.h
-- Up-to-date: /Users/tylerlindell/torch-cl/install/include/THCl/THClOperators.h
-- Installing: /Users/tylerlindell/torch-cl/install/lib/libTHCl.dylib
cd build
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
cltorch scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_PREFIX_PATH="/Users/tylerlindell/torch-cl/install/bin/.." -DCMAKE_INSTALL_PREFIX="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1" && make -j$(getconf _NPROCESSORS_ONLN) install
-- Found Torch7 in /Users/tylerlindell/torch-cl/install
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tylerlindell/torch-cl/opencl/clnn/build
[ 7%] Linking CXX shared module libclnn.so
[ 14%] Linking CXX shared module libTHCLNN.so
[ 28%] Built target clnn
[100%] Built target THCLNN
Install the project...
-- Install configuration: "RelWithDebInfo"
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lib/libclnn.so
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/init.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/MSECriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/Pointwise.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/Threshold.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/LookupTable.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/LogSoftMax.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/ClassNLLCriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/StatefulTimer.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/THCLNN.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/TemporalConvolution2.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/SpatialUpSamplingNearest.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/Narrow.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/CMulTable.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/test.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/testSpatialMaxPooling.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/testSpatialConvolutionMM.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/testLookupTable.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/testMSECriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/testSpatialUpSamplingNearest.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/testELU.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/testhelpers.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/testTemporalConvolution2.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/testClassNLLCriterion.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/testSoftMax.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/testLogSoftMax.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lua/clnn/testSpatialAveragePooling.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/clnn/scm-1/lib/libTHCLNN.so
cd build
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
clnn scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
ipy=$(which ipython)
if [ -x "$ipy" ]
then
ipybase=$(ipython locate)
rm -rf $ipybase/profile_torch
ipython profile create torch
echo 'c.KernelManager.kernel_cmd = ["/Users/tylerlindell/torch-cl/install/bin/itorch_launcher","{connection_file}"]' >>$ipybase/profile_torch/ipython_config.py
echo "c.Session.key = b''" >>$ipybase/profile_torch/ipython_config.py
echo "c.Session.keyfile = b''" >>$ipybase/profile_torch/ipython_config.py
mkdir -p $ipybase/profile_torch/static/base/images
mkdir -p $ipybase/kernels/itorch
cat kernelspec/kernel.json | sed "s@LUA_BINDIR@/Users/tylerlindell/torch-cl/install/bin@" > $ipybase/kernels/itorch/kernel.json
cp kernelspec/*.png $ipybase/kernels/itorch/
cp ipynblogo.png $ipybase/profile_torch/static/base/images
mkdir -p $ipybase/profile_torch/static/custom/
cp custom.js $ipybase/profile_torch/static/custom/
cp custom.css $ipybase/profile_torch/static/custom/
cp itorch /Users/tylerlindell/torch-cl/install/bin/
cp itorch_launcher /Users/tylerlindell/torch-cl/install/bin/
cp -r ~/.ipython/profile_torch ~/.ipython/profile_itorch
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/Users/tylerlindell/torch-cl/install/bin/.." -DCMAKE_INSTALL_PREFIX="/Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/itorch/scm-1" && make
else
echo "Error: could not find ipython in PATH. Do you have it installed?"
fi
[ProfileCreate] Generating default config file: '/Users/tylerlindell/.ipython/profile_torch/ipython_config.py'
[ProfileCreate] Generating default config file: '/Users/tylerlindell/.ipython/profile_torch/ipython_kernel_config.py'
-- Found Torch7 in /Users/tylerlindell/torch-cl/install
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/tylerlindell/torch-cl/extra/iTorch/build
cd build && make install
Install the project...
-- Install configuration: "Release"
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/itorch/scm-1/lua/itorch/_env.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/itorch/scm-1/lua/itorch/bokeh.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/itorch/scm-1/lua/itorch/completer.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/itorch/scm-1/lua/itorch/gfx.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/itorch/scm-1/lua/itorch/init.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/itorch/scm-1/lua/itorch/IOHandler.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/itorch/scm-1/lua/itorch/main.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/itorch/scm-1/lua/itorch/Plot.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/itorch/scm-1/lua/itorch/test.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/itorch/scm-1/lua/itorch/util.lua
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/itorch/scm-1/lua/itorch/bokeh-0.7.0.min.js
-- Installing: /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks/itorch/scm-1/lua/itorch/bokeh-0.7.0.min.css
Updating manifest for /Users/tylerlindell/torch-cl/install/lib/luarocks/rocks
itorch scm-1 is now built and installed in /Users/tylerlindell/torch-cl/install/ (license: BSD)
Not updating your shell profile.
You might want to
add the following lines to your shell profile:
. /Users/tylerlindell/torch-cl/install/bin/torch-activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment