Package Details: gpuowl 7.5-1

Git Clone URL: https://aur.archlinux.org/gpuowl.git (read-only, click to copy)
Package Base: gpuowl
Description: GPU Mersenne primality test
Upstream URL: https://github.com/preda/gpuowl
Licenses: GPL3
Submitter: Dylan14
Maintainer: Dylan14
Last Packager: Dylan14
Votes: 0
Popularity: 0.000000
First Submitted: 2020-12-01 04:20 (UTC)
Last Updated: 2024-04-02 20:10 (UTC)

Pinned Comments

Dylan14 commented on 2020-12-01 20:01 (UTC)

Forum dedicated on this software: https://mersenneforum.org/forumdisplay.php?f=171

Latest Comments

xcom commented on 2022-09-09 16:25 (UTC)

package is not working any more:

Sha3Hash.h:18:29: error: return type ‘struct std::array<long unsigned int, 4>’ is incomplete 18 | array<u64, 4> finish() && { | ^ Proof.cpp: In function ‘std::array<long unsigned int, 4> proof::hashWords(u32, const Words&)’: Proof.cpp:24:66: error: could not convert ‘(& std::move<Hash\<Sha3Hash>&>(( & Hash<Sha3Hash>().Hash<Sha3Hash>::update(((const void)(& words)->std::vector<unsigned int>::data()), (((E - 1) / 8) + 1)))))->Hash<Sha3Hash>::finish()’ from ‘void’ to ‘std::array<long unsigned int, 4>’ 24 | return std::move(SHA3{}.update(words.data(), (E-1)/8+1)).finish(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | | | void Proof.cpp: In function ‘std::array<long unsigned int, 4> proof::hashWords(u32, std::array<long unsigned int, 4>, const Words&)’: Proof.cpp:28:81: error: could not convert ‘(& std::move<Hash\<Sha3Hash>&>(( &(& Hash<Sha3Hash>().Hash<Sha3Hash>::update<long unsigned int, 4>(prefix))->Hash<Sha3Hash>::update(((const void)(& words)->std::vector<unsigned int>::data()), (((E - 1) / 8) + 1)))))->Hash<Sha3Hash>::finish()’ from ‘void’ to ‘std::array<long unsigned int, 4>’ 28 | return std::move(SHA3{}.update(prefix).update(words.data(), (E-1)/8+1)).finish(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | | | void

Dylan14 commented on 2020-12-01 20:01 (UTC)

Forum dedicated on this software: https://mersenneforum.org/forumdisplay.php?f=171