Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/distro.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-22Add Moses dependencyCamillo Lugaresi
The distro is missing the Moses package, and the included version of luarocks is unable to download it, so installation fails. This patch fixes the issue by adding a submodule for moses and installing it before nn.
2017-05-19Improve OpenBLAS dependency installation.Per Weijnitz
Change the OpenBLAS installation function to skip installation if the script detects an already installed OpenBLAS (using ldconfig). Also change the OpenBLAS installation to use PREFIX as install target rather than the hardcoded /opt/OpenBLAS. Match against both libblas.so and libopenblas.so.
2017-04-30Remove a newline in the error messageJames Donald
2017-04-30$RC_FILE needs to be quoted in some cases tooJames Donald
2017-04-30Add a check for spaces in pwdJames Donald
2017-04-30Make it okay to have spaces in $HOME/.profileJames Donald
2017-03-29Fix: ./install.sh: option requires an argument -- hStéphane Gourichon
The -h option of install.sh did not work and script just went on with default settings.
2017-01-30Updated anaconda removal from PATH. Older version does not account for ↵R S Nikhil Krishna
multiple anaconda paths to different environments
2016-12-25Arch Linux install fixArthur Goldberg
2016-12-20Revert "fix Archlinux install error"revert-186-masterSoumith Chintala
2016-12-20fix Archlinux install errorcassia233
2016-10-31explict give rockspec filenameHoward Su
This avoid unnecessary scanning for rockspec file. In penlight folder, it takes quite a bit time to do so.
2016-09-01move SKIP_RC aroundSoumith Chintala
2016-08-18removing cunnx from default installssoumith
2016-07-28removing audio, fftw3, graphicsmagick, sdl2, signalsoumith
2016-06-22Added FindCUDA bits from CMAke 3.6Boris Fomitchev
2016-06-14patching anaconda scrubberSoumith Chintala
2016-05-01fix nvcc test for zshHugh Perkins
2016-05-01Search for nvcc in /usr/local/cuda, if not found in PATHHugh Perkins
2016-04-21fixing install.shsoumith
2016-04-16removing itorch from default installsoumith
2016-02-03rpath for luaSoumith Chintala
2016-02-03make luaffifb the first installed package (because even sundown needs it)Soumith Chintala
2016-02-02making luaffifb non-optionalsoumith
2016-01-29embedding luafilesystem, penlight and lua-cjsonSoumith Chintala
2016-01-26cuda detection only based on nvccsoumith
2015-12-30Add install/lib to LUA_CPATHAdam Paszke
2015-12-30installing luaffifb alwayssoumith
2015-12-19Revert "Include pure C libs in LUA_CPATH"Soumith Chintala
2015-12-18Include pure C libs in LUA_CPATHAdam Paszke
2015-12-15Update install.shSoumith Chintala
2015-12-07Fix install.sh `luarocks path -bin` typoLucas Beyer
Since apparently nobody ever complained, I guess it's not needed because all binaries are run using full path. `-bin` doesn't exist, it's `--bin`. But since it doesn't seem to be needed, you might rather want to remove it entirely?
2015-11-04install luaffifb if Lua51 or Lua52 is installedSoumith Chintala
2015-09-29allow setting custom prefixLinus Unnebäck
2015-09-29adding openssl fixSoumith Chintala
2015-08-05make the optional packages be more distinctsoumith
2015-08-05ability to install vanilla lua via distrosoumith
2015-08-04adding graph and nngraph to the default installSoumith Chintala
2015-07-22install.sh: Gather all environment variables in one activation scriptPhil Ruffwind
This way, one only needs to add a single line to the shell rc file, and the user can also manually initialize the Torch environment via a single command. Fixes #30.
2015-07-22update packages, make some packages non-optionalsoumith
2015-07-09Revert "exit when luarocks fails"qiang.luo
This reverts commit 2dfc9243a71447d8da74461fee9fe3d75a57506a.
2015-06-27set up LUA_PATH and LUA_CPATHQiang Luo
2015-06-27exit when luarocks failsQiang Luo
2015-02-21Fixed bug regarding DYLD_LIBRARY_PATH.Gustav Larsson
The DYLD_LIBRARYPATH is not added to the bashrc because the echoed string is already closed on the previous line. Problem introduced in earlier commit (ba196a20d6a7d80ff5c6ed59e9a872d0954db776).
2015-02-03moving nnx above cunnx (for firewalled servers)Soumith Chintala
2015-01-28adding DYLD_LIBRARY_PATHSoumith Chintala
2015-01-24Update install.shAlex Wiltschko
2015-01-24Prompting the user for PATH updates in shell profileAlex Wiltschko
2015-01-21moved sys and xlua up cause nnx depends on themSergey Zagoruyko
2015-01-20Flipped which command was a flag and which was rootAlex Wiltschko