Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 255841 Details for
Bug 347187
sci-visualization/elastix - a toolbox for rigid and nonrigid registration of images
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Elastix ebuild
elastix-4.4.ebuild (text/plain), 890 bytes, created by
Gert Wollny
on 2010-11-29 15:44:55 UTC
(
hide
)
Description:
Elastix ebuild
Filename:
MIME Type:
Creator:
Gert Wollny
Created:
2010-11-29 15:44:55 UTC
Size:
890 bytes
patch
obsolete
> ># Copyright 2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="3" > >inherit eutils toolchain-funcs cmake-utils > >DESCRIPTION="elastix: a toolbox for rigid and nonrigid registration of images" >HOMEPAGE="http://elastix.isi.uu.nl/" >SRC_URI="http://elastix.isi.uu.nl/download/elastix_sources_v${PV}.zip" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~amd64" >IUSE="debug" > >RDEPEND="sys-libs/zlib > >=sci-libs/itk-3.14[review,reviewstats] " >DEPEND="${RDEPEND} > >=dev-util/cmake-2.6 > app-arch/unzip > " > >MY_PN=elastix >S="${WORKDIR}/${MY_PN}-${PV}/src" > >src_unpack() { > mkdir ${MY_PN}-${PV} > cd ${MY_PN}-${PV} > unpack ${A} > cd .. >} > >src_configure() { > # for some reason this needs to be run two times to avoid > # that everything is compile a second time when make install > # is called > cmake-utils_src_configure > cmake-utils_src_configure >} > >
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 347187
:
255841
|
255847
|
350734
|
350738