summaryrefslogtreecommitdiff
path: root/sys-cluster/hpx/files
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/hpx/files')
-rw-r--r--sys-cluster/hpx/files/hpx-1.10.0-python.patch (renamed from sys-cluster/hpx/files/hpx-1.8.0-python.patch)4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/hpx/files/hpx-1.8.0-python.patch b/sys-cluster/hpx/files/hpx-1.10.0-python.patch
index 21b7ce3ceeff..573529e76588 100644
--- a/sys-cluster/hpx/files/hpx-1.8.0-python.patch
+++ b/sys-cluster/hpx/files/hpx-1.10.0-python.patch
@@ -15,7 +15,7 @@ Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
--- a/cmake/templates/hpxcxx.in
+++ b/cmake/templates/hpxcxx.in
@@ -1,4 +1,4 @@
--#! @PYTHON_EXECUTABLE@
+-#! @Python_EXECUTABLE@
+#! /usr/bin/env python
#
# Copyright (c) 2014 Steven R. Brandt
@@ -23,7 +23,7 @@ Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
--- a/cmake/templates/hpxrun.py.in
+++ b/cmake/templates/hpxrun.py.in
@@ -1,4 +1,4 @@
--#! @PYTHON_EXECUTABLE@
+-#! @Python_EXECUTABLE@
+#! /usr/bin/env python
#
# Copyright (c) 2014 Thomas Heller