torch / ezinstall

One-line install scripts for Torch.
75 stars 79 forks source link

Does not install on Ubuntu 15.04 #47

Open rspeer opened 9 years ago

rspeer commented 9 years ago

I followed the directions at http://torch.ch/docs/getting-started.html. They claim to work on "Ubuntu 12+" but they seem to be quite out of date and not work on 15.04.

Here's what I get on standard error when I try to run Torch's install.sh at the end:

Warning: unmatched variable LUALIB
Warning: unmatched variable LUALIB
Warning: unmatched variable LUALIB
CMake Error at /usr/share/cmake-3.0/Modules/FindCUDA.cmake:568 (message):
  Specify CUDA_TOOLKIT_ROOT_DIR
Call Stack (most recent call first):
  CMakeLists.txt:7 (FIND_PACKAGE)

Error: Build error: Failed building.

Missing dependencies for cunn:
cutorch >= 1.0

Cloning into 'cutorch'...
CMake Error at /usr/share/cmake-3.0/Modules/FindCUDA.cmake:568 (message):
  Specify CUDA_TOOLKIT_ROOT_DIR
Call Stack (most recent call first):
  CMakeLists.txt:7 (FIND_PACKAGE)

Error: Failed installing dependency: https://raw.githubusercontent.com/torch/rocks/master/cutorch-scm-1.rockspec - Build error: Failed building.

Missing dependencies for cunnx:
cunn >= 1.0
cutorch >= 1.0

Missing dependencies for cunn:
cutorch >= 1.0

Cloning into 'cutorch'...
CMake Error at /usr/share/cmake-3.0/Modules/FindCUDA.cmake:568 (message):
  Specify CUDA_TOOLKIT_ROOT_DIR
Call Stack (most recent call first):
  CMakeLists.txt:7 (FIND_PACKAGE)

Error: Failed installing dependency: https://raw.githubusercontent.com/torch/rocks/master/cunn-scm-1.rockspec - Failed installing dependency: https://raw.githubusercontent.com/torch/rocks/master/cutorch-scm-1.rockspec - Build error: Failed building.

Missing dependencies for cudnn:
cutorch 

Cloning into 'cutorch'...
CMake Error at /usr/share/cmake-3.0/Modules/FindCUDA.cmake:568 (message):
  Specify CUDA_TOOLKIT_ROOT_DIR
Call Stack (most recent call first):
  CMakeLists.txt:7 (FIND_PACKAGE)

Error: Failed installing dependency: https://raw.githubusercontent.com/torch/rocks/master/cutorch-scm-1.rockspec - Build error: Failed building.
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 /home/rspeer/torch/extra/audio
   used as include directory in directory /home/rspeer/torch/extra/audio
   used as include directory in directory /home/rspeer/torch/extra/audio
   used as include directory in directory /home/rspeer/torch/extra/audio
FFTW_LIBRARIES
    linked by target "audio" in directory /home/rspeer/torch/extra/audio
SOX_INCLUDE_DIR
   used as include directory in directory /home/rspeer/torch/extra/audio
   used as include directory in directory /home/rspeer/torch/extra/audio
   used as include directory in directory /home/rspeer/torch/extra/audio
   used as include directory in directory /home/rspeer/torch/extra/audio
SOX_LIBRARIES
    linked by target "audio" in directory /home/rspeer/torch/extra/audio
    linked by target "sox" in directory /home/rspeer/torch/extra/audio

make: *** No targets specified and no makefile found.  Stop.

Error: Build error: Failed building.

Missing dependencies for itorch:
luacrypto 
uuid 
lzmq >= 0.4.2

Error: Failed installing dependency: https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/luacrypto-0.3.2-1.src.rock - Could not find expected file openssl/evp.h, or openssl/evp.h for OPENSSL -- you may have to install OPENSSL in your system and/or pass OPENSSL_DIR or OPENSSL_INCDIR to the luarocks command. Example: luarocks install luacrypto OPENSSL_DIR=/usr/local
rspeer commented 9 years ago

If it helps, here's the standard out also:

