Skip to content

Commit

Permalink
https://github.com/torch/cunn/issues/265
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoto7250 committed Feb 22, 2023
1 parent 1ae6aa0 commit bfb9891
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rocks/cunn-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ package = "cunn"
version = "scm-1"

source = {
url = "git://github.com/torch/cunn.git",
url = "git://github.com/kyoto7250/cunn.git",
}

description = {
summary = "Torch CUDA Neural Network Implementation",
detailed = [[
]],
homepage = "https://github.com/torch/cunn",
homepage = "https://github.com/kyoto7250/cunn",
license = "BSD"
}

Expand All @@ -22,7 +22,7 @@ dependencies = {
build = {
type = "command",
build_command = [[
cmake -E make_directory build && cd build && cmake .. -DLUALIB=$(LUALIB) -DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS} -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE) -j$(getconf _NPROCESSORS_ONLN) install
cmake -E make_directory build && cd build && cmake .. -DLUALIB=$(LUALIB) -DCMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS} -D_FORCE_INLINES" -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE) -j$(getconf _NPROCESSORS_ONLN) install
]],
platforms = {
windows = {
Expand Down

0 comments on commit bfb9891

Please sign in to comment.