Skip to content
Snippets Groups Projects
Commit 87d8b2f9 authored by Joe Garcia's avatar Joe Garcia
Browse files

pty process

parent 002b6e30
No related branches found
No related tags found
No related merge requests found
...@@ -3799,6 +3799,7 @@ mk_ipython() { ...@@ -3799,6 +3799,7 @@ mk_ipython() {
bin/easy_install-${PYFSVER} -Z --no-deps src/optional/readline*z || oops 'readline did not install' bin/easy_install-${PYFSVER} -Z --no-deps src/optional/readline*z || oops 'readline did not install'
pip_install src/optional/zope.interface-*z || oops 'zope.interface did not install' pip_install src/optional/zope.interface-*z || oops 'zope.interface did not install'
pip_install src/optional/DateTime*zip || oops 'DateTime did not install' pip_install src/optional/DateTime*zip || oops 'DateTime did not install'
pip_install src/optional/ptyprocess-*z || oops 'ptyprocess did not install'
# bin/python${PYFSVER} -c 'from IPython.external import mathjax; mathjax.install_mathjax()' || oops 'mathjax installation failed' # bin/python${PYFSVER} -c 'from IPython.external import mathjax; mathjax.install_mathjax()' || oops 'mathjax installation failed'
isDarwin && make_frameworklinks isDarwin && make_frameworklinks
# workaround for http://bugs.python.org/issue6059 due to glibc problem on RHEL6, segfault in uuid4 # workaround for http://bugs.python.org/issue6059 due to glibc problem on RHEL6, segfault in uuid4
...@@ -5073,7 +5074,7 @@ bundle_machos() { ...@@ -5073,7 +5074,7 @@ bundle_machos() {
fi fi
done done
${PYTHON} sbin/thosewhohuntelfs.py . lib Library Applications "$@" \ ${PYTHON} sbin/thosewhohuntelfs.py . lib Library Applications "$@" \
--migrate=\@executable_path/..,/sw/lib/fontconfig2,/sw/lib/freetype219,/sw/lib/gcc4.6,/sw/lib/gcc4.7,/sw/lib/gcc4.8,/sw,/opt/local,/usr/local \ --migrate=\@executable_path/..,/sw/lib/fontconfig2,/sw/lib/freetype219,/sw/lib/gcc4.6,/sw/lib/gcc4.7,/sw/lib/gcc4.8,/sw,/opt/local/libexec/qt4,/opt/local,/usr/local \
--migrateto=@rpath,/usr,/System --exclude='(?:.*?(build|sysbin|libexec|libsys)/.*)' || oops "could not make binary bundle relocatable" --migrateto=@rpath,/usr,/System --exclude='(?:.*?(build|sysbin|libexec|libsys)/.*)' || oops "could not make binary bundle relocatable"
} }
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment