Ticket #41122: patch.files-patch-setup.py.diff

File patch.files-patch-setup.py.diff, 951 bytes (added by petrrr, 11 years ago)

fix; the setup.py needs this patch

  • files/patch-setup.py.diff

    old new  
    11--- setup.orig.py       2013-06-28 18:07:26.000000000 +0200
    2 +++ setup.py    2013-07-08 11:48:13.000000000 +0200
     2+++ setup.py    2013-11-06 21:41:15.000000000 +0100
    33@@ -27,7 +27,6 @@
    44 from distutils.unixccompiler import UnixCCompiler
    55 from setuptools import find_packages, setup
     
    1919         cc_args = ['-c', '-fno-underscoring']
    2020         cc_args.append('-fPIC')
    2121         try:
    22 @@ -621,7 +620,6 @@
    23      taupargs = []
    24  
    25      lib = MyExtension(lib_name,
    26 -                      libraries=['gfortran'],
    27                        extra_link_args=extra_link_args,
    28                        sources=[src + 'emdlv.f', src + 'libtau.f',
    29                                 src + 'ttimes_subrout.f'])
    30 @@ -629,8 +627,6 @@
     22@@ -629,8 +628,6 @@
    3123 
    3224 
    3325 def setupPackage(gfortran=True, ccompiler=True):