From 86d7b15bd42461b39a55f0b0066cb33b86fee1fa Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Thu, 25 Feb 2016 23:55:37 -0600 Subject: [PATCH] Don't hardcode the ispc binary location --- examples/python/ispc-harness.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/ispc-harness.py b/examples/python/ispc-harness.py index 728455c54..c2803d34e 100644 --- a/examples/python/ispc-harness.py +++ b/examples/python/ispc-harness.py @@ -201,7 +201,7 @@ def main(): ] + (["--addressing=64"] if INDEX_DTYPE == np.int64 else []) ), - ispc_bin="/home/andreask/pack/ispc-v1.9.0-linux/ispc", + #ispc_bin="/home/andreask/pack/ispc-v1.9.0-linux/ispc", quiet=False, ) -- GitLab