Prefix set to /home/rspeer/torch/install
-- Found readline library
-- LuaJIT Target: x64
-- LuaJIT target x64
-- Configuring done
-- Generating done
-- Build files have been written to: /home/rspeer/torch/build
[  3%] Built target minilua
[ 26%] Built target buildvm
[ 61%] Built target libluajit
[100%] Built target luajit
[  3%] Built target minilua
[ 26%] Built target buildvm
[ 61%] Built target libluajit
[100%] Built target luajit
Install the project...
-- Install configuration: "Release"
-- Up-to-date: /home/rspeer/torch/install/include/luaconf.h
-- Up-to-date: /home/rspeer/torch/install/include/lua.h
-- Up-to-date: /home/rspeer/torch/install/include/lauxlib.h
-- Up-to-date: /home/rspeer/torch/install/include/lualib.h
-- Up-to-date: /home/rspeer/torch/install/include/lua.hpp
-- Up-to-date: /home/rspeer/torch/install/include/luajit.h
-- Up-to-date: /home/rspeer/torch/install/lib/libluajit.so
-- Up-to-date: /home/rspeer/torch/install/bin/luajit
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/jit/bc.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/jit/v.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/jit/dump.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/jit/dis_x86.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/jit/dis_x64.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/jit/dis_arm.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/jit/dis_ppc.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/jit/dis_mips.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/jit/dis_mipsel.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/jit/bcsave.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/jit/bc.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/jit/p.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/jit/zone.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/jit/vmdef.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/fs/unix/tools.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/fs/unix.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/fs/win32/tools.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/fs/win32.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/fs/lua.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/persist.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/list.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/require.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/repos.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/dir.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/make_manifest.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/command_line.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/install.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/build/command.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/build/cmake.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/build/make.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/build/builtin.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/fetch/cvs.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/fetch/git.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/fetch/sscm.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/tools/patch.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/fetch/svn.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/tools/zip.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/tools/tar.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/pack.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/type_check.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/make.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/path.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/remove.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/fs.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/manif.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/add.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/deps.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/build.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/search.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/show.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/manif_core.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/fetch.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/unpack.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/validate.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/cfg.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/download.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/help.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/util.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/index.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/cache.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/refresh_cache.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/loader.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/admin_remove.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/fetch/hg.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/fetch/git_file.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/new_version.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/lint.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/purge.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/doc.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/fetch/git_http.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/path_cmd.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/upload.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/upload/api.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/upload/multipart.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/write_rockspec.lua
-- Up-to-date: /home/rspeer/torch/install/share/lua/5.1/luarocks/site_config.lua
-- Up-to-date: /home/rspeer/torch/install/etc/luarocks/config.lua
-- Up-to-date: /home/rspeer/torch/install/bin/luarocks
-- Up-to-date: /home/rspeer/torch/install/bin/luarocks-admin
Installing https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/luafilesystem-1.6.3-1.src.rock...
Using https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/luafilesystem-1.6.3-1.src.rock... switching to 'build' mode
gcc -O2 -fPIC -I/home/rspeer/torch/install/include -c src/lfs.c -o src/lfs.o
gcc -shared -o lfs.so -L/home/rspeer/torch/install/lib src/lfs.o
Updating manifest for /home/rspeer/torch/install/lib/luarocks/rocks
luafilesystem 1.6.3-1 is now built and installed in /home/rspeer/torch/install/ (license: MIT/X11)

Installing https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/penlight-1.3.2-2.rockspec...
Using https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/penlight-1.3.2-2.rockspec... switching to 'build' mode
Archive:  penlight-1.3.2-core.zip
  inflating: penlight-1.3.2/LICENSE.md  
   creating: penlight-1.3.2/lua/
   creating: penlight-1.3.2/lua/pl/
  inflating: penlight-1.3.2/lua/pl/lexer.lua  
  inflating: penlight-1.3.2/lua/pl/dir.lua  
  inflating: penlight-1.3.2/lua/pl/func.lua  
  inflating: penlight-1.3.2/lua/pl/Set.lua  
  inflating: penlight-1.3.2/lua/pl/compat.lua  
  inflating: penlight-1.3.2/lua/pl/utils.lua  
  inflating: penlight-1.3.2/lua/pl/luabalanced.lua  
  inflating: penlight-1.3.2/lua/pl/comprehension.lua  
  inflating: penlight-1.3.2/lua/pl/file.lua  
  inflating: penlight-1.3.2/lua/pl/init.lua  
  inflating: penlight-1.3.2/lua/pl/template.lua  
  inflating: penlight-1.3.2/lua/pl/MultiMap.lua  
  inflating: penlight-1.3.2/lua/pl/xml.lua  
  inflating: penlight-1.3.2/lua/pl/stringio.lua  
  inflating: penlight-1.3.2/lua/pl/pretty.lua  
  inflating: penlight-1.3.2/lua/pl/path.lua  
  inflating: penlight-1.3.2/lua/pl/lapp.lua  
  inflating: penlight-1.3.2/lua/pl/class.lua  
  inflating: penlight-1.3.2/lua/pl/config.lua  
  inflating: penlight-1.3.2/lua/pl/permute.lua  
  inflating: penlight-1.3.2/lua/pl/stringx.lua  
  inflating: penlight-1.3.2/lua/pl/Map.lua  
  inflating: penlight-1.3.2/lua/pl/types.lua  
  inflating: penlight-1.3.2/lua/pl/Date.lua  
  inflating: penlight-1.3.2/lua/pl/operator.lua  
  inflating: penlight-1.3.2/lua/pl/import_into.lua  
  inflating: penlight-1.3.2/lua/pl/app.lua  
  inflating: penlight-1.3.2/lua/pl/tablex.lua  
  inflating: penlight-1.3.2/lua/pl/test.lua  
  inflating: penlight-1.3.2/lua/pl/text.lua  
  inflating: penlight-1.3.2/lua/pl/input.lua  
  inflating: penlight-1.3.2/lua/pl/url.lua  
  inflating: penlight-1.3.2/lua/pl/seq.lua  
  inflating: penlight-1.3.2/lua/pl/array2d.lua  
  inflating: penlight-1.3.2/lua/pl/OrderedMap.lua  
  inflating: penlight-1.3.2/lua/pl/data.lua  
  inflating: penlight-1.3.2/lua/pl/List.lua  
  inflating: penlight-1.3.2/lua/pl/sip.lua  
  inflating: penlight-1.3.2/lua/pl/strict.lua  
Updating manifest for /home/rspeer/torch/install/lib/luarocks/rocks
penlight 1.3.2-2 is now built and installed in /home/rspeer/torch/install/ (license: MIT/X11)

