Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 211834 Details for
Bug 294330
dev-perl/PDL-2.4.5 ebuild issues
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
PDL-2.4.5-r1.ebuild
PDL-2.4.5-r1.ebuild (text/plain), 1.41 KB, created by
David Abbott (RETIRED)
on 2009-12-03 04:11:45 UTC
(
hide
)
Description:
PDL-2.4.5-r1.ebuild
Filename:
MIME Type:
Creator:
David Abbott (RETIRED)
Created:
2009-12-03 04:11:45 UTC
Size:
1.41 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 > >MODULE_AUTHOR=CHM >inherit perl-module eutils multilib > >DESCRIPTION="PDL Perl Module" > >LICENSE="Artistic as-is" >SLOT="0" >KEYWORDS="~amd64" >IUSE="badval fftw gsl test" > >SRC_TEST="do" > >DEPEND=">=sys-libs/ncurses-5.2 > virtual/perl-Filter > virtual/perl-File-Spec > dev-perl/Inline > dev-perl/Astro-FITS-Header > >=dev-perl/ExtUtils-F77-1.13 > virtual/perl-Text-Balanced > dev-perl/Term-ReadLine-Perl > gsl? ( sci-libs/gsl ) > fftw? ( sci-libs/fftw:2.1 ) > media-libs/freeglut > dev-perl/OpenGL" > >RDEPEND="${DEPEND}" > > ># Unconditional -fPIC for the lib (#55238, #180807, #250335) >PATCHES=( > "${FILESDIR}/PDL-2.4.2-makemakerfix.patch" > "${FILESDIR}/${PN}-2.4.4-PIC.patch" >) > >src_compile() { > > if use badval ; then > sed -i -e "s:WITH_BADVAL => 0:WITH_BADVAL => 1:" "${S}/perldl.conf" || die "sed failed" > fi > > # Turn off GSL automagic: > if use gsl ; then > sed -i -e "s:WITH_GSL => undef:WITH_GSL => 1:" "${S}/perldl.conf" || die "sed failed" > else > sed -i -e "s:WITH_GSL => undef:WITH_GSL => 0:" "${S}/perldl.conf" || die "sed failed" > fi > # Turn off FFTW automagic too: > if use fftw ; then > sed -i -e "s:WITH_FFTW => undef:WITH_FFTW => 1:" "${S}/perldl.conf" || die "sed failed" > else > sed -i -e "s:WITH_FFTW => undef:WITH_FFTW => 0:" "${S}/perldl.conf" || die "sed failed" > fi >} > >src_install() { > perl-module_src_install >} >
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 294330
: 211834 |
211835