luarocks安装本地源

时间:2016-02-26 18:26:40

标签: lua torch luarocks

我正在编辑nn库中的文件。它有一个rockspec文件。当我luarocks安装那个rockspec文件时,它会下载git源代码。我希望它使用我的本地来源。 rockspec文件有各种编译时命令行乱码,我不想手动调用。像N = 5000; % Number of data points x = randn(N,1); % Random vector mu = mean(x); % Mean of vector sig = std(x); % Stan. dev. of vector % This is a logical array that signifies where the % condition is true. inds = (x >= (mu - sig)) & (x <= (mu + sig)); 这样的东西会很棒。

1 个答案:

答案 0 :(得分:2)

对于本地来源,您需要进入目录并发出:

luarocks make rocks/nn-scm-1.rockspec