Installing https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/lua-cjson-2.1.0-1.src.rock...
Using https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/lua-cjson-2.1.0-1.src.rock... switching to 'build' mode
Archive:  lua-cjson-2.1.0.zip
   creating: lua-cjson-2.1.0/
  inflating: lua-cjson-2.1.0/runtests.sh  
  inflating: lua-cjson-2.1.0/fpconv.c  
  inflating: lua-cjson-2.1.0/lua-cjson.spec  
  inflating: lua-cjson-2.1.0/rfc4627.txt  
  inflating: lua-cjson-2.1.0/dtoa.c  
  inflating: lua-cjson-2.1.0/lua-cjson-2.1.0-1.rockspec  
  inflating: lua-cjson-2.1.0/manual.txt  
  inflating: lua-cjson-2.1.0/performance.html  
  inflating: lua-cjson-2.1.0/CMakeLists.txt  
  inflating: lua-cjson-2.1.0/fpconv.h  
  inflating: lua-cjson-2.1.0/strbuf.h  
  inflating: lua-cjson-2.1.0/strbuf.c  
  inflating: lua-cjson-2.1.0/NEWS    
  inflating: lua-cjson-2.1.0/manual.html  
  inflating: lua-cjson-2.1.0/lua_cjson.c  
  inflating: lua-cjson-2.1.0/LICENSE  
  inflating: lua-cjson-2.1.0/dtoa_config.h  
   creating: lua-cjson-2.1.0/tests/
  inflating: lua-cjson-2.1.0/tests/bench.lua  
  inflating: lua-cjson-2.1.0/tests/numbers.json  
  inflating: lua-cjson-2.1.0/tests/example3.json  
  inflating: lua-cjson-2.1.0/tests/octets-escaped.dat  
 extracting: lua-cjson-2.1.0/tests/types.json  
  inflating: lua-cjson-2.1.0/tests/genutf8.pl  
  inflating: lua-cjson-2.1.0/tests/rfc-example1.json  
  inflating: lua-cjson-2.1.0/tests/example4.json  
  inflating: lua-cjson-2.1.0/tests/example2.json  
  inflating: lua-cjson-2.1.0/tests/README  
  inflating: lua-cjson-2.1.0/tests/rfc-example2.json  
  inflating: lua-cjson-2.1.0/tests/test.lua  
  inflating: lua-cjson-2.1.0/tests/example5.json  
  inflating: lua-cjson-2.1.0/tests/example1.json  
  inflating: lua-cjson-2.1.0/g_fmt.c  
  inflating: lua-cjson-2.1.0/Makefile  
   creating: lua-cjson-2.1.0/lua/
  inflating: lua-cjson-2.1.0/lua/lua2json.lua  
  inflating: lua-cjson-2.1.0/lua/json2lua.lua  
   creating: lua-cjson-2.1.0/lua/cjson/
  inflating: lua-cjson-2.1.0/lua/cjson/util.lua  
  inflating: lua-cjson-2.1.0/performance.txt  
  inflating: lua-cjson-2.1.0/THANKS  
gcc -O2 -fPIC -I/home/rspeer/torch/install/include -c lua_cjson.c -o lua_cjson.o
gcc -O2 -fPIC -I/home/rspeer/torch/install/include -c strbuf.c -o strbuf.o
gcc -O2 -fPIC -I/home/rspeer/torch/install/include -c fpconv.c -o fpconv.o
gcc -shared -o cjson.so -L/home/rspeer/torch/install/lib lua_cjson.o strbuf.o fpconv.o
Updating manifest for /home/rspeer/torch/install/lib/luarocks/rocks
lua-cjson 2.1.0-1 is now built and installed in /home/rspeer/torch/install/ (license: MIT)

gcc -O2 -fPIC -I/home/rspeer/torch/install/include -c src/autolink.c -o src/autolink.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/rspeer/torch/install/include -c src/buffer.c -o src/buffer.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/rspeer/torch/install/include -c src/markdown.c -o src/markdown.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/rspeer/torch/install/include -c src/stack.c -o src/stack.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/rspeer/torch/install/include -c html/houdini_href_e.c -o html/houdini_href_e.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/rspeer/torch/install/include -c html/houdini_html_e.c -o html/houdini_html_e.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/rspeer/torch/install/include -c html/html.c -o html/html.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/rspeer/torch/install/include -c html/html_smartypants.c -o html/html_smartypants.o -Isrc/ -Ihtml/
gcc -shared -o libsundown.so -L/home/rspeer/torch/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 /home/rspeer/torch/install/lib/luarocks/rocks
sundown scm-1 is now built and installed in /home/rspeer/torch/install/ (license: BSD)

Updating manifest for /home/rspeer/torch/install/lib/luarocks/rocks
cwrap scm-1 is now built and installed in /home/rspeer/torch/install/ (license: BSD)

-- Configuring done
-- Generating done
-- Build files have been written to: /home/rspeer/torch/pkg/paths/build
[100%] Built target paths
[100%] Built target paths
Install the project...
-- Install configuration: "Release"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/paths/scm-1/lua/paths/init.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/paths/scm-1/lib/libpaths.so
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUALIB= -DLUA_INCDIR="/home/rspeer/torch/install/include" -DLUA_LIBDIR="/home/rspeer/torch/install/lib" -DLUADIR="/home/rspeer/torch/install/lib/luarocks/rocks/paths/scm-1/lua" -DLIBDIR="/home/rspeer/torch/install/lib/luarocks/rocks/paths/scm-1/lib" -DCMAKE_INSTALL_PREFIX="/home/rspeer/torch/install/lib/luarocks/rocks/paths/scm-1" && make

cd build && make install
Updating manifest for /home/rspeer/torch/install/lib/luarocks/rocks
paths scm-1 is now built and installed in /home/rspeer/torch/install/ (license: BSD)

