Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 381194 Details for
Bug 517646
dev-libs/libflatarray - Struct of arrays library with object oriented interface for C++
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libflatarray-0.1.1.ebuild
libflatarray-0.1.1.ebuild (text/plain), 991 bytes, created by
Andreas Schäfer
on 2014-07-21 06:18:31 UTC
(
hide
)
Description:
libflatarray-0.1.1.ebuild
Filename:
MIME Type:
Creator:
Andreas Schäfer
Created:
2014-07-21 06:18:31 UTC
Size:
991 bytes
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >if [ ${PV} == "9999" ] ; then > _SCM=mercurial > EHG_REPO_URI="http://bitbucket.org/gentryx/libflatarray" > SRC_URI="" > KEYWORDS="" > CMAKE_USE_DIR="${S}" >else > SRC_URI="http://www.libgeodecomp.org/archive/${P}.tar.bz2" > KEYWORDS="~amd64 ~ppc ~x86" > S="${WORKDIR}/${P}" >fi > >inherit cmake-utils cuda ${_SCM} > >DESCRIPTION="Struct of arrays library with object oriented interface for C++" >HOMEPAGE="http://www.libgeodecomp.org/libflatarray.html" > >SLOT="0" >LICENSE="Boost-1.0" >IUSE="cuda doc" > >RDEPEND=" > >=dev-libs/boost-1.48 > cuda? ( dev-util/nvidia-cuda-toolkit )" >DEPEND="${RDEPEND} > doc? ( app-doc/doxygen )" > >src_configure() { > local mycmakeargs=( > $(cmake-utils_use_with cuda CUDA) > ) > cmake-utils_src_configure >} > >src_compile() { > cmake-utils_src_compile >} > >src_install() { > DOCS=( README ) > cmake-utils_src_install >} > >src_test() { > cmake-utils_src_make test >}
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 517646
: 381194 |
381196