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

paths.lua.in - github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 287770b125cdadcb508aadeda0ffed7cda776a6a (plain)
1
2
3
4
5
6
7
8
9
10
11
local paths = {}

paths.install_prefix = [[@Torch_INSTALL_PREFIX@]]
paths.install_bin = [[@Torch_INSTALL_BIN@]]
paths.install_man = [[@Torch_INSTALL_MAN@]]
paths.install_lib = [[@Torch_INSTALL_LIB@]]
paths.install_share = [[@Torch_INSTALL_SHARE@]]
paths.install_include = [[@Torch_INSTALL_INCLUDE@]]
paths.install_cmake = [[@Torch_INSTALL_CMAKE@]]

return paths