-- Compiling with OpenMP support
-- Compiling with OpenMP support
-- 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_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_sequential - mkl_core - m]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_sequential - mkl_core - m]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core - m]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m]
--   Library mkl_intel: not found
-- Checking for [mkl - guide - pthread - m]
--   Library mkl: not found
-- MKL library not found
-- Checking for [openblas]
--   Library openblas: /opt/OpenBLAS/lib/libopenblas.so
-- Found a library with BLAS API (open).
-- Found a library with LAPACK API. (open)
-- C inline is supported (inline)
-- Configuring done
-- Generating done
-- Build files have been written to: /home/rspeer/torch/pkg/torch/build
[  1%] Built target luaT
[ 23%] Built target TH
[ 50%] Built target torch
[ 76%] Built target torch_static
[ 98%] Built target TH_static
[100%] Built target luaT_static
[  1%] Built target luaT
[ 23%] Built target TH
[ 50%] Built target torch
[ 76%] Built target torch_static
[ 98%] Built target TH_static
[100%] Built target luaT_static
Install the project...
-- Install configuration: "Release"
-- Up-to-date: /home/rspeer/torch/install/share/cmake/torch/TorchExports.cmake
-- Installing: /home/rspeer/torch/install/share/cmake/torch/TorchExports-release.cmake
-- Up-to-date: /home/rspeer/torch/install/share/cmake/torch/TorchConfig.cmake
-- Up-to-date: /home/rspeer/torch/install/share/cmake/torch/TorchWrap.cmake
-- Up-to-date: /home/rspeer/torch/install/share/cmake/torch/TorchPathsInit.cmake
-- Up-to-date: /home/rspeer/torch/install/share/cmake/torch/TorchPackage.cmake
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lib/libtorch.so
-- Set runtime path of "/home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lib/libtorch.so" to "$ORIGIN/../lib:/home/rspeer/torch/install/lib:/opt/OpenBLAS/lib"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/init.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/File.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/Tensor.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/CmdLine.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/FFI.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/Tester.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/test.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/README.md
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/maths.md
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/tester.md
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/utility.md
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/random.md
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/storage.md
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/pipefile.md
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/memoryfile.md
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/tensor.md
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/serialization.md
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/file.md
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/timer.md
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/cmdline.md
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/diskfile.md
-- Up-to-date: /home/rspeer/torch/install/lib/libTH.so
-- Up-to-date: /home/rspeer/torch/install/include/TH/TH.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/THAllocator.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/THBlas.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/THDiskFile.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/THFile.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/THFilePrivate.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/THGeneral.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/THGenerateAllTypes.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/THGenerateFloatTypes.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/THGenerateIntTypes.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/THLapack.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/THLogAdd.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/THMemoryFile.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/THRandom.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/THStorage.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/THTensor.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/THTensorApply.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/THTensorDimApply.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/THTensorMacros.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/THVector.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/THAtomic.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/generic/THBlas.c
-- Up-to-date: /home/rspeer/torch/install/include/TH/generic/THBlas.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/generic/THLapack.c
-- Up-to-date: /home/rspeer/torch/install/include/TH/generic/THLapack.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/generic/THStorage.c
-- Up-to-date: /home/rspeer/torch/install/include/TH/generic/THStorage.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/generic/THStorageCopy.c
-- Up-to-date: /home/rspeer/torch/install/include/TH/generic/THStorageCopy.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/generic/THTensor.c
-- Up-to-date: /home/rspeer/torch/install/include/TH/generic/THTensor.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/generic/THTensorConv.c
-- Up-to-date: /home/rspeer/torch/install/include/TH/generic/THTensorConv.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/generic/THTensorCopy.c
-- Up-to-date: /home/rspeer/torch/install/include/TH/generic/THTensorCopy.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/generic/THTensorLapack.c
-- Up-to-date: /home/rspeer/torch/install/include/TH/generic/THTensorLapack.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/generic/THTensorMath.c
-- Up-to-date: /home/rspeer/torch/install/include/TH/generic/THTensorMath.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/generic/THTensorRandom.c
-- Up-to-date: /home/rspeer/torch/install/include/TH/generic/THTensorRandom.h
-- Up-to-date: /home/rspeer/torch/install/include/TH/generic/THVector.c
-- Up-to-date: /home/rspeer/torch/install/share/cmake/torch/THConfig.cmake
-- Up-to-date: /home/rspeer/torch/install/lib/libluaT.so
-- Up-to-date: /home/rspeer/torch/install/include/luaT.h
-- Up-to-date: /home/rspeer/torch/install/share/cmake/torch/luaTConfig.cmake
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUA=/home/rspeer/torch/install/bin/luajit -DLUALIB= -DLUA_BINDIR="/home/rspeer/torch/install/bin" -DLUA_INCDIR="/home/rspeer/torch/install/include" -DLUA_LIBDIR="/home/rspeer/torch/install/lib" -DLUADIR="/home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lua" -DLIBDIR="/home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1/lib" -DCMAKE_INSTALL_PREFIX="/home/rspeer/torch/install/lib/luarocks/rocks/torch/scm-1" && make

cd build && make install
Updating manifest for /home/rspeer/torch/install/lib/luarocks/rocks
torch scm-1 is now built and installed in /home/rspeer/torch/install/ (license: BSD)

Updating manifest for /home/rspeer/torch/install/lib/luarocks/rocks
dok scm-1 is now built and installed in /home/rspeer/torch/install/ (license: BSD)

Updating manifest for /home/rspeer/torch/install/lib/luarocks/rocks
gnuplot scm-1 is now built and installed in /home/rspeer/torch/install/ (license: BSD)

