Search Criteria
Package Details: cpyrit-cuda-git 0.5.0.r21.g6111f10-1
Git Clone URL: | https://aur.archlinux.org/cpyrit-cuda-git.git (read-only, click to copy) |
---|---|
Package Base: | cpyrit-cuda-git |
Description: | The famous WPA precomputed cracker, CUDA backend (Git version) |
Upstream URL: | https://github.com/JPaulMora/Pyrit |
Licenses: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | intelfx |
Maintainer: | intelfx |
Last Packager: | intelfx |
Votes: | 17 |
Popularity: | 0.000000 |
First Submitted: | 2016-11-03 22:04 |
Last Updated: | 2016-11-03 22:12 |
Latest Comments
semeion commented on 2018-12-11 18:33
Fix this package please! seems like PKGBUILD have some bugs. I can´t compile:
Anonymous comment on 2018-01-21 01:03
--cbin and clang flags need to be removed for the complier , the link below has the new PKGBUILD file modified
https://ufile.io/rt6h4
Download the file and extract & cd into folder
makepkg -s
pacman -U cpyrit-cuda-git-0.5.0.r36.g692fbe9-1-x86_64.pkg.tar.xz
aberkoke commented on 2017-10-12 11:28
What about this?
==> Iniciando build()...
running build
running build_ext
Compiling CUDA module using nvcc 8.0, V8.0.61...
Executing '/opt/cuda/bin/nvcc -m64 -ccbin clang -Xcompiler "-fPIC" --ptx ./_cpyrit_cudakernel.cu'
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
nvcc fatal : The version ('50000') of the host compiler ('clang') is not supported
Traceback (most recent call last):
File "setup.py", line 166, in <module>
setup(**setup_args)
File "/usr/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/usr/lib/python2.7/distutils/command/build.py", line 127, in run
self.run_command(cmd_name)
File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "setup.py", line 91, in run
subprocess.check_call(nvcc_cmd, shell=True)
File "/usr/lib/python2.7/subprocess.py", line 186, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '/opt/cuda/bin/nvcc -m64 -ccbin clang -Xcompiler "-fPIC" --ptx ./_cpyrit_cudakernel.cu' returned non-zero exit status 1
==> ERROR: Se produjo un fallo en build().
Cancelando...
:: fallo al construir paquete(s) cpyrit-cuda-git...
[eduardop@pc cpyrit_cuda]$
bartus commented on 2016-08-18 14:38
Pyrit have moved to githab recently https://github.com/JPaulMora/Pyrit .
Svn source not working (no commits from 2011).
Anonymous comment on 2012-10-29 16:42
No longer works with the new cuda package in community which seems to be version 5. Looks like we're going to have to get a cuda4-toolkit package going or something, the last update to pyrit was in April 2011.
sl1pkn07 commented on 2011-12-30 14:48
update pkgbuild to use with community cuda-toolkit
sl1pkn07 commented on 2011-11-12 03:57
update. now build with cuda-toolkit (4.0.17-1) (from schnouki repository)
Anonymous comment on 2011-10-07 06:12
Nevermind, I changed the pkgbuild dependency from cuda3-toolkit to cuda-toolkit, and it builded without issue and runs fine on 4.0.
Anonymous comment on 2011-10-07 06:05
I'm assuming there's no way to get this to compile with cuda toolkit 4.0? The package requires 3.0, but is 4.0 not backwards compatible?
sl1pkn07 commented on 2010-10-31 06:29
update: fix path of cuda headers