Skip to content

Commit

Permalink
new rocks
Browse files Browse the repository at this point in the history
  • Loading branch information
clementfarabet committed Jul 4, 2013
1 parent 0d2788d commit 164dfdc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 42 deletions.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -171,7 +171,7 @@ <h1>Available rocks</h1>
<font size="-1"><a href="git://github.com/clementfarabet/lua---nnx">latest sources</a> | <a href="https://github.com/clementfarabet/lua---nnx" target="_blank">project homepage</a> | License: BSD</font></p>
</blockquote></a></td>
<td class="version">
0.1-1:&nbsp;<a href="nnx-0.1-1.rockspec">rockspec</a><br/>0.1-0:&nbsp;<a href="nnx-0.1-0.rockspec">rockspec</a><br/></td></tr>
0.1-1:&nbsp;<a href="nnx-0.1-1.rockspec">rockspec</a><br/></td></tr>
<tr><td colspan="2" class="spacer"></td></tr>
<td class="package">
<p><a name="optim"></a><b>optim</b> - An optimization library for Torch.<br/>
Expand Down
5 changes: 0 additions & 5 deletions manifest
Expand Up @@ -103,11 +103,6 @@ repository = {
}
},
nnx = {
['0.1-0'] = {
{
arch = "rockspec"
}
},
['0.1-1'] = {
{
arch = "rockspec"
Expand Down
12 changes: 8 additions & 4 deletions mattorch-1.0-0.rockspec
Expand Up @@ -24,8 +24,12 @@ dependencies = {
}

build = {
type = "cmake",
variables = {
LUAROCKS_PREFIX = "$(PREFIX)"
}
type = "command",
build_command = [[
cmake -E make_directory build;
cd build;
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)";
$(MAKE)
]],
install_command = "cd build && $(MAKE) install"
}
32 changes: 0 additions & 32 deletions nnx-0.1-0.rockspec

This file was deleted.

0 comments on commit 164dfdc

Please sign in to comment.