Merge pull request #90424 from kini/drat-trim/bump
drat-trim: 2017-08-31 -> 2020-06-05
This commit is contained in:
commit
77d6eebc66
@ -1,13 +1,14 @@
|
|||||||
{ stdenv, fetchFromGitHub }:
|
{ stdenv, fetchFromGitHub }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "drat-trim-2017-08-31";
|
pname = "drat-trim-unstable";
|
||||||
|
version = "2020-06-05";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "marijnheule";
|
owner = "marijnheule";
|
||||||
repo = "drat-trim";
|
repo = "drat-trim";
|
||||||
rev = "37ac8f874826ffa3500a00698910e137498defac";
|
rev = "9afad0f7156a1e9c6ce19dce5d72cf1cb9a3ef27";
|
||||||
sha256 = "1m9q47dfnvdli1z3kb1jvvbm0dgaw725k1aw6h9w00bggqb91bqh";
|
sha256 = "1zq585igfaknwqbvv2cji744016zxadbvr0ifr5l6yq13m0vvn3b";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -15,7 +16,7 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
install -Dt $out/bin drat-trim
|
install -Dt $out/bin drat-trim lrat-check
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
@ -31,6 +32,10 @@ stdenv.mkDerivation {
|
|||||||
annual SAT Competition in recent years, in order to check
|
annual SAT Competition in recent years, in order to check
|
||||||
competing SAT solvers' work when they claim that a SAT instance
|
competing SAT solvers' work when they claim that a SAT instance
|
||||||
is unsatisfiable.
|
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/";
|
homepage = "https://www.cs.utexas.edu/~marijn/drat-trim/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user