Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 277739 Details for
Bug 372555
dev-python/mlpy-3.5.0 new ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mlpy-2.2.2.ebuild
mlpy-2.2.2.ebuild (text/plain), 990 bytes, created by
Vladimir
on 2011-06-22 09:03:35 UTC
(
hide
)
Description:
mlpy-2.2.2.ebuild
Filename:
MIME Type:
Creator:
Vladimir
Created:
2011-06-22 09:03:35 UTC
Size:
990 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="3" >PYTHON_DEPEND="2" >SUPPORT_PYTHON_ABIS="1" >RESTRICT_PYTHON_ABIS="3.*" > >inherit distutils eutils > >MY_PN="MLPY" >MY_P=${MY_PN}-${PV} > >DESCRIPTION="Machine Learning PYthon (mlpy) is a high-performance Python library for predictive modeling" >HOMEPAGE="https://mlpy.fbk.eu/" >SRC_URI="https://mlpy.fbk.eu/download/src/${MY_P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="doc" > >RDEPEND=">=sci-libs/gsl-1.8 > >=dev-lang/python-2.5 > >=dev-python/numpy-1.1 > >=dev-python/cython-0.13" > >DEPEND="${RDEPEND} > doc? ( dev-python/sphinx )" > >S=${WORKDIR}/${MY_P} > >DOCS="CHANGELOG README" >PYTHON_MODNAME="mlpy" > >src_prepare() { > epatch "${FILESDIR}/${P}-setup.patch" >} > >src_install() { > distutils_src_install > > if use doc; then > pushd docs 2>/dev/null || die > emake html || die > dohtml -r build/html/* || die "dohtml failed" > popd 2>/dev/null || die > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 372555
:
277739
|
277741
|
311969
|
311971
|
311979
|
311981