Skip to content

Commit

Permalink
Merge pull request #1 from soumith/master
Browse files Browse the repository at this point in the history
added rockspec
  • Loading branch information
koraykv committed Feb 15, 2013
2 parents 1ba9eac + 77bd706 commit 33ab917
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions fex-0.1-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
package = "fex"
version = "0.1-0"

source = {
url = "git://github.com/koraykv/fex",
tag = "master"
}

description = {
summary = "A package for feature extraction in Torch",
detailed = [[
Provides SIFT and dSIFT modules.
]],
homepage = "https://github.com/koraykv/fex",
license = "BSD"
}

dependencies = {
"torch >= 7.0"
}

build = {
type = "cmake",
variables = {
LUAROCKS_PREFIX = "$(PREFIX)"
}
}

0 comments on commit 33ab917

Please sign in to comment.