-- Lua: using information from luarocks
-- Lua library guess (no info from luarocks): /home/rspeer/torch/install/lib/libluajit.so
-- Lua found /home/rspeer/torch/install/bin/luajit
-- Found readline library
-- Configuring done
-- Generating done
-- Build files have been written to: /home/rspeer/torch/exe/qtlua/build
[  6%] Built target libqtlua
[ 18%] Built target libqlua
[ 19%] Built target qlua
[ 20%] Built target libqtcore
[ 25%] Built target libqtsvg
[ 30%] Built target libqtgui
[ 31%] Built target libqtuiloader
[ 44%] Built target libqtwidget
[100%] Built target libqtide
[  6%] Built target libqtlua
[ 18%] Built target libqlua
[ 19%] Built target qlua
[ 20%] Built target libqtcore
[ 25%] Built target libqtsvg
[ 30%] Built target libqtgui
[ 31%] Built target libqtuiloader
[ 44%] Built target libqtwidget
[100%] Built target libqtide
Install the project...
-- Install configuration: "Release"
-- Up-to-date: /home/rspeer/torch/install/lib/libqtlua.so
-- Up-to-date: /home/rspeer/torch/install/include/qtlua/qtluaengine.h
-- Up-to-date: /home/rspeer/torch/install/include/qtlua/qtluautils.h
-- Up-to-date: /home/rspeer/torch/install/include/qtlua/qtluaconf.h
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/conf/cmake/QtLuaConfig.cmake
-- Up-to-date: /home/rspeer/torch/install/lib/libqlua.so
-- Up-to-date: /home/rspeer/torch/install/bin/qlua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtcore/init.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtcore.so
-- Set runtime path of "/home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtcore.so" to "$ORIGIN/../lib"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtsvg.so
-- Set runtime path of "/home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtsvg.so" to "$ORIGIN/../lib"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtsvg/init.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtgui/init.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtgui.so
-- Set runtime path of "/home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtgui.so" to "$ORIGIN/../lib"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtuiloader/init.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtuiloader/test.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtuiloader/test.ui
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtuiloader.so
-- Set runtime path of "/home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtuiloader.so" to "$ORIGIN/../lib"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtwidget/init.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtwidget.so
-- Set runtime path of "/home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtwidget.so" to "$ORIGIN/../lib"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtide.so
-- Set runtime path of "/home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtide.so" to "$ORIGIN/../lib"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtide/init.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtide/prefs.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtide/prefs.ui
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUA=/home/rspeer/torch/install/bin/luajit -DLUALIB= -DLUA_BINDIR="/home/rspeer/torch/install/bin" -DLUA_INCDIR="/home/rspeer/torch/install/include" -DLUA_LIBDIR="/home/rspeer/torch/install/lib" -DLUADIR="/home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/lua" -DLIBDIR="/home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib" -DCONFDIR="/home/rspeer/torch/install/lib/luarocks/rocks/qtlua/scm-1/conf" && make

cd build && make install
Updating manifest for /home/rspeer/torch/install/lib/luarocks/rocks
qtlua scm-1 is now built and installed in /home/rspeer/torch/install/ (license: BSD)

gcc -O2 -fPIC -I/home/rspeer/torch/install/include -c readline.c -o readline.o
gcc -shared -o readline.so -L/home/rspeer/torch/install/lib readline.o -lreadline
Updating manifest for /home/rspeer/torch/install/lib/luarocks/rocks
trepl scm-1 is now built and installed in /home/rspeer/torch/install/ (license: BSD)

Updating manifest for /home/rspeer/torch/install/lib/luarocks/rocks
env scm-1 is now built and installed in /home/rspeer/torch/install/ (license: BSD)

-- Found Torch7 in /home/rspeer/torch/install
-- Configuring done
-- Generating done
-- Build files have been written to: /home/rspeer/torch/pkg/sys/build
[ 50%] Built target sys
[100%] Built target sys_static
[ 50%] Built target sys
[100%] Built target sys_static
Install the project...
-- Install configuration: "Release"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/sys/1.1-0/lib/libsys.so
-- Set runtime path of "/home/rspeer/torch/install/lib/luarocks/rocks/sys/1.1-0/lib/libsys.so" to "$ORIGIN/../lib:/home/rspeer/torch/install/lib:/opt/OpenBLAS/lib"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/sys/1.1-0/lua/sys/init.lua
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/rspeer/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/rspeer/torch/install/lib/luarocks/rocks/sys/1.1-0" && make
cd build && make install
Updating manifest for /home/rspeer/torch/install/lib/luarocks/rocks
sys 1.1-0 is now built and installed in /home/rspeer/torch/install/ (license: BSD)

Updating manifest for /home/rspeer/torch/install/lib/luarocks/rocks
xlua 1.0-0 is now built and installed in /home/rspeer/torch/install/ (license: BSD)

