Skip to content

Instantly share code, notes, and snippets.

@melvincabatuan
Created April 9, 2015 17:41
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 melvincabatuan/ba70ef41fe255878e607 to your computer and use it in GitHub Desktop.
Save melvincabatuan/ba70ef41fe255878e607 to your computer and use it in GitHub Desktop.
$ ./install.sh
Prefix set to /home/cobalt/torch/install
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- 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
-- Detecting C compile features
-- Detecting C compile features - 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
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/cc
-- Found readline library
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void*
-- Check size of void* - done
-- Looking for dlopen
-- Looking for dlopen - found
-- Looking for sin in m
-- Looking for sin in m - found
-- Performing Test LJ_TARGET_X64
-- Performing Test LJ_TARGET_X64 - Failed
-- Performing Test LJ_TARGET_X86
-- Performing Test LJ_TARGET_X86 - Success
-- LuaJIT Target: x86
-- LuaJIT target x86
-- Performing Test LJ_ARCH_BITS_64
-- Performing Test LJ_ARCH_BITS_64 - Failed
-- Performing Test LJ_HASJIT_1
-- Performing Test LJ_HASJIT_1 - Success
-- Performing Test LJ_HASFFI_1
-- Performing Test LJ_HASFFI_1 - Success
-- Performing Test LJ_DUALNUM_1
-- Performing Test LJ_DUALNUM_1 - Failed
-- Performing Test LJ_ARCH_HASFPU_1
-- Performing Test LJ_ARCH_HASFPU_1 - Success
-- Performing Test LJ_ABI_SOFTFP_1
-- Performing Test LJ_ABI_SOFTFP_1 - Failed
-- Performing Test __SSE2___1
-- Performing Test __SSE2___1 - Failed
-- Looking for sin in m
-- Looking for sin in m - found
-- Found Wget: /usr/bin/wget
-- Found MD5: /usr/bin/md5sum
-- Configuring done
-- Generating done
-- Build files have been written to: /home/cobalt/torch/build
Scanning dependencies of target minilua
[ 3%] Building C object exe/luajit-rocks/luajit-2.0/CMakeFiles/minilua.dir/src/host/minilua.c.o
Linking C executable minilua
[ 3%] Built target minilua
[ 7%] Generating buildvm_arch.h
Scanning dependencies of target buildvm
[ 11%] Building C object exe/luajit-rocks/luajit-2.0/CMakeFiles/buildvm.dir/src/host/buildvm.c.o
[ 15%] Building C object exe/luajit-rocks/luajit-2.0/CMakeFiles/buildvm.dir/src/host/buildvm_asm.c.o
[ 19%] Building C object exe/luajit-rocks/luajit-2.0/CMakeFiles/buildvm.dir/src/host/buildvm_peobj.c.o
[ 23%] Building C object exe/luajit-rocks/luajit-2.0/CMakeFiles/buildvm.dir/src/host/buildvm_lib.c.o
[ 26%] Building C object exe/luajit-rocks/luajit-2.0/CMakeFiles/buildvm.dir/src/host/buildvm_fold.c.o
Linking C executable buildvm
[ 26%] Built target buildvm
[ 30%] Generating vmdef.lua
[ 34%] Generating lj_vm.s
[ 38%] Generating lj_ffdef.h
[ 42%] Generating lj_bcdef.h
[ 46%] Generating lj_libdef.h
[ 50%] Generating lj_recdef.h
[ 53%] Generating lj_folddef.h
Scanning dependencies of target libluajit
[ 57%] Building C object exe/luajit-rocks/luajit-2.0/CMakeFiles/libluajit.dir/src/ljamalg.c.o
[ 61%] Building ASM object exe/luajit-rocks/luajit-2.0/CMakeFiles/libluajit.dir/lj_vm.s.o
Linking C shared library libluajit.so
[ 61%] Built target libluajit
Scanning dependencies of target luajit
[ 65%] Building C object exe/luajit-rocks/luajit-2.0/CMakeFiles/luajit.dir/src/luajit.c.o
[ 69%] Building C object exe/luajit-rocks/luajit-2.0/CMakeFiles/luajit.dir/src/ljamalg.c.o
[ 73%] Building ASM object exe/luajit-rocks/luajit-2.0/CMakeFiles/luajit.dir/lj_vm.s.o
Linking C executable luajit
[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"
-- Installing: /home/cobalt/torch/install/include/luaconf.h
-- Installing: /home/cobalt/torch/install/include/lua.h
-- Installing: /home/cobalt/torch/install/include/lauxlib.h
-- Installing: /home/cobalt/torch/install/include/lualib.h
-- Installing: /home/cobalt/torch/install/include/lua.hpp
-- Installing: /home/cobalt/torch/install/include/luajit.h
-- Installing: /home/cobalt/torch/install/lib/libluajit.so
-- Installing: /home/cobalt/torch/install/bin/luajit
-- Installing: /home/cobalt/torch/install/share/lua/5.1/jit/bc.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/jit/v.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/jit/dump.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/jit/dis_x86.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/jit/dis_x64.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/jit/dis_arm.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/jit/dis_ppc.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/jit/dis_mips.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/jit/dis_mipsel.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/jit/bcsave.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/jit/vmdef.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/fs/unix/tools.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/fs/unix.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/fs/win32/tools.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/fs/win32.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/fs/lua.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/persist.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/list.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/require.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/repos.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/dir.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/make_manifest.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/command_line.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/install.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/build/command.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/build/cmake.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/build/make.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/build/builtin.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/fetch/cvs.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/fetch/git.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/fetch/sscm.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/tools/patch.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/fetch/svn.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/tools/zip.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/tools/tar.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/pack.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/type_check.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/make.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/path.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/remove.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/fs.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/manif.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/add.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/deps.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/build.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/search.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/show.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/manif_core.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/fetch.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/unpack.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/validate.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/cfg.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/download.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/help.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/util.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/index.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/cache.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/refresh_cache.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/loader.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/admin_remove.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/fetch/hg.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/fetch/git_file.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/new_version.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/lint.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/purge.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/doc.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/fetch/git_http.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/path_cmd.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/upload.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/upload/api.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/upload/multipart.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/write_rockspec.lua
-- Installing: /home/cobalt/torch/install/share/lua/5.1/luarocks/site_config.lua
-- Installing: /home/cobalt/torch/install/etc/luarocks/config.lua
-- Installing: /home/cobalt/torch/install/bin/luarocks
-- Installing: /home/cobalt/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/cobalt/torch/install/include -c src/lfs.c -o src/lfs.o
gcc -shared -o lfs.so -L/home/cobalt/torch/install/lib src/lfs.o
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
No existing manifest. Attempting to rebuild...
luafilesystem 1.6.3-1 is now built and installed in /home/cobalt/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/cobalt/torch/install/lib/luarocks/rocks
penlight 1.3.2-2 is now built and installed in /home/cobalt/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/cobalt/torch/install/include -c lua_cjson.c -o lua_cjson.o
gcc -O2 -fPIC -I/home/cobalt/torch/install/include -c strbuf.c -o strbuf.o
gcc -O2 -fPIC -I/home/cobalt/torch/install/include -c fpconv.c -o fpconv.o
gcc -shared -o cjson.so -L/home/cobalt/torch/install/lib lua_cjson.o strbuf.o fpconv.o
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
lua-cjson 2.1.0-1 is now built and installed in /home/cobalt/torch/install/ (license: MIT)
gcc -O2 -fPIC -I/home/cobalt/torch/install/include -c src/autolink.c -o src/autolink.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/cobalt/torch/install/include -c src/buffer.c -o src/buffer.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/cobalt/torch/install/include -c src/markdown.c -o src/markdown.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/cobalt/torch/install/include -c src/stack.c -o src/stack.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/cobalt/torch/install/include -c html/houdini_href_e.c -o html/houdini_href_e.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/cobalt/torch/install/include -c html/houdini_html_e.c -o html/houdini_html_e.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/cobalt/torch/install/include -c html/html.c -o html/html.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/cobalt/torch/install/include -c html/html_smartypants.c -o html/html_smartypants.o -Isrc/ -Ihtml/
gcc -shared -o libsundown.so -L/home/cobalt/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/cobalt/torch/install/lib/luarocks/rocks
sundown scm-1 is now built and installed in /home/cobalt/torch/install/ (license: BSD)
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
cwrap scm-1 is now built and installed in /home/cobalt/torch/install/ (license: BSD)
Warning: unmatched variable LUALIB
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUALIB= -DLUA_INCDIR="/home/cobalt/torch/install/include" -DLUA_LIBDIR="/home/cobalt/torch/install/lib" -DLUADIR="/home/cobalt/torch/install/lib/luarocks/rocks/paths/scm-1/lua" -DLIBDIR="/home/cobalt/torch/install/lib/luarocks/rocks/paths/scm-1/lib" -DCMAKE_INSTALL_PREFIX="/home/cobalt/torch/install/lib/luarocks/rocks/paths/scm-1" && make
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- 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
-- Detecting C compile features
-- Detecting C compile features - 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
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file time.h
-- Looking for include file time.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/utsname.h
-- Looking for include file sys/utsname.h - found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for getcwd
-- Looking for getcwd - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Configuring done
-- Generating done
-- Build files have been written to: /home/cobalt/torch/pkg/paths/build
Scanning dependencies of target paths
[100%] Building C object CMakeFiles/paths.dir/paths.c.o
Linking C shared module libpaths.so
[100%] Built target paths
cd build && make install
[100%] Built target paths
Install the project...
-- Install configuration: "Release"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/paths/scm-1/lua/paths/init.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/paths/scm-1/lib/libpaths.so
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
paths scm-1 is now built and installed in /home/cobalt/torch/install/ (license: BSD)
Warning: unmatched variable LUALIB
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUA=/home/cobalt/torch/install/bin/luajit -DLUALIB= -DLUA_BINDIR="/home/cobalt/torch/install/bin" -DLUA_INCDIR="/home/cobalt/torch/install/include" -DLUA_LIBDIR="/home/cobalt/torch/install/lib" -DLUADIR="/home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lua" -DLIBDIR="/home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lib" -DCMAKE_INSTALL_PREFIX="/home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1" && make
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- 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
-- Detecting C compile features
-- Detecting C compile features - 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
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Found OpenMP: -fopenmp
-- 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.
-- Looking for mmap
-- Looking for mmap - found
-- Performing Test C_HAS_SSE1_1
-- Performing Test C_HAS_SSE1_1 - Failed
-- Performing Test C_HAS_SSE1_2
-- Performing Test C_HAS_SSE1_2 - Success
-- Performing Test C_HAS_SSE2_1
-- Performing Test C_HAS_SSE2_1 - Failed
-- Performing Test C_HAS_SSE2_2
-- Performing Test C_HAS_SSE2_2 - Success
-- Performing Test C_HAS_SSE3_1
-- Performing Test C_HAS_SSE3_1 - Failed
-- Performing Test C_HAS_SSE3_2
-- Performing Test C_HAS_SSE3_2 - Success
-- Performing Test C_HAS_SSE4_1_1
-- Performing Test C_HAS_SSE4_1_1 - Failed
-- Performing Test C_HAS_SSE4_1_2
-- Performing Test C_HAS_SSE4_1_2 - Success
-- Performing Test C_HAS_SSE4_2_1
-- Performing Test C_HAS_SSE4_2_1 - Failed
-- Performing Test C_HAS_SSE4_2_2
-- Performing Test C_HAS_SSE4_2_2 - Success
-- Performing Test CXX_HAS_SSE1_1
-- Performing Test CXX_HAS_SSE1_1 - Failed
-- Performing Test CXX_HAS_SSE1_2
-- Performing Test CXX_HAS_SSE1_2 - Success
-- Performing Test CXX_HAS_SSE2_1
-- Performing Test CXX_HAS_SSE2_1 - Failed
-- Performing Test CXX_HAS_SSE2_2
-- Performing Test CXX_HAS_SSE2_2 - Success
-- Performing Test CXX_HAS_SSE3_1
-- Performing Test CXX_HAS_SSE3_1 - Failed
-- Performing Test CXX_HAS_SSE3_2
-- Performing Test CXX_HAS_SSE3_2 - Success
-- Performing Test CXX_HAS_SSE4_1_1
-- Performing Test CXX_HAS_SSE4_1_1 - Failed
-- Performing Test CXX_HAS_SSE4_1_2
-- Performing Test CXX_HAS_SSE4_1_2 - Success
-- Performing Test CXX_HAS_SSE4_2_1
-- Performing Test CXX_HAS_SSE4_2_1 - Failed
-- Performing Test CXX_HAS_SSE4_2_2
-- Performing Test CXX_HAS_SSE4_2_2 - Success
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void*
-- Check size of void* - done
-- 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 - 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 - mkl_sequential - mkl_core - m]
-- Library mkl_gf: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core - m]
-- Library mkl_intel: 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 - 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
-- Looking for sgemm_
-- Looking for sgemm_ - found
-- Performing Test BLAS_F2C_DOUBLE_WORKS
-- Performing Test BLAS_F2C_DOUBLE_WORKS - Success
-- Performing Test BLAS_F2C_FLOAT_WORKS
-- Performing Test BLAS_F2C_FLOAT_WORKS - Success
-- Found a library with BLAS API (open).
-- Looking for cheev_
-- Looking for cheev_ - found
-- Found a library with LAPACK API. (open)
-- Performing Test C_HAS_inline
-- Performing Test C_HAS_inline - Success
-- C inline is supported (inline)
-- Performing Test C_HAS_THREAD
-- Performing Test C_HAS_THREAD - Success
-- Configuring done
-- Generating done
-- Build files have been written to: /home/cobalt/torch/pkg/torch/build
Scanning dependencies of target TH
[ 3%] Building C object lib/TH/CMakeFiles/TH.dir/THGeneral.c.o
[ 7%] Building C object lib/TH/CMakeFiles/TH.dir/THAllocator.c.o
[ 11%] Building C object lib/TH/CMakeFiles/TH.dir/THStorage.c.o
[ 14%] Building C object lib/TH/CMakeFiles/TH.dir/THTensor.c.o
[ 18%] Building C object lib/TH/CMakeFiles/TH.dir/THBlas.c.o
[ 22%] Building C object lib/TH/CMakeFiles/TH.dir/THLapack.c.o
[ 25%] Building C object lib/TH/CMakeFiles/TH.dir/THLogAdd.c.o
[ 29%] Building C object lib/TH/CMakeFiles/TH.dir/THRandom.c.o
[ 33%] Building C object lib/TH/CMakeFiles/TH.dir/THFile.c.o
[ 37%] Building C object lib/TH/CMakeFiles/TH.dir/THDiskFile.c.o
[ 40%] Building C object lib/TH/CMakeFiles/TH.dir/THMemoryFile.c.o
Linking C shared library libTH.so
[ 40%] Built target TH
Scanning dependencies of target luaT
[ 44%] Building C object lib/luaT/CMakeFiles/luaT.dir/luaT.c.o
Linking C shared library libluaT.so
[ 44%] Built target luaT
[ 48%] Generating random.c
[ 51%] Generating TensorMath.c
Scanning dependencies of target torch
[ 55%] Building C object CMakeFiles/torch.dir/DiskFile.c.o
[ 59%] Building C object CMakeFiles/torch.dir/File.c.o
[ 62%] Building C object CMakeFiles/torch.dir/MemoryFile.c.o
[ 66%] Building C object CMakeFiles/torch.dir/PipeFile.c.o
[ 70%] Building C object CMakeFiles/torch.dir/Storage.c.o
[ 74%] Building C object CMakeFiles/torch.dir/Tensor.c.o
[ 77%] Building C object CMakeFiles/torch.dir/Timer.c.o
[ 81%] Building C object CMakeFiles/torch.dir/utils.c.o
[ 85%] Building C object CMakeFiles/torch.dir/init.c.o
[ 88%] Building C object CMakeFiles/torch.dir/TensorOperator.c.o
[ 92%] Building C object CMakeFiles/torch.dir/TensorMath.c.o
[ 96%] Building C object CMakeFiles/torch.dir/random.c.o
[100%] Building C object CMakeFiles/torch.dir/Generator.c.o
Linking C shared module libtorch.so
[100%] Built target torch
cd build && make install
[ 40%] Built target TH
[ 44%] Built target luaT
[100%] Built target torch
Install the project...
-- Install configuration: "Release"
-- Installing: /home/cobalt/torch/install/share/cmake/torch/TorchExports.cmake
-- Installing: /home/cobalt/torch/install/share/cmake/torch/TorchExports-release.cmake
-- Installing: /home/cobalt/torch/install/share/cmake/torch/TorchConfig.cmake
-- Installing: /home/cobalt/torch/install/share/cmake/torch/TorchWrap.cmake
-- Installing: /home/cobalt/torch/install/share/cmake/torch/TorchPathsInit.cmake
-- Installing: /home/cobalt/torch/install/share/cmake/torch/TorchPackage.cmake
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lib/libtorch.so
-- Set runtime path of "/home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lib/libtorch.so" to "$ORIGIN/../lib:/home/cobalt/torch/install/lib:/opt/OpenBLAS/lib"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/init.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/File.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/Tensor.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/CmdLine.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/FFI.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/Tester.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/test.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/README.md
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/utility.md
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/memoryfile.md
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/storage.md
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/timer.md
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/file.md
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/random.md
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/serialization.md
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/pipefile.md
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/tensor.md
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/tester.md
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/diskfile.md
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/maths.md
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/cmdline.md
-- Installing: /home/cobalt/torch/install/lib/libTH.so
-- Set runtime path of "/home/cobalt/torch/install/lib/libTH.so" to "$ORIGIN/../lib:/opt/OpenBLAS/lib"
-- Installing: /home/cobalt/torch/install/include/TH/TH.h
-- Installing: /home/cobalt/torch/install/include/TH/THAllocator.h
-- Installing: /home/cobalt/torch/install/include/TH/THBlas.h
-- Installing: /home/cobalt/torch/install/include/TH/THDiskFile.h
-- Installing: /home/cobalt/torch/install/include/TH/THFile.h
-- Installing: /home/cobalt/torch/install/include/TH/THFilePrivate.h
-- Installing: /home/cobalt/torch/install/include/TH/THGeneral.h
-- Installing: /home/cobalt/torch/install/include/TH/THGenerateAllTypes.h
-- Installing: /home/cobalt/torch/install/include/TH/THGenerateFloatTypes.h
-- Installing: /home/cobalt/torch/install/include/TH/THGenerateIntTypes.h
-- Installing: /home/cobalt/torch/install/include/TH/THLapack.h
-- Installing: /home/cobalt/torch/install/include/TH/THLogAdd.h
-- Installing: /home/cobalt/torch/install/include/TH/THMemoryFile.h
-- Installing: /home/cobalt/torch/install/include/TH/THRandom.h
-- Installing: /home/cobalt/torch/install/include/TH/THStorage.h
-- Installing: /home/cobalt/torch/install/include/TH/THTensor.h
-- Installing: /home/cobalt/torch/install/include/TH/THTensorApply.h
-- Installing: /home/cobalt/torch/install/include/TH/THTensorDimApply.h
-- Installing: /home/cobalt/torch/install/include/TH/THTensorMacros.h
-- Installing: /home/cobalt/torch/install/include/TH/THVector.h
-- Installing: /home/cobalt/torch/install/include/TH/generic/THBlas.c
-- Installing: /home/cobalt/torch/install/include/TH/generic/THBlas.h
-- Installing: /home/cobalt/torch/install/include/TH/generic/THLapack.c
-- Installing: /home/cobalt/torch/install/include/TH/generic/THLapack.h
-- Installing: /home/cobalt/torch/install/include/TH/generic/THStorage.c
-- Installing: /home/cobalt/torch/install/include/TH/generic/THStorage.h
-- Installing: /home/cobalt/torch/install/include/TH/generic/THStorageCopy.c
-- Installing: /home/cobalt/torch/install/include/TH/generic/THStorageCopy.h
-- Installing: /home/cobalt/torch/install/include/TH/generic/THTensor.c
-- Installing: /home/cobalt/torch/install/include/TH/generic/THTensor.h
-- Installing: /home/cobalt/torch/install/include/TH/generic/THTensorConv.c
-- Installing: /home/cobalt/torch/install/include/TH/generic/THTensorConv.h
-- Installing: /home/cobalt/torch/install/include/TH/generic/THTensorCopy.c
-- Installing: /home/cobalt/torch/install/include/TH/generic/THTensorCopy.h
-- Installing: /home/cobalt/torch/install/include/TH/generic/THTensorLapack.c
-- Installing: /home/cobalt/torch/install/include/TH/generic/THTensorLapack.h
-- Installing: /home/cobalt/torch/install/include/TH/generic/THTensorMath.c
-- Installing: /home/cobalt/torch/install/include/TH/generic/THTensorMath.h
-- Installing: /home/cobalt/torch/install/include/TH/generic/THTensorRandom.c
-- Installing: /home/cobalt/torch/install/include/TH/generic/THTensorRandom.h
-- Installing: /home/cobalt/torch/install/include/TH/generic/THVector.c
-- Installing: /home/cobalt/torch/install/share/cmake/torch/THConfig.cmake
-- Installing: /home/cobalt/torch/install/lib/libluaT.so
-- Set runtime path of "/home/cobalt/torch/install/lib/libluaT.so" to "$ORIGIN/../lib"
-- Installing: /home/cobalt/torch/install/include/luaT.h
-- Installing: /home/cobalt/torch/install/share/cmake/torch/luaTConfig.cmake
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
torch scm-1 is now built and installed in /home/cobalt/torch/install/ (license: BSD)
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
dok scm-1 is now built and installed in /home/cobalt/torch/install/ (license: BSD)
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
gnuplot scm-1 is now built and installed in /home/cobalt/torch/install/ (license: BSD)
Warning: unmatched variable LUALIB
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUA=/home/cobalt/torch/install/bin/luajit -DLUALIB= -DLUA_BINDIR="/home/cobalt/torch/install/bin" -DLUA_INCDIR="/home/cobalt/torch/install/include" -DLUA_LIBDIR="/home/cobalt/torch/install/lib" -DLUADIR="/home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/lua" -DLIBDIR="/home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib" -DCONFDIR="/home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/conf" && make
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- 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
-- Detecting C compile features
-- Detecting C compile features - 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
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: /usr/bin/qmake-qt4 (found suitable version "4.8.1", minimum required is "4.3.0")
-- Lua: using information from luarocks
-- Lua library guess (no info from luarocks): /home/cobalt/torch/install/lib/libluajit.so
-- Looking for luaJIT_setmode in /home/cobalt/torch/install/lib/libluajit.so
-- Looking for luaJIT_setmode in /home/cobalt/torch/install/lib/libluajit.so - found
-- Lua found /home/cobalt/torch/install/bin/luajit
-- Found readline library
-- Looking for rl_completion_matches
-- Looking for rl_completion_matches - found
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for include file signal.h
-- Looking for include file signal.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file errno.h
-- Looking for include file errno.h - found
-- Looking for include file sys/select.h
-- Looking for include file sys/select.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file sys/types.h
-- Looking for include file sys/types.h - found
-- Looking for isatty
-- Looking for isatty - found
-- Looking for sigprocmask
-- Looking for sigprocmask - found
-- Looking for sigaction
-- Looking for sigaction - found
-- Looking for signal
-- Looking for signal - found
-- Looking for pthread_sigmask
-- Looking for pthread_sigmask - not found
-- Looking for XInitThreads
-- Looking for XInitThreads - not found
-- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so
-- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/i386-linux-gnu/libX11.so
-- Configuring done
-- Generating done
-- Build files have been written to: /home/cobalt/torch/exe/qtlua/build
[ 1%] Generating moc_qtluaengine.cxx
[ 2%] Generating qtluaengine.moc
Scanning dependencies of target libqtlua
[ 3%] Building CXX object qtlua/CMakeFiles/libqtlua.dir/qtluautils.cpp.o
[ 4%] Building CXX object qtlua/CMakeFiles/libqtlua.dir/qtluaengine.cpp.o
[ 6%] Building CXX object qtlua/CMakeFiles/libqtlua.dir/moc_qtluaengine.cxx.o
Linking CXX shared library libqtlua.so
[ 6%] Built target libqtlua
[ 7%] Generating moc_qluaconsole.cxx
[ 8%] Generating qrc_qlua.cxx
[ 9%] Generating qluaapplication.moc
[ 10%] Generating qluaconsole_unix.moc
[ 12%] Generating moc_qluaapplication.cxx
Scanning dependencies of target libqlua
[ 13%] Building CXX object qlua/CMakeFiles/libqlua.dir/qluaapplication.cpp.o
[ 14%] Building CXX object qlua/CMakeFiles/libqlua.dir/qluaconsole_unix.cpp.o
/home/cobalt/torch/exe/qtlua/qlua/qluaconsole_unix.cpp: In member function ‘void QLuaConsole::Private::command(Command)’:
/home/cobalt/torch/exe/qtlua/qlua/qluaconsole_unix.cpp:774:46: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
(void) ::write(commandPipe[1], &command, 1);
^
[ 15%] Building CXX object qlua/CMakeFiles/libqlua.dir/moc_qluaapplication.cxx.o
[ 16%] Building CXX object qlua/CMakeFiles/libqlua.dir/qrc_qlua.cxx.o
[ 18%] Building CXX object qlua/CMakeFiles/libqlua.dir/moc_qluaconsole.cxx.o
Linking CXX shared library libqlua.so
[ 18%] Built target libqlua
Scanning dependencies of target qlua
[ 19%] Building CXX object qlua/CMakeFiles/qlua.dir/qlua.cpp.o
Linking CXX executable qlua
[ 19%] Built target qlua
Scanning dependencies of target libqtuiloader
[ 20%] Building CXX object packages/qtuiloader/CMakeFiles/libqtuiloader.dir/uiloader.cpp.o
Linking CXX shared module libqtuiloader.so
[ 20%] Built target libqtuiloader
[ 21%] Generating moc_qtlualistener.cxx
[ 22%] Generating qtluapainter.moc
[ 24%] Generating moc_qtluapainter.cxx
[ 25%] Generating moc_qtluaprinter.cxx
Scanning dependencies of target libqtwidget
[ 26%] Building CXX object packages/qtwidget/CMakeFiles/libqtwidget.dir/qtluapainter.cpp.o
[ 27%] Building CXX object packages/qtwidget/CMakeFiles/libqtwidget.dir/qtluaprinter.cpp.o
[ 28%] Building CXX object packages/qtwidget/CMakeFiles/libqtwidget.dir/qtlualistener.cpp.o
[ 30%] Building CXX object packages/qtwidget/CMakeFiles/libqtwidget.dir/qtwidget.cpp.o
[ 31%] Building CXX object packages/qtwidget/CMakeFiles/libqtwidget.dir/moc_qtluapainter.cxx.o
[ 32%] Building CXX object packages/qtwidget/CMakeFiles/libqtwidget.dir/moc_qtluaprinter.cxx.o
[ 33%] Building CXX object packages/qtwidget/CMakeFiles/libqtwidget.dir/moc_qtlualistener.cxx.o
Linking CXX shared module libqtwidget.so
[ 33%] Built target libqtwidget
[ 34%] Generating moc_qluamode.cxx
[ 36%] Generating qrc_qtide.cxx
[ 37%] Generating ui_qluagotodialog.h
[ 38%] Generating ui_qluafinddialog.h
[ 39%] Generating ui_qluareplacedialog.h
[ 40%] Generating qluatextedit.moc
[ 42%] Generating qluaide.moc
[ 43%] Generating qluamainwindow.moc
[ 44%] Generating qluabrowser.moc
[ 45%] Generating qluaeditor.moc
[ 46%] Generating qluasdimain.moc
[ 48%] Generating qluamdimain.moc
[ 49%] Generating qluamode.moc
[ 50%] Generating qluamode_txt.moc
[ 51%] Generating qluamode_hlp.moc
[ 53%] Generating qluamode_lua.moc
[ 54%] Generating qluamode_c.moc
[ 55%] Generating moc_qluatextedit.cxx
[ 56%] Generating moc_qluaide.cxx
[ 57%] Generating moc_qluamainwindow.cxx
[ 59%] Generating moc_qluabrowser.cxx
[ 60%] Generating moc_qluaeditor.cxx
[ 61%] Generating moc_qluasdimain.cxx
[ 62%] Generating moc_qluamdimain.cxx
Scanning dependencies of target libqtide
[ 63%] Building CXX object packages/qtide/CMakeFiles/libqtide.dir/qtide.cpp.o
[ 65%] Building CXX object packages/qtide/CMakeFiles/libqtide.dir/qluatextedit.cpp.o
[ 66%] Building CXX object packages/qtide/CMakeFiles/libqtide.dir/qluaide.cpp.o
[ 67%] Building CXX object packages/qtide/CMakeFiles/libqtide.dir/qluamainwindow.cpp.o
[ 68%] Building CXX object packages/qtide/CMakeFiles/libqtide.dir/qluabrowser.cpp.o
[ 69%] Building CXX object packages/qtide/CMakeFiles/libqtide.dir/qluaeditor.cpp.o
[ 71%] Building CXX object packages/qtide/CMakeFiles/libqtide.dir/qluasdimain.cpp.o
[ 72%] Building CXX object packages/qtide/CMakeFiles/libqtide.dir/qluamdimain.cpp.o
[ 73%] Building CXX object packages/qtide/CMakeFiles/libqtide.dir/qluamode.cpp.o
[ 74%] Building CXX object packages/qtide/CMakeFiles/libqtide.dir/qluamode_txt.cpp.o
[ 75%] Building CXX object packages/qtide/CMakeFiles/libqtide.dir/qluamode_hlp.cpp.o
[ 77%] Building CXX object packages/qtide/CMakeFiles/libqtide.dir/qluamode_lua.cpp.o
[ 78%] Building CXX object packages/qtide/CMakeFiles/libqtide.dir/qluamode_c.cpp.o
[ 79%] Building CXX object packages/qtide/CMakeFiles/libqtide.dir/qrc_qtide.cxx.o
[ 80%] Building CXX object packages/qtide/CMakeFiles/libqtide.dir/moc_qluatextedit.cxx.o
[ 81%] Building CXX object packages/qtide/CMakeFiles/libqtide.dir/moc_qluaide.cxx.o
[ 83%] Building CXX object packages/qtide/CMakeFiles/libqtide.dir/moc_qluamainwindow.cxx.o
[ 84%] Building CXX object packages/qtide/CMakeFiles/libqtide.dir/moc_qluabrowser.cxx.o
[ 85%] Building CXX object packages/qtide/CMakeFiles/libqtide.dir/moc_qluaeditor.cxx.o
[ 86%] Building CXX object packages/qtide/CMakeFiles/libqtide.dir/moc_qluasdimain.cxx.o
[ 87%] Building CXX object packages/qtide/CMakeFiles/libqtide.dir/moc_qluamdimain.cxx.o
[ 89%] Building CXX object packages/qtide/CMakeFiles/libqtide.dir/moc_qluamode.cxx.o
Linking CXX shared module libqtide.so
[ 89%] Built target libqtide
[ 90%] Generating moc_qtluasvggenerator.cxx
Scanning dependencies of target libqtsvg
[ 91%] Building CXX object packages/qtsvg/CMakeFiles/libqtsvg.dir/qtsvg.cpp.o
[ 92%] Building CXX object packages/qtsvg/CMakeFiles/libqtsvg.dir/qtluasvggenerator.cpp.o
[ 93%] Building CXX object packages/qtsvg/CMakeFiles/libqtsvg.dir/moc_qtluasvggenerator.cxx.o
Linking CXX shared module libqtsvg.so
[ 93%] Built target libqtsvg
Scanning dependencies of target libqtcore
[ 95%] Building CXX object packages/qtcore/CMakeFiles/libqtcore.dir/qtcore.cpp.o
Linking CXX shared module libqtcore.so
[ 95%] Built target libqtcore
[ 96%] Generating moc_qtluagui.cxx
Scanning dependencies of target libqtgui
[ 97%] Building CXX object packages/qtgui/CMakeFiles/libqtgui.dir/qtgui.cpp.o
[ 98%] Building CXX object packages/qtgui/CMakeFiles/libqtgui.dir/qtluagui.cpp.o
[100%] Building CXX object packages/qtgui/CMakeFiles/libqtgui.dir/moc_qtluagui.cxx.o
Linking CXX shared module libqtgui.so
[100%] Built target libqtgui
cd build && make install
[ 6%] Built target libqtlua
[ 18%] Built target libqlua
[ 19%] Built target qlua
[ 20%] Built target libqtuiloader
[ 33%] Built target libqtwidget
[ 89%] Built target libqtide
[ 93%] Built target libqtsvg
[ 95%] Built target libqtcore
[100%] Built target libqtgui
Install the project...
-- Install configuration: "Release"
-- Installing: /home/cobalt/torch/install/lib/libqtlua.so
-- Set runtime path of "/home/cobalt/torch/install/lib/libqtlua.so" to "$ORIGIN/../lib"
-- Installing: /home/cobalt/torch/install/include/qtlua/qtluaengine.h
-- Installing: /home/cobalt/torch/install/include/qtlua/qtluautils.h
-- Installing: /home/cobalt/torch/install/include/qtlua/qtluaconf.h
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/conf/cmake/QtLuaConfig.cmake
-- Installing: /home/cobalt/torch/install/lib/libqlua.so
-- Set runtime path of "/home/cobalt/torch/install/lib/libqlua.so" to "$ORIGIN/../lib"
-- Installing: /home/cobalt/torch/install/bin/qlua
-- Set runtime path of "/home/cobalt/torch/install/bin/qlua" to "$ORIGIN/../lib"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtuiloader/init.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtuiloader/test.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtuiloader/test.ui
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtuiloader.so
-- Set runtime path of "/home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtuiloader.so" to "$ORIGIN/../lib"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtwidget/init.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtwidget.so
-- Set runtime path of "/home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtwidget.so" to "$ORIGIN/../lib"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtide.so
-- Set runtime path of "/home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtide.so" to "$ORIGIN/../lib"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtide/init.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtide/prefs.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtide/prefs.ui
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtsvg.so
-- Set runtime path of "/home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtsvg.so" to "$ORIGIN/../lib"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtsvg/init.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtcore/init.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtcore.so
-- Set runtime path of "/home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtcore.so" to "$ORIGIN/../lib"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/lua/qtgui/init.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtgui.so
-- Set runtime path of "/home/cobalt/torch/install/lib/luarocks/rocks/qtlua/scm-1/lib/libqtgui.so" to "$ORIGIN/../lib"
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
qtlua scm-1 is now built and installed in /home/cobalt/torch/install/ (license: BSD)
gcc -O2 -fPIC -I/home/cobalt/torch/install/include -c readline.c -o readline.o
gcc -shared -o readline.so -L/home/cobalt/torch/install/lib readline.o -lreadline
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
trepl scm-1 is now built and installed in /home/cobalt/torch/install/ (license: BSD)
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
env scm-1 is now built and installed in /home/cobalt/torch/install/ (license: BSD)
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/cobalt/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/cobalt/torch/install/lib/luarocks/rocks/sys/1.1-0" && make
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- 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
-- Detecting C compile features
-- Detecting C compile features - 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
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Torch7 in /home/cobalt/torch/install
-- Configuring done
-- Generating done
-- Build files have been written to: /home/cobalt/torch/pkg/sys/build
Scanning dependencies of target sys
[100%] Building C object CMakeFiles/sys.dir/sys.c.o
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: /home/cobalt/torch/install/lib/luarocks/rocks/sys/1.1-0/lib/libsys.so
-- Set runtime path of "/home/cobalt/torch/install/lib/luarocks/rocks/sys/1.1-0/lib/libsys.so" to "$ORIGIN/../lib:/home/cobalt/torch/install/lib:/opt/OpenBLAS/lib"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/sys/1.1-0/lua/sys/init.lua
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
sys 1.1-0 is now built and installed in /home/cobalt/torch/install/ (license: BSD)
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
xlua 1.0-0 is now built and installed in /home/cobalt/torch/install/ (license: BSD)
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/cobalt/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1" && make
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- 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
-- Detecting C compile features
-- Detecting C compile features - 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
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Torch7 in /home/cobalt/torch/install
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Found OpenMP: -fopenmp
-- Compiling with OpenMP support
-- Configuring done
-- Generating done
-- Build files have been written to: /home/cobalt/torch/extra/nn/build
Scanning dependencies of target nn
[100%] Building C object CMakeFiles/nn.dir/init.c.o
Linking C shared module libnn.so
[100%] Built target nn
cd build && make install
[100%] Built target nn
Install the project...
-- Install configuration: "Release"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lib/libnn.so
-- Set runtime path of "/home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lib/libnn.so" to "$ORIGIN/../lib:/home/cobalt/torch/install/lib:/opt/OpenBLAS/lib"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialLPPooling.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Threshold.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftSign.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/PReLU.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sigmoid.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftMin.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolutionMap.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ClassNLLCriterion.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CAddTable.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CriterionTable.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Replicate.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Tanh.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MarginRankingCriterion.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Add.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Container.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CrossEntropyCriterion.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialMaxPoolingCUDA.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricConvolution.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TemporalConvolution.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialMaxPooling.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Square.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialAveragePooling.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialDropout.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ErrorMessages.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialSubSampling.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CMul.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MixtureTable.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/View.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LogSoftMax.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Concat.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialZeroPadding.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ReLU.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CDivTable.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolutionCUDA.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Narrow.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Log.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TemporalSubSampling.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/DepthConcat.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Mean.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftMax.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftPlus.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ParallelTable.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Min.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CSubTable.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialFullConvolutionMap.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricMaxPooling.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialFullConvolution.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LookupTable.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Padding.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Transpose.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Parallel.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/WeightedMSECriterion.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/FlattenTable.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/WeightedEuclidean.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialSubtractiveNormalization.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MulConstant.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/PairwiseDistance.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sequential.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Module.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LogSigmoid.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolutionMM_BHWD.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialDivisiveNormalization.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/init.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/AbsCriterion.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/StochasticGradient.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Copy.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/HingeEmbeddingCriterion.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SparseJacobian.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Identity.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolution.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Power.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MM.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SelectTable.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Exp.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Mul.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CosineEmbeddingCriterion.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CosineDistance.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Reshape.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Select.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/HardShrink.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Abs.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/BatchNormalization.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sqrt.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TemporalMaxPooling.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/AddConstant.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Max.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/L1HingeEmbeddingCriterion.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MultiLabelMarginCriterion.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Linear.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/test.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialBatchNormalization.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MultiCriterion.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MarginCriterion.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolutionMM.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CMulTable.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/L1Cost.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MultiMarginCriterion.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/hessian.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Jacobian.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftShrink.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ConcatTable.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialUpSamplingNearest.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/JoinTable.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MSECriterion.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialAdaptiveMaxPooling.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TanhShrink.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/BCECriterion.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sum.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Dropout.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Euclidean.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/DistKLDivCriterion.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Criterion.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialContrastiveNormalization.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/L1Penalty.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SparseLinear.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SplitTable.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/DotProduct.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/HardTanh.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/training.md
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/simple.md
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/containers.md
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/criterion.md
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/module.md
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/overview.md
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/table.md
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/convolution.md
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/abs.png
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softplus.png
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/relu.png
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/prelu.png
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/lena.jpg
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sigmmoid.png
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sshrink.png
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/logsigmoid.png
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/htanh.png
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sqrt.png
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softsign.png
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/tanh.png
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/power.png
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softmax.png
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softmin.png
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/logsoftmax.png
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/hshrink.png
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/square.png
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/lenap.jpg
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/exp.png
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sigmoid.png
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/transfer.md
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/testing.md
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/README.md
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
nn scm-1 is now built and installed in /home/cobalt/torch/install/ (license: BSD)
cmake -E make_directory build;
cd build;
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/cobalt/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1";
make
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- 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
-- Detecting C compile features
-- Detecting C compile features - 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
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Torch7 in /home/cobalt/torch/install
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Found OpenMP: -fopenmp
-- OpenMP Found with compiler flag : -fopenmp
-- Configuring done
-- Generating done
-- Build files have been written to: /home/cobalt/torch/extra/nnx/build
Scanning dependencies of target nnx
[100%] Building C object CMakeFiles/nnx.dir/init.c.o
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: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lib/libnnx.so
-- Set runtime path of "/home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lib/libnnx.so" to "$ORIGIN/../lib:/home/cobalt/torch/install/lib:/opt/OpenBLAS/lib"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/DistNLLCriterion.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialDownSampling.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialClassifier.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/Probe.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/Balance.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/FunctionWrapper.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/DataSet.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialUpSampling.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/Repeater.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialLinear.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/LA.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialRecursiveFovea.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialMaxSampling.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/LSTM.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialNormalization.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/TreeNLLCriterion.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialSparseCriterion.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/DataSetSamplingPascal.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialFovea.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/Minus.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SparseCriterion.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/Tic.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/Recurrent.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/Module.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialReSampling.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/DataSetLabelMe.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/Toc.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialReSamplingEx.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/init.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/ZeroGrad.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/NarrowLookupTable.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/RepeaterCriterion.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SuperCriterion.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialPyramid.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialColorTransform.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SoftMaxTree.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SaturatedLU.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialMatching.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialPadding.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/Sequencer.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/BatchNormalization.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/DistMarginCriterion.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/PushTable.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/DataList.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/MultiSoftMax.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialGraph.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/AbstractRecurrent.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/SpatialRadialMatching.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/PullTable.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/test-all.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/nnx/0.1-1/lua/nnx/test-omp.lua
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
nnx 0.1-1 is now built and installed in /home/cobalt/torch/install/ (license: BSD)
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/cobalt/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/cobalt/torch/install/lib/luarocks/rocks/qttorch/scm-1" && make
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- 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
-- Detecting C compile features
-- Detecting C compile features - 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
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Torch7 in /home/cobalt/torch/install
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: /usr/bin/qmake-qt4 (found version "4.8.1")
-- Configuring done
-- Generating done
-- Build files have been written to: /home/cobalt/torch/pkg/qttorch/build
Scanning dependencies of target qttorch
[100%] Building CXX object CMakeFiles/qttorch.dir/qttorch.cpp.o
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: /home/cobalt/torch/install/lib/luarocks/rocks/qttorch/scm-1/lib/libqttorch.so
-- Set runtime path of "/home/cobalt/torch/install/lib/luarocks/rocks/qttorch/scm-1/lib/libqttorch.so" to "$ORIGIN/../lib:/home/cobalt/torch/install/lib:/opt/OpenBLAS/lib"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/qttorch/scm-1/lua/qttorch/init.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/qttorch/scm-1/lua/qttorch/doc
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/qttorch/scm-1/lua/qttorch/doc/README.md
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
qttorch scm-1 is now built and installed in /home/cobalt/torch/install/ (license: BSD)
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/cobalt/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0" && make
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- 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
-- Detecting C compile features
-- Detecting C compile features - 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
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Torch7 in /home/cobalt/torch/install
-- Configuring done
-- Generating done
-- Build files have been written to: /home/cobalt/torch/pkg/image/build
Scanning dependencies of target image
[ 25%] Building C object CMakeFiles/image.dir/image.c.o
Linking C shared module libimage.so
[ 25%] Built target image
Scanning dependencies of target jpeg
[ 50%] Building C object CMakeFiles/jpeg.dir/jpeg.c.o
Linking C shared module libjpeg.so
[ 50%] Built target jpeg
Scanning dependencies of target png
[ 75%] Building C object CMakeFiles/png.dir/png.c.o
Linking C shared module libpng.so
[ 75%] Built target png
Scanning dependencies of target ppm
[100%] Building C object CMakeFiles/ppm.dir/ppm.c.o
In file included from generic/ppm.c:2:0,
from /home/cobalt/torch/pkg/image/ppm.c:45:
/home/cobalt/torch/pkg/image/generic/ppm.c: In function ‘libppm_ByteMain_load’:
/home/cobalt/torch/pkg/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/home/cobalt/torch/pkg/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/home/cobalt/torch/pkg/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
/home/cobalt/torch/pkg/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
In file included from generic/ppm.c:1:0,
from /home/cobalt/torch/pkg/image/ppm.c:45:
/home/cobalt/torch/pkg/image/generic/ppm.c: In function ‘libppm_CharMain_load’:
/home/cobalt/torch/pkg/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/home/cobalt/torch/pkg/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/home/cobalt/torch/pkg/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
/home/cobalt/torch/pkg/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
In file included from generic/ppm.c:1:0,
from /home/cobalt/torch/pkg/image/ppm.c:45:
/home/cobalt/torch/pkg/image/generic/ppm.c: In function ‘libppm_ShortMain_load’:
/home/cobalt/torch/pkg/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/home/cobalt/torch/pkg/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/home/cobalt/torch/pkg/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
/home/cobalt/torch/pkg/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
In file included from generic/ppm.c:1:0,
from /home/cobalt/torch/pkg/image/ppm.c:45:
/home/cobalt/torch/pkg/image/generic/ppm.c: In function ‘libppm_IntMain_load’:
/home/cobalt/torch/pkg/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/home/cobalt/torch/pkg/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/home/cobalt/torch/pkg/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
/home/cobalt/torch/pkg/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
In file included from generic/ppm.c:1:0,
from /home/cobalt/torch/pkg/image/ppm.c:45:
/home/cobalt/torch/pkg/image/generic/ppm.c: In function ‘libppm_LongMain_load’:
/home/cobalt/torch/pkg/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/home/cobalt/torch/pkg/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/home/cobalt/torch/pkg/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
/home/cobalt/torch/pkg/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
In file included from generic/ppm.c:1:0,
from /home/cobalt/torch/pkg/image/ppm.c:45:
/home/cobalt/torch/pkg/image/generic/ppm.c: In function ‘libppm_FloatMain_load’:
/home/cobalt/torch/pkg/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/home/cobalt/torch/pkg/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/home/cobalt/torch/pkg/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
/home/cobalt/torch/pkg/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
In file included from generic/ppm.c:1:0,
from /home/cobalt/torch/pkg/image/ppm.c:45:
/home/cobalt/torch/pkg/image/generic/ppm.c: In function ‘libppm_DoubleMain_load’:
/home/cobalt/torch/pkg/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/home/cobalt/torch/pkg/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/home/cobalt/torch/pkg/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
/home/cobalt/torch/pkg/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
Linking C shared module libppm.so
[100%] Built target ppm
cd build && make install
[ 25%] Built target image
[ 50%] Built target jpeg
[ 75%] Built target png
[100%] Built target ppm
Install the project...
-- Install configuration: "Release"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libppm.so
-- Set runtime path of "/home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libppm.so" to "$ORIGIN/../lib:/home/cobalt/torch/install/lib:/opt/OpenBLAS/lib"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libjpeg.so
-- Set runtime path of "/home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libjpeg.so" to "$ORIGIN/../lib:/home/cobalt/torch/install/lib:/opt/OpenBLAS/lib"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libpng.so
-- Set runtime path of "/home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libpng.so" to "$ORIGIN/../lib:/home/cobalt/torch/install/lib:/opt/OpenBLAS/lib"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libimage.so
-- Set runtime path of "/home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libimage.so" to "$ORIGIN/../lib:/home/cobalt/torch/install/lib:/opt/OpenBLAS/lib"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/init.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/fabio.jpg
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/fabio.png
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/lena.jpg
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/lena.png
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/win.ui
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/README.md
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
image 1.1.alpha-0 is now built and installed in /home/cobalt/torch/install/ (license: BSD)
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/cobalt/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/cobalt/torch/install/lib/luarocks/rocks/optim/1.0.5-0" && make
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- 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
-- Detecting C compile features
-- Detecting C compile features - 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
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Torch7 in /home/cobalt/torch/install
-- Configuring done
-- Generating done
-- Build files have been written to: /home/cobalt/torch/pkg/optim/build
cd build && make install
Install the project...
-- Install configuration: "Release"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/asgd.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/Logger.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/sgd.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/ConfusionMatrix.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/adam.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/polyinterp.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/fista.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/cg.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/adagrad.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/rprop.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/init.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/lswolfe.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/lbfgs.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/nag.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/rmsprop.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/checkgrad.lua
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
optim 1.0.5-0 is now built and installed in /home/cobalt/torch/install/ (license: BSD)
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
sdl2 scm-1 is now built and installed in /home/cobalt/torch/install/ (license: BSD)
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
threads scm-1 is now built and installed in /home/cobalt/torch/install/ (license: BSD)
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
graphicsmagick 1.scm-0 is now built and installed in /home/cobalt/torch/install/ (license: BSD)
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
argcheck scm-1 is now built and installed in /home/cobalt/torch/install/ (license: BSD)
cmake -E make_directory build;
cd build;
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/cobalt/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/cobalt/torch/install/lib/luarocks/rocks/audio/0.1-0"
make
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- 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
-- Detecting C compile features
-- Detecting C compile features - 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
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Torch7 in /home/cobalt/torch/install
SOX_INCLUDE_DIR: SOX_INCLUDE_DIR-NOTFOUND
SOX_LIBRARIES: SOX_LIBRARIES-NOTFOUND
FFTW_INCLUDE_DIR: /usr/include
FFTW_LIBRARIES: /usr/lib/libfftw3.so
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:
SOX_INCLUDE_DIR
used as include directory in directory /home/cobalt/torch/extra/audio
used as include directory in directory /home/cobalt/torch/extra/audio
SOX_LIBRARIES
linked by target "audio" in directory /home/cobalt/torch/extra/audio
linked by target "sox" in directory /home/cobalt/torch/extra/audio
-- Configuring incomplete, errors occurred!
See also "/home/cobalt/torch/extra/audio/build/CMakeFiles/CMakeOutput.log".
make: *** No targets specified and no makefile found. Stop.
Error: Build error: Failed building.
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
fftw3 scm-1 is now built and installed in /home/cobalt/torch/install/ (license: BSD)
cmake -E make_directory build;
cd build;
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/cobalt/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/cobalt/torch/install/lib/luarocks/rocks/signal/scm-1";
make
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- 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
-- Detecting C compile features
-- Detecting C compile features - 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
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Torch7 in /home/cobalt/torch/install
-- Configuring done
-- Generating done
-- Build files have been written to: /home/cobalt/torch/extra/signal/build
Scanning dependencies of target signal
[100%] Building C object CMakeFiles/signal.dir/init.c.o
Linking C shared module libsignal.so
[100%] Built target signal
cd build && make install
[100%] Built target signal
Install the project...
-- Install configuration: "Release"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/signal/scm-1/lib/libsignal.so
-- Set runtime path of "/home/cobalt/torch/install/lib/luarocks/rocks/signal/scm-1/lib/libsignal.so" to "$ORIGIN/../lib:/home/cobalt/torch/install/lib"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/signal/scm-1/lua/signal/ffi.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/signal/scm-1/lua/signal/complex.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/signal/scm-1/lua/signal/fft.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/signal/scm-1/lua/signal/init.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/signal/scm-1/lua/signal/extramath.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/signal/scm-1/lua/signal/wavelet.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/signal/scm-1/lua/signal/convolution.lua
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
signal scm-1 is now built and installed in /home/cobalt/torch/install/ (license: RWTFPL)
Missing dependencies for itorch:
lbase64
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/cobalt/torch/install/include -c lbase64.c -o lbase64.o
gcc -shared -o base64.so -L/home/cobalt/torch/install/lib lbase64.o
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
lbase64 20120820-1 is now built and installed in /home/cobalt/torch/install/ (license: Public domain)
Using https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/uuid-0.2-1.src.rock... switching to 'build' mode
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
uuid 0.2-1 is now built and installed in /home/cobalt/torch/install/ (license: Apache 2.0)
Using https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/lzmq-0.4.2-1.src.rock... switching to 'build' mode
Archive: v0.4.2.zip
bb16eda60cd63862f3d1a114229e488bfc43b0d7
creating: lzmq-0.4.2/
inflating: lzmq-0.4.2/.gitignore
inflating: lzmq-0.4.2/.travis.yml
creating: lzmq-0.4.2/.travis/
inflating: lzmq-0.4.2/.travis/platform.sh
inflating: lzmq-0.4.2/.travis/setup_lua.sh
inflating: lzmq-0.4.2/.travis/setup_sodium.sh
inflating: lzmq-0.4.2/.travis/setup_zmq.sh
inflating: lzmq-0.4.2/CMakeLists.txt
inflating: lzmq-0.4.2/LICENCE.txt
inflating: lzmq-0.4.2/README.md
creating: lzmq-0.4.2/cmake/
inflating: lzmq-0.4.2/cmake/FindLua.cmake
inflating: lzmq-0.4.2/cmake/FindZMQ.cmake
inflating: lzmq-0.4.2/cmake/dist.cmake
inflating: lzmq-0.4.2/cmake/lua.cmake
inflating: lzmq-0.4.2/dist.info
creating: lzmq-0.4.2/doc/
inflating: lzmq-0.4.2/doc/lzmq.ldoc
creating: lzmq-0.4.2/doc/lzmq/
inflating: lzmq-0.4.2/doc/lzmq/loop.ldoc
inflating: lzmq-0.4.2/doc/lzmq/poller.ldoc
inflating: lzmq-0.4.2/doc/lzmq/threads.ldoc
inflating: lzmq-0.4.2/doc/lzmq/timer.ldoc
creating: lzmq-0.4.2/examples/
creating: lzmq-0.4.2/examples/device/
inflating: lzmq-0.4.2/examples/device/cli.lua
inflating: lzmq-0.4.2/examples/device/device.lua
inflating: lzmq-0.4.2/examples/device/srv.lua
inflating: lzmq-0.4.2/examples/echo_cli.lua
inflating: lzmq-0.4.2/examples/echo_loop.lua
inflating: lzmq-0.4.2/examples/echo_loop_raw.lua
inflating: lzmq-0.4.2/examples/monitor.lua
creating: lzmq-0.4.2/examples/perf/
inflating: lzmq-0.4.2/examples/perf/local_lat.lua
inflating: lzmq-0.4.2/examples/perf/local_multipart.lua
inflating: lzmq-0.4.2/examples/perf/local_thr.lua
inflating: lzmq-0.4.2/examples/perf/remote_lat.lua
inflating: lzmq-0.4.2/examples/perf/remote_multipart.lua
inflating: lzmq-0.4.2/examples/perf/remote_thr.lua
inflating: lzmq-0.4.2/examples/perf/test_lat.bat
inflating: lzmq-0.4.2/examples/perf/test_multipart.bat
inflating: lzmq-0.4.2/examples/perf/test_thr.bat
inflating: lzmq-0.4.2/examples/perf/thread_lat.lua
inflating: lzmq-0.4.2/examples/perf/thread_thr.lua
creating: lzmq-0.4.2/examples/perf2/
creating: lzmq-0.4.2/examples/perf2/lat/
inflating: lzmq-0.4.2/examples/perf2/lat/inproc_lat.lua
inflating: lzmq-0.4.2/examples/perf2/lat/local_lat.lua
inflating: lzmq-0.4.2/examples/perf2/lat/remote_lat.lua
creating: lzmq-0.4.2/examples/perf2/lat_nomsg/
inflating: lzmq-0.4.2/examples/perf2/lat_nomsg/inproc_lat.lua
inflating: lzmq-0.4.2/examples/perf2/lat_nomsg/local_lat.lua
inflating: lzmq-0.4.2/examples/perf2/lat_nomsg/remote_lat.lua
inflating: lzmq-0.4.2/examples/perf2/runner.lua
creating: lzmq-0.4.2/examples/perf2/thr/
inflating: lzmq-0.4.2/examples/perf2/thr/inproc_thr.lua
inflating: lzmq-0.4.2/examples/perf2/thr/local_thr.lua
inflating: lzmq-0.4.2/examples/perf2/thr/remote_thr.lua
creating: lzmq-0.4.2/examples/perf2/thr_nomsg/
inflating: lzmq-0.4.2/examples/perf2/thr_nomsg/inproc_thr.lua
inflating: lzmq-0.4.2/examples/perf2/thr_nomsg/local_thr.lua
inflating: lzmq-0.4.2/examples/perf2/thr_nomsg/remote_thr.lua
inflating: lzmq-0.4.2/examples/queue_device.lua
inflating: lzmq-0.4.2/examples/utils.lua
inflating: lzmq-0.4.2/examples/zap.lua
inflating: lzmq-0.4.2/lakeconfig.lua
inflating: lzmq-0.4.2/lakefile
creating: lzmq-0.4.2/msvc/
inflating: lzmq-0.4.2/msvc/luazmq.sln
inflating: lzmq-0.4.2/msvc/luazmq.vcproj
inflating: lzmq-0.4.2/msvc/lztimer.vcproj
creating: lzmq-0.4.2/rockspecs/
inflating: lzmq-0.4.2/rockspecs/lzmq-0.1.0-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-0.1.1-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-0.1.2-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-0.1.3-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-0.2.0-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-0.3.0-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-0.3.1-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-0.3.2-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-0.3.3-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-0.3.4-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-0.3.5-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-0.3.6-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-0.4.0-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-0.4.1-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-0.4.2-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-ffi-0.1.3-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-ffi-0.2.0-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-ffi-0.3.0-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-ffi-0.3.1-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-ffi-0.3.2-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-ffi-0.3.3-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-ffi-0.3.4-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-ffi-0.3.5-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-ffi-0.3.6-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-ffi-0.4.0-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-ffi-0.4.1-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-ffi-0.4.2-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-ffi-scm-0.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-scm-0.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-timer-0.1.2-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-timer-0.3.5-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-timer-0.4.2-1.rockspec
inflating: lzmq-0.4.2/rockspecs/lzmq-timer-scm-0.rockspec
creating: lzmq-0.4.2/script/
inflating: lzmq-0.4.2/script/getsockopt.lua
creating: lzmq-0.4.2/src/
creating: lzmq-0.4.2/src/lua/
creating: lzmq-0.4.2/src/lua/lzmq/
inflating: lzmq-0.4.2/src/lua/lzmq/ffi.lua
creating: lzmq-0.4.2/src/lua/lzmq/ffi/
inflating: lzmq-0.4.2/src/lua/lzmq/ffi/api.lua
inflating: lzmq-0.4.2/src/lua/lzmq/ffi/error.lua
inflating: lzmq-0.4.2/src/lua/lzmq/ffi/loop.lua
inflating: lzmq-0.4.2/src/lua/lzmq/ffi/lzmq.lua
inflating: lzmq-0.4.2/src/lua/lzmq/ffi/poller.lua
inflating: lzmq-0.4.2/src/lua/lzmq/ffi/threads.lua
inflating: lzmq-0.4.2/src/lua/lzmq/ffi/timer.lua
creating: lzmq-0.4.2/src/lua/lzmq/impl/
inflating: lzmq-0.4.2/src/lua/lzmq/impl/loop.lua
inflating: lzmq-0.4.2/src/lua/lzmq/impl/threads.lua
creating: lzmq-0.4.2/src/lua/lzmq/llthreads/
inflating: lzmq-0.4.2/src/lua/lzmq/llthreads/ex.lua
inflating: lzmq-0.4.2/src/lua/lzmq/loop.lua
inflating: lzmq-0.4.2/src/lua/lzmq/poller.lua
inflating: lzmq-0.4.2/src/lua/lzmq/threads.lua
inflating: lzmq-0.4.2/src/lzmq.c
inflating: lzmq-0.4.2/src/lzmq.def
inflating: lzmq-0.4.2/src/lzmq.h
inflating: lzmq-0.4.2/src/lzutils.c
inflating: lzmq-0.4.2/src/lzutils.h
inflating: lzmq-0.4.2/src/poller.c
inflating: lzmq-0.4.2/src/poller.h
inflating: lzmq-0.4.2/src/timer.def
inflating: lzmq-0.4.2/src/zcontext.c
inflating: lzmq-0.4.2/src/zcontext.h
inflating: lzmq-0.4.2/src/zerror.c
inflating: lzmq-0.4.2/src/zerror.h
inflating: lzmq-0.4.2/src/zmsg.c
inflating: lzmq-0.4.2/src/zmsg.h
inflating: lzmq-0.4.2/src/zpoller.c
inflating: lzmq-0.4.2/src/zpoller.h
inflating: lzmq-0.4.2/src/zsocket.c
inflating: lzmq-0.4.2/src/zsocket.h
inflating: lzmq-0.4.2/src/zsupport.h
inflating: lzmq-0.4.2/src/ztimer.c
inflating: lzmq-0.4.2/src/ztimer.h
creating: lzmq-0.4.2/test/
inflating: lzmq-0.4.2/test/.luacov
inflating: lzmq-0.4.2/test/.luacov.ffi
creating: lzmq-0.4.2/test/lunit/
inflating: lzmq-0.4.2/test/lunit/console.lua
inflating: lzmq-0.4.2/test/test.lua
inflating: lzmq-0.4.2/test/test_metadata.lua
inflating: lzmq-0.4.2/test/test_proxy.lua
inflating: lzmq-0.4.2/test/test_req_relaxed.lua
inflating: lzmq-0.4.2/test/test_threads.lua
inflating: lzmq-0.4.2/test/test_threads_actor.lua
inflating: lzmq-0.4.2/test/test_threads_actor_poll.lua
inflating: lzmq-0.4.2/test/test_threads_arg.lua
inflating: lzmq-0.4.2/test/test_threads_file.lua
inflating: lzmq-0.4.2/test/test_threads_fork.lua
inflating: lzmq-0.4.2/test/test_threads_fork_arg.lua
inflating: lzmq-0.4.2/test/test_threads_sync.lua
extracting: lzmq-0.4.2/test/thread.lua
inflating: lzmq-0.4.2/test/utest.lua
gcc -O2 -fPIC -I/home/cobalt/torch/install/include -c src/lzmq.c -o src/lzmq.o -DLUAZMQ_USE_SEND_AS_BUF -DLUAZMQ_USE_TEMP_BUFFERS -DLUAZMQ_USE_ERR_TYPE_OBJECT -I/usr/include
gcc -O2 -fPIC -I/home/cobalt/torch/install/include -c src/lzutils.c -o src/lzutils.o -DLUAZMQ_USE_SEND_AS_BUF -DLUAZMQ_USE_TEMP_BUFFERS -DLUAZMQ_USE_ERR_TYPE_OBJECT -I/usr/include
gcc -O2 -fPIC -I/home/cobalt/torch/install/include -c src/poller.c -o src/poller.o -DLUAZMQ_USE_SEND_AS_BUF -DLUAZMQ_USE_TEMP_BUFFERS -DLUAZMQ_USE_ERR_TYPE_OBJECT -I/usr/include
gcc -O2 -fPIC -I/home/cobalt/torch/install/include -c src/zcontext.c -o src/zcontext.o -DLUAZMQ_USE_SEND_AS_BUF -DLUAZMQ_USE_TEMP_BUFFERS -DLUAZMQ_USE_ERR_TYPE_OBJECT -I/usr/include
gcc -O2 -fPIC -I/home/cobalt/torch/install/include -c src/zerror.c -o src/zerror.o -DLUAZMQ_USE_SEND_AS_BUF -DLUAZMQ_USE_TEMP_BUFFERS -DLUAZMQ_USE_ERR_TYPE_OBJECT -I/usr/include
gcc -O2 -fPIC -I/home/cobalt/torch/install/include -c src/zmsg.c -o src/zmsg.o -DLUAZMQ_USE_SEND_AS_BUF -DLUAZMQ_USE_TEMP_BUFFERS -DLUAZMQ_USE_ERR_TYPE_OBJECT -I/usr/include
gcc -O2 -fPIC -I/home/cobalt/torch/install/include -c src/zpoller.c -o src/zpoller.o -DLUAZMQ_USE_SEND_AS_BUF -DLUAZMQ_USE_TEMP_BUFFERS -DLUAZMQ_USE_ERR_TYPE_OBJECT -I/usr/include
gcc -O2 -fPIC -I/home/cobalt/torch/install/include -c src/zsocket.c -o src/zsocket.o -DLUAZMQ_USE_SEND_AS_BUF -DLUAZMQ_USE_TEMP_BUFFERS -DLUAZMQ_USE_ERR_TYPE_OBJECT -I/usr/include
gcc -shared -o lzmq.so -L/home/cobalt/torch/install/lib src/lzmq.o src/lzutils.o src/poller.o src/zcontext.o src/zerror.o src/zmsg.o src/zpoller.o src/zsocket.o -L/usr/lib -Wl,-rpath,/usr/lib: -lzmq
gcc -O2 -fPIC -I/home/cobalt/torch/install/include -c src/ztimer.c -o src/ztimer.o
gcc -O2 -fPIC -I/home/cobalt/torch/install/include -c src/lzutils.c -o src/lzutils.o
gcc -shared -o lzmq/timer.so -L/home/cobalt/torch/install/lib src/ztimer.o src/lzutils.o -lrt
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
lzmq 0.4.2-1 is now built and installed in /home/cobalt/torch/install/ (license: MIT/X11)
ipy=$(which ipython)
if [ -x "$ipy" ]
then
ipybase=$(ipython locate)
rm -rf $ipybase/profile_torch
ipython profile create torch
echo 'c.KernelManager.kernel_cmd = ["/home/cobalt/torch/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@/home/cobalt/torch/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 /home/cobalt/torch/install/bin/
cp itorch_launcher /home/cobalt/torch/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="/home/cobalt/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/cobalt/torch/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: u'/home/cobalt/.ipython/profile_torch/ipython_config.py'
[ProfileCreate] Generating default config file: u'/home/cobalt/.ipython/profile_torch/ipython_qtconsole_config.py'
[ProfileCreate] Generating default config file: u'/home/cobalt/.ipython/profile_torch/ipython_notebook_config.py'
[ProfileCreate] Generating default config file: u'/home/cobalt/.ipython/profile_torch/ipython_nbconvert_config.py'
mkdir: cannot create directory `/home/cobalt/.ipython/kernels/itorch': Permission denied
sh: 12: cannot create /home/cobalt/.ipython/kernels/itorch/kernel.json: Directory nonexistent
cp: cannot create regular file `/home/cobalt/.ipython/kernels/itorch/': Not a directory
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- 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
-- Detecting C compile features
-- Detecting C compile features - 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
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Torch7 in /home/cobalt/torch/install
-- Configuring done
-- Generating done
-- Build files have been written to: /home/cobalt/torch/extra/iTorch/build
cd build && make install
Install the project...
-- Install configuration: "Release"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/itorch/scm-1/lua/itorch/main.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/itorch/scm-1/lua/itorch/gfx.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/itorch/scm-1/lua/itorch/_env.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/itorch/scm-1/lua/itorch/IOHandler.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/itorch/scm-1/lua/itorch/util.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/itorch/scm-1/lua/itorch/init.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/itorch/scm-1/lua/itorch/bokeh.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/itorch/scm-1/lua/itorch/Plot.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/itorch/scm-1/lua/itorch/completer.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/itorch/scm-1/lua/itorch/test.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/itorch/scm-1/lua/itorch/bokeh-0.7.0.min.js
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/itorch/scm-1/lua/itorch/bokeh-0.7.0.min.css
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
itorch scm-1 is now built and installed in /home/cobalt/torch/install/ (license: BSD)
Do you want to automatically prepend the Torch install location
to PATH and LD_LIBRARY_PATH in your /home/cobalt/.bashrc? (yes/no)
[yes] >>>
yes
~/torch$
$ luarocks install image
Installing https://raw.githubusercontent.com/torch/rocks/master/image-1.1.alpha-0.rockspec...
Using https://raw.githubusercontent.com/torch/rocks/master/image-1.1.alpha-0.rockspec... switching to 'build' mode
Cloning into 'image'...
remote: Counting objects: 32, done.
remote: Compressing objects: 100% (30/30), done.
remote: Total 32 (delta 2), reused 17 (delta 1), pack-reused 0
Unpacking objects: 100% (32/32), done.
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/cobalt/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0" && make
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- 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
-- Detecting C compile features
-- Detecting C compile features - 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
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Torch7 in /home/cobalt/torch/install
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/luarocks_image-1.1.alpha-0-4195/image/build
Scanning dependencies of target image
[ 25%] Building C object CMakeFiles/image.dir/image.c.o
Linking C shared module libimage.so
[ 25%] Built target image
Scanning dependencies of target jpeg
[ 50%] Building C object CMakeFiles/jpeg.dir/jpeg.c.o
Linking C shared module libjpeg.so
[ 50%] Built target jpeg
Scanning dependencies of target png
[ 75%] Building C object CMakeFiles/png.dir/png.c.o
Linking C shared module libpng.so
[ 75%] Built target png
Scanning dependencies of target ppm
[100%] Building C object CMakeFiles/ppm.dir/ppm.c.o
In file included from generic/ppm.c:2:0,
from /tmp/luarocks_image-1.1.alpha-0-4195/image/ppm.c:45:
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c: In function ‘libppm_ByteMain_load’:
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
In file included from generic/ppm.c:1:0,
from /tmp/luarocks_image-1.1.alpha-0-4195/image/ppm.c:45:
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c: In function ‘libppm_CharMain_load’:
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
In file included from generic/ppm.c:1:0,
from /tmp/luarocks_image-1.1.alpha-0-4195/image/ppm.c:45:
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c: In function ‘libppm_ShortMain_load’:
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
In file included from generic/ppm.c:1:0,
from /tmp/luarocks_image-1.1.alpha-0-4195/image/ppm.c:45:
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c: In function ‘libppm_IntMain_load’:
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
In file included from generic/ppm.c:1:0,
from /tmp/luarocks_image-1.1.alpha-0-4195/image/ppm.c:45:
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c: In function ‘libppm_LongMain_load’:
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
In file included from generic/ppm.c:1:0,
from /tmp/luarocks_image-1.1.alpha-0-4195/image/ppm.c:45:
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c: In function ‘libppm_FloatMain_load’:
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
In file included from generic/ppm.c:1:0,
from /tmp/luarocks_image-1.1.alpha-0-4195/image/ppm.c:45:
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c: In function ‘libppm_DoubleMain_load’:
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:48:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:52:11: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
fread ( r, 1, W*H*C*bpc, fp );
^
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:58:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
/tmp/luarocks_image-1.1.alpha-0-4195/image/generic/ppm.c:66:14: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf ( fp, "%d", &c );
^
Linking C shared module libppm.so
[100%] Built target ppm
cd build && make install
[ 25%] Built target image
[ 50%] Built target jpeg
[ 75%] Built target png
[100%] Built target ppm
Install the project...
-- Install configuration: "Release"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libppm.so
-- Set runtime path of "/home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libppm.so" to "$ORIGIN/../lib:/home/cobalt/torch/install/lib:/opt/OpenBLAS/lib"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libjpeg.so
-- Set runtime path of "/home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libjpeg.so" to "$ORIGIN/../lib:/home/cobalt/torch/install/lib:/opt/OpenBLAS/lib"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libpng.so
-- Set runtime path of "/home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libpng.so" to "$ORIGIN/../lib:/home/cobalt/torch/install/lib:/opt/OpenBLAS/lib"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libimage.so
-- Set runtime path of "/home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libimage.so" to "$ORIGIN/../lib:/home/cobalt/torch/install/lib:/opt/OpenBLAS/lib"
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/init.lua
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/fabio.jpg
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/fabio.png
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/lena.jpg
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/lena.png
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/win.ui
-- Installing: /home/cobalt/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/README.md
Updating manifest for /home/cobalt/torch/install/lib/luarocks/rocks
image 1.1.alpha-0 is now built and installed in /home/cobalt/torch/install/ (license: BSD)
$ luarocks list
Installed rocks:
----------------
argcheck
scm-1 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
cwrap
scm-1 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
dok
scm-1 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
env
scm-1 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
fftw3
scm-1 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
gnuplot
scm-1 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
graphicsmagick
1.scm-0 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
image
1.1.alpha-0 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
itorch
scm-1 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
lbase64
20120820-1 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
lua-cjson
2.1.0-1 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
luafilesystem
1.6.3-1 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
lzmq
0.4.2-1 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
nn
scm-1 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
nnx
0.1-1 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
optim
1.0.5-0 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
paths
scm-1 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
penlight
1.3.2-2 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
qtlua
scm-1 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
qttorch
scm-1 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
sdl2
scm-1 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
signal
scm-1 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
sundown
scm-1 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
sys
1.1-0 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
threads
scm-1 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
torch
scm-1 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
trepl
scm-1 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
uuid
0.2-1 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
xlua
1.0-0 (installed) - /home/cobalt/torch/install/lib/luarocks/rocks
~/torch$ th
______ __ | Torch7
/_ __/__ ________/ / | Scientific computing for Lua.
/ / / _ \/ __/ __/ _ \ | Type ? for help
/_/ \___/_/ \__/_//_/ | https://github.com/torch
| http://torch.ch
th>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment