Date: Tue, 25 Oct 2016 12:30:46 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 213737] [exp-run] add support for PyPy Message-ID: <bug-213737-21822-qMELngY95S@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-213737-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-213737-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213737 Antoine Brodin <antoine@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #4 from Antoine Brodin <antoine@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 a= dd -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=3D PYTHON=3D"${PYTHON_VERSION}" line seems wrong and unne= eded --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213737-21822-qMELngY95S>