-- Found Torch7 in /home/rspeer/torch/install
-- Compiling with OpenMP support
-- Configuring done
-- Generating done
-- Build files have been written to: /home/rspeer/torch/extra/nn/build
[ 50%] Built target nn
[100%] Built target nn_static
[ 50%] Built target nn
[100%] Built target nn_static
Install the project...
-- Install configuration: "Release"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lib/libnn.so
-- Set runtime path of "/home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lib/libnn.so" to "$ORIGIN/../lib:/home/rspeer/torch/install/lib:/opt/OpenBLAS/lib"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Mean.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/HardShrink.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SparseJacobian.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ParallelTable.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/PReLU.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Select.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialDivisiveNormalization.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/JoinTable.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Criterion.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Concat.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/test.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricConvolution.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Square.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ErrorMessages.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CosineDistance.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/AddConstant.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Parallel.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/L1HingeEmbeddingCriterion.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CMulTable.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sigmoid.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/View.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/StochasticGradient.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Abs.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/L1Cost.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sum.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftMax.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/HingeEmbeddingCriterion.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftPlus.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialSubtractiveNormalization.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SplitTable.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SelectTable.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sqrt.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Max.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialFullConvolutionMap.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Module.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Tanh.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LogSoftMax.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MM.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CosineEmbeddingCriterion.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TemporalSubSampling.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolution.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Transpose.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Power.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricMaxPooling.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Add.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MarginCriterion.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Jacobian.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/DistKLDivCriterion.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Narrow.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MultiLabelMarginCriterion.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/utils.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/BatchNormalization.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MixtureTable.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Identity.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/HardTanh.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Reshape.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ClassNLLCriterion.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialFullConvolution.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Log.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialDropout.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftSign.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TemporalConvolution.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LogSigmoid.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MarginRankingCriterion.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftMin.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CAddTable.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MultiCriterion.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialZeroPadding.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ConcatTable.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialBatchNormalization.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/FlattenTable.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TemporalMaxPooling.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialContrastiveNormalization.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolutionMap.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TanhShrink.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/AbsCriterion.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/PairwiseDistance.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/DepthConcat.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Dropout.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ParallelCriterion.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialAveragePooling.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LookupTable.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Min.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Padding.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialMaxPooling.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CDivTable.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolutionMM.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialLPPooling.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Euclidean.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Copy.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialUpSamplingNearest.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricAveragePooling.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Mul.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/BCECriterion.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/L1Penalty.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/DotProduct.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SparseLinear.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialSubSampling.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Linear.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MultiMarginCriterion.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Exp.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sequential.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ReLU.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CMul.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Container.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Threshold.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/WeightedMSECriterion.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CSubTable.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MulConstant.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MSECriterion.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/WeightedEuclidean.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CriterionTable.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CrossEntropyCriterion.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/init.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Replicate.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialAdaptiveMaxPooling.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftShrink.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/hessian.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/table.md
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/convolution.md
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/module.md
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/testing.md
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/training.md
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/logsoftmax.png
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/relu.png
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softmax.png
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/power.png
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/exp.png
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sigmmoid.png
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/logsigmoid.png
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/htanh.png
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/hshrink.png
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/prelu.png
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sshrink.png
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/abs.png
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sqrt.png
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/tanh.png
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softplus.png
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sigmoid.png
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softsign.png
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softmin.png
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/square.png
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/lena.jpg
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/lenap.jpg
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/overview.md
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/simple.md
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/containers.md
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/criterion.md
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/transfer.md
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/README.md
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/rspeer/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/rspeer/torch/install/lib/luarocks/rocks/nn/scm-1" && make

cd build && make install
Updating manifest for /home/rspeer/torch/install/lib/luarocks/rocks
nn scm-1 is now built and installed in /home/rspeer/torch/install/ (license: BSD)

-- Found Torch7 in /home/rspeer/torch/install
-- OpenMP Found with compiler flag : -fopenmp
-- Configuring done
-- Generating done
-- Build files have been written to: /home/rspeer/torch/extra/nnx/build
[ 50%] Built target nnx
[100%] Built target nnx_static
[ 50%] Built target nnx
[100%] Built target nnx_static
Install the project...
-- Install configuration: "Release"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lib/libnnx.so
-- Set runtime path of "/home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lib/libnnx.so" to "$ORIGIN/../lib:/home/rspeer/torch/install/lib:/opt/OpenBLAS/lib"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SaturatedLU.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SparseCriterion.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialPyramid.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialReSamplingEx.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/LA.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/RepeaterCriterion.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/Sequencer.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/NarrowLookupTable.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/FunctionWrapper.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/Minus.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialLinear.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/Balance.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialSparseCriterion.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/PullTable.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/DistMarginCriterion.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/Module.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SoftMaxTree.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialUpSampling.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialRecursiveFovea.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/PushTable.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialGraph.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/MultiSoftMax.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialMatching.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/BatchNormalization.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialColorTransform.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/DataList.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/ZeroGrad.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/DataSetSamplingPascal.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SuperCriterion.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialMaxSampling.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/Toc.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialDownSampling.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/LSTM.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialPadding.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialReSampling.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/TreeNLLCriterion.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/DistNLLCriterion.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/Probe.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/AbstractRecurrent.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/Tic.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/Recurrent.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialRadialMatching.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialNormalization.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/Repeater.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialFovea.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialClassifier.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/DataSet.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/init.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/DataSetLabelMe.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/test-all.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/test-omp.lua
cmake -E make_directory build;
cd build;
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/rspeer/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/rspeer/torch/install/lib/luarocks/rocks/nnx/0.1-1"; 
make

cd build && make install
Updating manifest for /home/rspeer/torch/install/lib/luarocks/rocks
nnx 0.1-1 is now built and installed in /home/rspeer/torch/install/ (license: BSD)

-- Found Torch7 in /home/rspeer/torch/install
-- Configuring incomplete, errors occurred!
See also "/home/rspeer/torch/extra/cutorch/build/CMakeFiles/CMakeOutput.log".
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/rspeer/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/rspeer/torch/install/lib/luarocks/rocks/cutorch/scm-1" && make -j$(getconf _NPROCESSORS_ONLN) install

-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found Torch7 in /home/rspeer/torch/install
-- Configuring incomplete, errors occurred!
See also "/tmp/luarocks_cutorch-scm-1-9269/cutorch/build/CMakeFiles/CMakeOutput.log".
Using https://raw.githubusercontent.com/torch/rocks/master/cutorch-scm-1.rockspec... switching to 'build' mode
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/rspeer/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/rspeer/torch/install/lib/luarocks/rocks/cutorch/scm-1" && make -j$(getconf _NPROCESSORS_ONLN) install

