Skip to content

Weird things relelated to build

Hai Nguyen edited this page Apr 3, 2017 · 3 revisions
  • macsos build with AmberTools17
    • python: 3.5.3
    • Error:
error: /Library/Developer/CommandLineTools/usr/bin/install_name_tool: changing install names or rpaths 
can't be redone for: ... pytraj/core/coordinfo.cpython-35m-darwin.so (for architecture x86_64) because larger 
updated load commands do not fit (the program must be relinked, and you may need to use -headerpad or -
headerpad_max_install_names)
  • Solution: Pre-cythonize files first with cython from python 2.7, 3.4, 3.5.1 or 3.6. Ack.