[Bug 213737] [exp-run] add support for PyPy
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Oct 25 12:30:46 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213737
Antoine Brodin <antoine at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |In Progress
--- Comment #4 from Antoine Brodin <antoine at FreeBSD.org> ---
A few comments (not exhaustive):
* audio/idjc:
this line seems no longer necessary and wrong now
${REINPLACE_CMD} 's|#!
/usr/local/bin/python2.72.7|#\!${LOCALBASE}/bin/${PYTHON_VERSION}|'
* biology/libsbml:
when the PYTHON option is turned on, CMAKE_ARGS looks wrong
* deskutils/calibre:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PYTHON_VERSION}/site-packages doesn't look
good
* devel/apr2/Makefile:
the REINPLACE with PYTHON_VERSION do not look good
* devel/boost-python-libs :
the message is now wrong,
"You have built the Boost library with thread support.\n\nDon't forget to add
-pthread to your linker options when\nlinking your code.\n\nYou have built the
Boost.Python library. You have to add the following\noptions when building your
own code:\n\nCompiler options:\n -I/usr/local/include/python2.7
-I/usr/local/include\n\nLinker options:\n -L/usr/local/lib/python2.7
-L/usr/local/lib -lboost_python -lcpython2.7"
* net-p2p/tribler/files/tribler.in:
will probably be wrong
* science/avogadro:
The ${PYTHON_VERSION} stuff doesn't look good
* textproc/codespell
The REINPLACE doesn't look good
* textproc/py-libxml2 and textproc/py3-libxml2:
CPPFLAGS and LDFLAGS look wrong
* x11-toolkits/py-gtk2
The CONFIGURE_ENV= PYTHON="${PYTHON_VERSION}" line seems wrong and unneeded
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list