From 58c4376e64378985c155b3d84f4a0f057863ebc1 Mon Sep 17 00:00:00 2001 From: Alexander Botero-Lowry Date: Sun, 19 Nov 2006 00:29:57 +0000 Subject: - Do not append version number to f2py executable PR: 105641 Submitted by: Diane Bruce Reviewed by: myself --- lang/f2py/files/patch-setup.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/f2py/files/patch-setup.py (limited to 'lang/f2py/files/patch-setup.py') diff --git a/lang/f2py/files/patch-setup.py b/lang/f2py/files/patch-setup.py new file mode 100644 index 000000000000..41c3c018fb76 --- /dev/null +++ b/lang/f2py/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig Sun Jan 30 12:22:14 2005 ++++ setup.py Thu Nov 16 18:46:25 2006 +@@ -40,7 +40,7 @@ + f2py2e.main() + '''%(os.path.basename(sys.executable)) + +-f2py_exe = 'f2py'+os.path.basename(sys.executable)[6:] ++f2py_exe = 'f2py' + if f2py_exe[-4:]=='.exe': + f2py_exe = f2py_exe[:-4] + '.py' + if 'bdist_wininst' in sys.argv and f2py_exe[-3:] != '.py': -- cgit v1.2.3