summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/python/cray-rpath-2.3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/python/cray-rpath-2.3.patch')
-rw-r--r--var/spack/repos/builtin/packages/python/cray-rpath-2.3.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/var/spack/repos/builtin/packages/python/cray-rpath-2.3.patch b/var/spack/repos/builtin/packages/python/cray-rpath-2.3.patch
deleted file mode 100644
index 54a85cc64a..0000000000
--- a/var/spack/repos/builtin/packages/python/cray-rpath-2.3.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/Lib/distutils/unixccompiler.py 2003-06-02 05:27:40.000000000 +1000
-+++ b/Lib/distutils/unixccompiler.py 2017-05-13 13:52:45.554213616 +1000
-@@ -208,7 +208,8 @@
- elif compiler[:3] == "gcc" or compiler[:3] == "g++":
- return "-Wl,-R" + dir
- else:
-- return "-R" + dir
-+ # Patched by spack to use gcc syntax by default:
-+ return "-Wl,-R" + dir
-
- def library_option(self, lib):
- return "-l" + lib