Ticket #17933: patch-setup-py.diff

File patch-setup-py.diff, 522 bytes (added by krunk7@…, 15 years ago)

setup.py Patch

  • setup.py

    old new  
    4848    else:
    4949        # otherwise we'll just tried a few things
    5050        if not sys.platform.startswith('win'):
    51             include_dirs += [ '/usr/local/include/nifti',
    52                               '/usr/include/nifti' ]
     51            include_dirs += [ '/opt/local/include/nifti',]
     52            library_dirs.append('/opt/local/lib')
    5353        else:
    5454            # clueless on windows
    5555            pass