Merge pull request #90424 from kini/drat-trim/bump

drat-trim: 2017-08-31 -> 2020-06-05
This commit is contained in:
Vladyslav M 2020-07-26 22:50:14 +03:00 committed by GitHub
commit 77d6eebc66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,14 @@
{ stdenv, fetchFromGitHub }:
stdenv.mkDerivation {
name = "drat-trim-2017-08-31";
pname = "drat-trim-unstable";
version = "2020-06-05";
src = fetchFromGitHub {
owner = "marijnheule";
repo = "drat-trim";
rev = "37ac8f874826ffa3500a00698910e137498defac";
sha256 = "1m9q47dfnvdli1z3kb1jvvbm0dgaw725k1aw6h9w00bggqb91bqh";
rev = "9afad0f7156a1e9c6ce19dce5d72cf1cb9a3ef27";
sha256 = "1zq585igfaknwqbvv2cji744016zxadbvr0ifr5l6yq13m0vvn3b";
};
postPatch = ''
@ -15,7 +16,7 @@ stdenv.mkDerivation {
'';
installPhase = ''
install -Dt $out/bin drat-trim
install -Dt $out/bin drat-trim lrat-check
'';
meta = with stdenv.lib; {
@ -31,6 +32,10 @@ stdenv.mkDerivation {
annual SAT Competition in recent years, in order to check
competing SAT solvers' work when they claim that a SAT instance
is unsatisfiable.
This package also contains the related tool LRAT-check, which checks a
proof format called LRAT which extends DRAT with hint statements to speed
up the checking process.
'';
homepage = "https://www.cs.utexas.edu/~marijn/drat-trim/";
license = licenses.mit;