diff options
author | Tupone Alfredo <tupone@gentoo.org> | 2019-03-29 09:25:45 +0100 |
---|---|---|
committer | Tupone Alfredo <tupone@gentoo.org> | 2019-03-29 09:25:45 +0100 |
commit | 1075f5c716518cebdef31cb080bceb6c2bb4f71b (patch) | |
tree | 4c0a3414609f8f5010ab20eeb16d1ec27adbe26b /sci-mathematics/why3-for-spark | |
parent | app-doc/eclass-manpages: Switch live ebuild to use dedicated repo (diff) | |
download | gentoo-1075f5c716518cebdef31cb080bceb6c2bb4f71b.tar.gz gentoo-1075f5c716518cebdef31cb080bceb6c2bb4f71b.tar.bz2 gentoo-1075f5c716518cebdef31cb080bceb6c2bb4f71b.zip |
sci-mathematics/why3-for-spark: remove unused patch
Closes: Closes: https://github.com/gentoo/gentoo/pull/11528
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'sci-mathematics/why3-for-spark')
-rw-r--r-- | sci-mathematics/why3-for-spark/files/why3-for-spark-2017-gentoo.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/sci-mathematics/why3-for-spark/files/why3-for-spark-2017-gentoo.patch b/sci-mathematics/why3-for-spark/files/why3-for-spark-2017-gentoo.patch deleted file mode 100644 index 225d081ca7f9..000000000000 --- a/sci-mathematics/why3-for-spark/files/why3-for-spark-2017-gentoo.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- why3-for-spark-gpl-2017-src/src/gnat/gnat_config.ml.old 2017-10-18 09:07:03.118919785 +0200 -+++ why3-for-spark-gpl-2017-src/src/gnat/gnat_config.ml 2017-10-18 09:07:45.198216939 +0200 -@@ -12,10 +12,7 @@ - | Limit_Check of Gnat_expl.check - | Limit_Line of Gnat_loc.loc - --let spark_prefix = -- (Filename.dirname -- (Filename.dirname (Filename.dirname -- (Filename.dirname Sys.executable_name)))) -+let spark_prefix = "/usr" - - let rec file_concat l = - match l with ---- why3-for-spark-gpl-2017-src/src/coq-tactic/why3tac.ml4.old 2017-10-26 22:25:55.289094778 +0200 -+++ why3-for-spark-gpl-2017-src/src/coq-tactic/why3tac.ml4 2017-10-26 22:26:10.719807270 +0200 -@@ -1352,7 +1352,7 @@ - let limit = - { Call_provers.empty_limit with Call_provers.limit_time = timelimit } in - let call = Driver.prove_task ~command ~limit drv !task in -- wait_on_call call -+ wait_on_call (ServerCall call) - with - | NotFO -> - if debug then Printexc.print_backtrace stderr; flush stderr; -@@ -1399,14 +1399,8 @@ - | StepLimitExceeded -> error "Step Limit Exceeded" - | HighFailure -> error ("Prover failure\n" ^ res.pr_output ^ "\n") - --IFDEF COQ84 THEN -- --ELSE -- - let why3tac ?timelimit s = Proofview.V82.tactic (why3tac ?timelimit s) - --END -- - end - - TACTIC EXTEND Why3 |