Package Details: torch7-cutorch-git r1026.5e9d86c-6

Git Clone URL: https://aur.archlinux.org/torch7-cutorch-git.git (read-only, click to copy)
Package Base: torch7-cutorch-git
Description: A CUDA backend for Torch7
Upstream URL: https://github.com/torch/cutorch
Licenses: BSD
Conflicts: torch7-cutorch
Provides: torch7-cutorch
Submitter: petronny
Maintainer: None
Last Packager: Levitating
Votes: 8
Popularity: 0.000000
First Submitted: 2016-08-28 13:17 (UTC)
Last Updated: 2023-05-11 19:12 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

petronny commented on 2016-09-09 07:00 (UTC)

I know it won't work with gcc6, so I set to use gcc5 in PKGBUILD. Anyway, I'd better add the patch for gcc6. Thank you for it.

tkoham commented on 2016-09-08 17:45 (UTC) (edited on 2016-09-09 02:27 (UTC) by tkoham)

Fails to build with GCC 6+, as cuda 7.5/8 aren't picked up by that compiler -- CMake Error at /usr/share/cmake-3.6/Modules/FindCUDA.cmake:619 (message): Specify CUDA_TOOLKIT_ROOT_DIR Call Stack (most recent call first): CMakeLists.txt:9 (FIND_PACKAGE) addendum: fails the same way with cuda65 fixed by changing cmakelists.txt to have SET(CMAKE_CXX_FLAGS "-std=c++98 ${CMAKE_CXX_FLAGS}") in anything even tangentially related to cuda