mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-17 12:20:59 +02:00
cryptohaze-combined: builds, but there is no "make install". I'm waiting for notes from the author tomorrow
but I'm dropping this in svn now in case someone wants to play with it. Also it proves I'm working still ;-)
This commit is contained in:
parent
aa0c99bd18
commit
0f2e5e7c0a
2 changed files with 28 additions and 0 deletions
1
app-crypt/cryptohaze-combined/Manifest
Normal file
1
app-crypt/cryptohaze-combined/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
EBUILD cryptohaze-combined-9999.ebuild 773 RMD160 378421f9ca41067359313a49adb37b0872275407 SHA1 ef2cecd4027c47d37852f459e542cd87ffd3544b SHA256 bf51fb07fef6e93d05ba9741b30426f7c7b2cd0b344f0ce720f9f18253ee0caf
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit subversion
|
||||
|
||||
EAPI=4
|
||||
|
||||
DESCRIPTION="GPU and OpenCL accelerated password auditing tools for security professionals"
|
||||
HOMEPAGE="http://www.cryptohaze.com/"
|
||||
ESVN_REPO_URI="https://cryptohaze.svn.sourceforge.net/svnroot/cryptohaze/Cryptohaze-Combined"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="-*"
|
||||
IUSE="+grt +multiforcer"
|
||||
|
||||
DEPEND="dev-libs/argtable
|
||||
net-misc/curl
|
||||
dev-util/nvidia-cuda-sdk[pentoo]
|
||||
>=dev-libs/boost-1.47.0-r1"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_compile() {
|
||||
use grt && emake -j1 CUDA_INSTALL_PATH=/opt/cuda CUDA_SDK_INSTALL_PATH=/opt/cuda/sdk grt
|
||||
use multiforcer && emake -j1 CUDA_INSTALL_PATH=/opt/cuda CUDA_SDK_INSTALL_PATH=/opt/cuda/sdk multiforcer
|
||||
}
|
||||
Loading…
Reference in a new issue