about summary refs log tree commit diff
path: root/pkgs/tools/misc/cpuminer
AgeCommit message (Collapse)AuthorFilesLines
2022-12-13treewide: mark packages broken that never built on PLATFORMRick van Schijndel1-0/+2
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken Tool is still WIP but this is one of the first results. I manually audited the results and removed some results that were not valid. Note that some of these packages maybe should have more constrained platforms set instead of broken set, but I think not being perfectly correct is better than just keep trying to build all these things and never succeeding. Some observations: - Some darwin builds require XCode tools - aarch64-linux builds sometimes suffer from using gcc9 - gcc9 is getting older and misses some new libraries/features - Sometimes tools try to do system detection or expect some explicit settings for platforms that are not x86_64-linux
2022-09-26treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputsArtturin1-1/+2
found with nixpkgs-lint
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-06-27cpuminer: 2.5.0 -> 2.5.1Pavol Rusnak1-6/+14
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2017-07-04cpuminer: 2.4.5 -> 2.5.0Pascal Wittmann1-2/+2
2016-08-03cpuminer: 2.4.4 -> 2.4.5Kranium Gikos Mendoza1-2/+2
2016-08-03cpuminer: fix darwin buildKranium Gikos Mendoza1-1/+3
2016-03-25cpuminer: 2.4.3 -> 2.4.4Pascal Wittmann1-2/+2
2016-01-26cpuminer: 2.4.2 -> 2.4.3Pascal Wittmann1-2/+2
2015-06-01cpuminer: update from 2.4.1 to 2.4.2Pascal Wittmann1-5/+6
2015-03-09cpuminer: update from 2.4 to 2.4.1Pascal Wittmann1-2/+2
2014-07-17cpuminer: update from 2.3.3 to 2.4 and build with -O3 as described in the ↵Pascal Wittmann1-2/+4
installation instructions
2014-04-25cpuminer: Upgrade to 2.3.3Linquize1-2/+2
2014-01-13Add cpuminer, multi-threaded Litecoin and Bitcoin minerJaka Hudoklin1-0/+20