Skip to content

Commit

Permalink
sync after Zcash macOS patches are in
Browse files Browse the repository at this point in the history
  • Loading branch information
kozyilmaz committed Apr 5, 2018
1 parent 5bffd8a commit 06b4e0c
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 395 deletions.
2 changes: 1 addition & 1 deletion zcash/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ target_name ?= zcash

include ../Makefile.build

ZCASH_VERSION=v1.0.15
ZCASH_VERSION=master

zcash_clone:
if [ ! -d "zcash_$(ZCASH_VERSION)" ]; then git clone -b $(ZCASH_VERSION) https://github.com/zcash/zcash.git zcash_$(ZCASH_VERSION); fi
Expand Down
67 changes: 0 additions & 67 deletions zcash/patches/002-zcash-fix-pair-pushback-ambiguities.patch

This file was deleted.

40 changes: 0 additions & 40 deletions zcash/patches/003-zcash-macos-configure.patch

This file was deleted.

70 changes: 0 additions & 70 deletions zcash/patches/005-zcash-macos-curl.patch

This file was deleted.

13 changes: 2 additions & 11 deletions zcash/patches/006-zcash-macos-fetch.patch
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
From 4c2120c7365ae1099459bb75739b226f9271e6f7 Mon Sep 17 00:00:00 2001
From: kozyilmaz <[email protected]>
Date: Sun, 17 Dec 2017 20:18:03 +0300
Subject: [PATCH] [macOS] use shlock instead of flock in fetch-params

---
zcutil/fetch-params.sh | 26 +++++++++++++++++++-------
1 file changed, 19 insertions(+), 7 deletions(-)

diff --git a/zcutil/fetch-params.sh b/zcutil/fetch-params.sh
index b8511c7802..9eb52bec1d 100755
index 10bade7c..ec37e1e7 100755
--- a/zcutil/fetch-params.sh
+++ b/zcutil/fetch-params.sh
@@ -2,7 +2,11 @@
Expand All @@ -24,7 +15,7 @@ index b8511c7802..9eb52bec1d 100755

SPROUT_PKEY_NAME='sprout-proving.key'
SPROUT_VKEY_NAME='sprout-verifying.key'
@@ -125,12 +129,20 @@ EOF
@@ -102,12 +106,20 @@ EOF
# Use flock to prevent parallel execution.
function lock() {
local lockfile=/tmp/fetch_params.lock
Expand Down
42 changes: 0 additions & 42 deletions zcash/patches/013-zcash-macos-serialize.patch

This file was deleted.

51 changes: 0 additions & 51 deletions zcash/patches/014-zcash-macos-fopenmp.patch

This file was deleted.

58 changes: 0 additions & 58 deletions zcash/patches/015-zcash-macos-test-fixes.patch

This file was deleted.

Loading

0 comments on commit 06b4e0c

Please sign in to comment.