-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found Torch7 in /home/rspeer/torch/install
-- Configuring incomplete, errors occurred!
See also "/tmp/luarocks_cutorch-scm-1-7276/cutorch/build/CMakeFiles/CMakeOutput.log".
Using https://raw.githubusercontent.com/torch/rocks/master/cunn-scm-1.rockspec... switching to 'build' mode
Using https://raw.githubusercontent.com/torch/rocks/master/cutorch-scm-1.rockspec... switching to 'build' mode
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/rspeer/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/rspeer/torch/install/lib/luarocks/rocks/cutorch/scm-1" && make -j$(getconf _NPROCESSORS_ONLN) install

-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found Torch7 in /home/rspeer/torch/install
-- Configuring incomplete, errors occurred!
See also "/tmp/luarocks_cutorch-scm-1-7583/cutorch/build/CMakeFiles/CMakeOutput.log".
Using https://raw.githubusercontent.com/torch/rocks/master/cutorch-scm-1.rockspec... switching to 'build' mode
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/rspeer/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/rspeer/torch/install/lib/luarocks/rocks/cutorch/scm-1" && make -j$(getconf _NPROCESSORS_ONLN) install

-- Found Torch7 in /home/rspeer/torch/install
-- Configuring done
-- Generating done
-- Build files have been written to: /home/rspeer/torch/pkg/qttorch/build
[ 50%] Built target qttorch
[100%] Built target qttorch_static
[ 50%] Built target qttorch
[100%] Built target qttorch_static
Install the project...
-- Install configuration: "Release"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/qttorch/scm-1/lib/libqttorch.so
-- Set runtime path of "/home/rspeer/torch/install/lib/luarocks/rocks/qttorch/scm-1/lib/libqttorch.so" to "$ORIGIN/../lib:/home/rspeer/torch/install/lib:/opt/OpenBLAS/lib"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/qttorch/scm-1/lua/qttorch/init.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/qttorch/scm-1/lua/qttorch/doc
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/qttorch/scm-1/lua/qttorch/doc/README.md
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/rspeer/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/rspeer/torch/install/lib/luarocks/rocks/qttorch/scm-1" && make

cd build && make install
Updating manifest for /home/rspeer/torch/install/lib/luarocks/rocks
qttorch scm-1 is now built and installed in /home/rspeer/torch/install/ (license: BSD)

-- Found Torch7 in /home/rspeer/torch/install
-- Configuring done
-- Generating done
-- Build files have been written to: /home/rspeer/torch/pkg/image/build
[ 12%] Built target image
[ 25%] Built target image_static
[ 37%] Built target jpeg
[ 50%] Built target jpeg_static
[ 62%] Built target png
[ 75%] Built target png_static
[ 87%] Built target ppm
[100%] Built target ppm_static
[ 12%] Built target image
[ 25%] Built target image_static
[ 37%] Built target jpeg
[ 50%] Built target jpeg_static
[ 62%] Built target png
[ 75%] Built target png_static
[ 87%] Built target ppm
[100%] Built target ppm_static
Install the project...
-- Install configuration: "Release"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libppm.so
-- Set runtime path of "/home/rspeer/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libppm.so" to "$ORIGIN/../lib:/home/rspeer/torch/install/lib:/opt/OpenBLAS/lib"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libjpeg.so
-- Set runtime path of "/home/rspeer/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libjpeg.so" to "$ORIGIN/../lib:/home/rspeer/torch/install/lib:/opt/OpenBLAS/lib"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libpng.so
-- Set runtime path of "/home/rspeer/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libpng.so" to "$ORIGIN/../lib:/home/rspeer/torch/install/lib:/opt/OpenBLAS/lib"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libimage.so
-- Set runtime path of "/home/rspeer/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libimage.so" to "$ORIGIN/../lib:/home/rspeer/torch/install/lib:/opt/OpenBLAS/lib"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/init.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/fabio.jpg
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/fabio.png
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/lena.jpg
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/lena.png
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/win.ui
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/README.md
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/rspeer/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/rspeer/torch/install/lib/luarocks/rocks/image/1.1.alpha-0" && make

cd build && make install
Updating manifest for /home/rspeer/torch/install/lib/luarocks/rocks
image 1.1.alpha-0 is now built and installed in /home/rspeer/torch/install/ (license: BSD)

-- Found Torch7 in /home/rspeer/torch/install
-- Configuring done
-- Generating done
-- Build files have been written to: /home/rspeer/torch/pkg/optim/build
Install the project...
-- Install configuration: "Release"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/checkgrad.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/lbfgs.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/adadelta.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/rmsprop.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/fista.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/polyinterp.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/sgd.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/nag.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/adagrad.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/rprop.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/asgd.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/adam.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/ConfusionMatrix.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/lswolfe.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/cg.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/init.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/Logger.lua
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/rspeer/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/rspeer/torch/install/lib/luarocks/rocks/optim/1.0.5-0" && make

cd build && make install
Updating manifest for /home/rspeer/torch/install/lib/luarocks/rocks
optim 1.0.5-0 is now built and installed in /home/rspeer/torch/install/ (license: BSD)

Updating manifest for /home/rspeer/torch/install/lib/luarocks/rocks
sdl2 scm-1 is now built and installed in /home/rspeer/torch/install/ (license: BSD)

-- Found Torch7 in /home/rspeer/torch/install
-- Configuring done
-- Generating done
-- Build files have been written to: /home/rspeer/torch/extra/threads
[ 50%] Built target threads
[100%] Built target threads_static
[ 50%] Built target threads
[100%] Built target threads_static
Install the project...
-- Install configuration: "Release"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/threads/scm-1/lib/libthreads.so
-- Set runtime path of "/home/rspeer/torch/install/lib/luarocks/rocks/threads/scm-1/lib/libthreads.so" to "$ORIGIN/../lib:/home/rspeer/torch/install/lib:/opt/OpenBLAS/lib"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/threads/scm-1/lua/threads/init.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/threads/scm-1/lua/threads/threads.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/threads/scm-1/lua/threads/serialize.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/threads/scm-1/lua/threads/sharedserialize.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/threads/scm-1/lua/threads/queue.lua
Updating manifest for /home/rspeer/torch/install/lib/luarocks/rocks
threads scm-1 is now built and installed in /home/rspeer/torch/install/ (license: BSD)

