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

github.com/soumith/cudnn.torch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2016-06-06 19:46:46 +0300
committerSoumith Chintala <soumith@gmail.com>2016-06-06 19:46:46 +0300
commit507c46b89c6cbc7d12100993b1c57bc1b8f51e05 (patch)
tree5e4c82ba414d4dc8f31e5aabcfc83e06f5bd4e4e
parent95466c3e494d3e302ed15f31ebba682284c19de9 (diff)
Update cudnn-scm-1.rockspecR4
-rw-r--r--cudnn-scm-1.rockspec3
1 files changed, 2 insertions, 1 deletions
diff --git a/cudnn-scm-1.rockspec b/cudnn-scm-1.rockspec
index bc36117..c00eb5f 100644
--- a/cudnn-scm-1.rockspec
+++ b/cudnn-scm-1.rockspec
@@ -3,6 +3,7 @@ version = "scm-1"
source = {
url = "git://github.com/soumith/cudnn.torch.git",
+ tag = "R4"
}
description = {
@@ -27,4 +28,4 @@ build = {
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"
-} \ No newline at end of file
+}