Go to file
David Malcolm a8e52ca5f8 fix an incompatibility with virtualenv (rhbz#742641)
Previously, we manually fixed up the library search path to be
below %{pypyprefix}, by patching pypy/translator/goal/app_main.py (adding
LIBRARY_INSTALLATION_PATH in patch 3, then using sed to change it to the
correct value in %prep after applying the patch).

This led to issues when using pypy with virtualenv, so now (as suggested in
https://codespeak.net/issue/pypy-dev/issue614 ) we simply install the pypy
binary into %{pypyprefix}, and make /usr/bin/pypy be a symlink to it.  This
allows pypy to find its libraries both when run outside a virtualenv, and
within it.

Resolves https://bugzilla.redhat.com/show_bug.cgi?id=742641
2012-01-31 04:53:38 -05:00
.gitignore 1.7 2011-11-22 11:30:49 -05:00
config.patch 1.7 2011-11-22 11:30:49 -05:00
fix-test_commands-expected-ls-output-issue7108.patch
macros.pypy 1.6-3: add rpm macros file to the devel subpackage; skip some tests 2011-08-25 11:58:55 -04:00
more-readable-c-code.patch 1.7 2011-11-22 11:30:49 -05:00
pypy-1.2-suppress-mandelbrot-set-during-tty-build.patch
pypy-1.6-fix-test-subprocess-with-nonreadable-path-dir.patch work around test_subprocess failure seen in koji (patch 5) 2011-08-20 11:59:48 -04:00
pypy.spec fix an incompatibility with virtualenv (rhbz#742641) 2012-01-31 04:53:38 -05:00
sources 1.7 2011-11-22 11:30:49 -05:00