Updating manifest for /home/rspeer/torch/install/lib/luarocks/rocks
graphicsmagick 1.scm-0 is now built and installed in /home/rspeer/torch/install/ (license: BSD)

Updating manifest for /home/rspeer/torch/install/lib/luarocks/rocks
argcheck scm-1 is now built and installed in /home/rspeer/torch/install/ (license: BSD)

-- Found Torch7 in /home/rspeer/torch/install
-- Configuring incomplete, errors occurred!
See also "/home/rspeer/torch/extra/audio/build/CMakeFiles/CMakeOutput.log".
         cmake -E make_directory build;
         cd build;
         cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/rspeer/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/rspeer/torch/install/lib/luarocks/rocks/audio/0.1-0"
         make

Updating manifest for /home/rspeer/torch/install/lib/luarocks/rocks
fftw3 scm-1 is now built and installed in /home/rspeer/torch/install/ (license: BSD)

-- Found Torch7 in /home/rspeer/torch/install
-- Configuring done
-- Generating done
-- Build files have been written to: /home/rspeer/torch/extra/signal/build
[ 50%] Built target signal
[100%] Built target signal_static
[ 50%] Built target signal
[100%] Built target signal_static
Install the project...
-- Install configuration: "Release"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/signal/scm-1/lib/libsignal.so
-- Set runtime path of "/home/rspeer/torch/install/lib/luarocks/rocks/signal/scm-1/lib/libsignal.so" to "$ORIGIN/../lib:/home/rspeer/torch/install/lib"
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/signal/scm-1/lua/signal/wavelet.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/signal/scm-1/lua/signal/ffi.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/signal/scm-1/lua/signal/convolution.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/signal/scm-1/lua/signal/extramath.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/signal/scm-1/lua/signal/complex.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/signal/scm-1/lua/signal/fft.lua
-- Installing: /home/rspeer/torch/install/lib/luarocks/rocks/signal/scm-1/lua/signal/init.lua
cmake -E make_directory build;
cd build;
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/rspeer/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/rspeer/torch/install/lib/luarocks/rocks/signal/scm-1"; 
make

cd build && make install
Updating manifest for /home/rspeer/torch/install/lib/luarocks/rocks
signal scm-1 is now built and installed in /home/rspeer/torch/install/ (license: RWTFPL)

Using https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/luacrypto-0.3.2-1.src.rock... switching to 'build' mode

Do you want to automatically prepend the Torch install location
to PATH and LD_LIBRARY_PATH in your /home/rspeer/.bashrc? (yes/no)
[yes] >>> 
soumith commented 9 years ago

hey rob, can you also give the output for when you run install-deps? You are actually right, we haven't even tried it on 15.04 because it is unreleased.

We will support 15.04 the day it's released on ubuntu.org

For now, you can change this line number to be "15" and then adapt the apt-get install lines

https://github.com/torch/ezinstall/blob/master/install-deps#L84

sowjanya143 commented 9 years ago

Warning: falling back to wget - install luasec to get native HTTPS support Installing https://raw.githubusercontent.com/torch/rocks/master/itorch-scm-1.rockspec... Using https://raw.githubusercontent.com/torch/rocks/master/itorch-scm-1.rockspec... switching to 'build' mode

Missing dependencies for itorch: luacrypto image uuid lzmq >= 0.4.2 penlight luafilesystem lbase64 lua-cjson

Error: Could not satisfy dependency: luacrypto

can someone help me with this? I am trying to install torch 7 on ubuntu 14.04

woodrush commented 8 years ago

@sowjanya143, I was installing on Ubuntu 15.04 and also failed on installing luacrypto, but I managed to install it. Doing

sudo apt-get install libssl-dev

helped me. (edit: i.e. I assume openssl was not installed) For this I followed the solution posted on http://stackoverflow.com/questions/16248775/cmake-not-able-to-find-openssl

Specifically, I got the following error:

Missing dependencies for itorch:
lbase64
luacrypto
uuid
lzmq >= 0.4.2

Using https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/lbase64-20120820-1.src.rock... switching to 'build' mode
Do not use 'module' as a build type. Use 'builtin' instead.
gcc -O2 -fPIC -I/home/woodrush/torch/install/include -c lbase64.c -o lbase64.o
gcc -shared -o base64.so -L/home/woodrush/torch/install/lib lbase64.o
Updating manifest for /home/woodrush/torch/install/lib/luarocks/rocks
lbase64 20120820-1 is now built and installed in /home/woodrush/torch/install/ (license: Public domain)

Using https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/luacrypto-0.3.2-1.src.rock... switching to 'build' mode

Error: Failed installing dependency: https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/luacrypto-0.3.2-1.src.rock - Could not find expected file openssl/evp.h, or openssl/evp.h for OPENSSL -- you may have to install OPENSSL in your system and/or pass OPENSSL_DIR or OPENSSL_INCDIR to the luarocks command. Example: luarocks install luacrypto OPENSSL_DIR=/usr/local

After installing libssl-dev, to make sure I installed luacrypto I also did (may not be necessary)

sudo apt-get install libssl-dev
sudo apt-get install luarocks
source .bashrc
luarocks install luacrypto
sbaechler commented 8 years ago

Make sure you have the full CUDA package with toolkit installed, not just the library. (Download CUDA here)