Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 160366 Details for
Bug 226275
Merge Review: perl-PDL
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to devel
perl-PDL.patch (text/plain), 3.74 KB, created by
Orion Poplawski
on 2007-07-31 21:58:22 UTC
(
hide
)
Description:
patch to devel
Filename:
MIME Type:
Creator:
Orion Poplawski
Created:
2007-07-31 21:58:22 UTC
Size:
3.74 KB
patch
obsolete
>Index: perl-PDL-settings.patch >=================================================================== >RCS file: /cvs/pkgs/rpms/perl-PDL/devel/perl-PDL-settings.patch,v >retrieving revision 1.3 >diff -u -r1.3 perl-PDL-settings.patch >--- perl-PDL-settings.patch 2 Dec 2006 23:06:50 -0000 1.3 >+++ perl-PDL-settings.patch 31 Jul 2007 21:54:27 -0000 >@@ -1,12 +1,20 @@ >-diff -u PDL-2.4.3.orig/perldl.conf PDL-2.4.3/perldl.conf >---- PDL-2.4.3.orig/perldl.conf 2006-08-16 22:59:51.000000000 -0400 >-+++ PDL-2.4.3/perldl.conf 2006-12-02 18:01:19.000000000 -0500 >+--- PDL-2.4.3/perldl.conf.settings 2006-08-16 20:59:51.000000000 -0600 >++++ PDL-2.4.3/perldl.conf 2007-07-31 11:08:20.000000000 -0600 > @@ -91,7 +91,7 @@ > # There are problems with the build on OS-X, so we turn it off by default > # for such systems > # > - WITH_3D => $^O eq "darwin" ? 0 : undef, >-+ WITH_3D => 0, >++ WITH_3D => 1, > > # > # For Mesa 3.2 >+@@ -191,7 +191,7 @@ >+ # about curses to fix it >+ # - 1 builds, 0 or undef does not build >+ # >+- WITH_IO_BROWSER => 0, >++ WITH_IO_BROWSER => 1, >+ >+ # Quiet Astro::FITS::Header warnings for PDL build process by default >+ # Eventually would be better to set undef by default, and have the >Index: perl-PDL.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/perl-PDL/devel/perl-PDL.spec,v >retrieving revision 1.31 >diff -u -r1.31 perl-PDL.spec >--- perl-PDL.spec 3 Dec 2006 03:49:39 -0000 1.31 >+++ perl-PDL.spec 31 Jul 2007 21:54:27 -0000 >@@ -1,27 +1,36 @@ > Name: perl-PDL > Version: 2.4.3 >-Release: 1%{?dist} >-Summary: PDL Perl module >+Release: 1%{?dist} >+Summary: The Perl Data Language > > Group: Development/Libraries > License: GPL or Artistic > Url: http://search.cpan.org/dist/PDL/ > Source0: http://www.cpan.org/authors/id/C/CS/CSOE/PDL-%{version}.tar.gz > Patch0: perl-PDL-settings.patch >-Patch1: perl-PDL-2.4.2-fix_ia64_sdump.patch >-Patch2: perl-PDL-2.4.3-cleanup.patch >+Patch1: perl-PDL-2.4.2-fix_ia64_sdump.patch >+Patch2: perl-PDL-2.4.3-cleanup.patch >+Patch3: perl-PDL-2.4.3-test.patch >+Patch4: perl-PDL-2.4.3-x86_64.patch >+Patch5: perl-PDL-2.4.3-hdf.patch > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > > BuildRequires: perl >= 1:5.6.1 >-BuildRequires: gsl-devel > BuildRequires: perl(Inline) >+BuildRequires: perl(Test::More) >+BuildRequires: fftw2-devel >+BuildRequires: gd-devel >+BuildRequires: gsl-devel >+BuildRequires: hdf-devel >+BuildRequires: plplot-devel >+BuildRequires: proj-devel >+BuildRequires: ncurses-devel >+BuildRequires: sharutils > Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) > Provides: perl(PDL::Config) perl(PDL::PP::CType) perl(PDL::PP::Dims) > Provides: perl(PDL::PP::PDLCode) perl(PDL::PP::SymTab) perl(PDL::PP::XS) > Provides: perl(PDL::Slatec) perl(PGPLOT) perl(PDL::LiteF) perl(PDL::Lite) >-Provides: perl(PDL::Graphics::TriD), perl(PDL::Graphics::TriD::Contours) >-Provides: perl(PDL::Graphics::TriD::GL), perl(PDL::Graphics::TriD::Image) >-Provides: perl(PDL::Graphics::TriD::Tk) >+Provides: perl(PDL::Graphics::TriD::GL) > > %{?!DEBUG: %define DEBUG 0} > >@@ -38,6 +47,9 @@ > %patch0 -p1 -b .settings > %patch1 -p1 > %patch2 -p1 -b .cleanup >+%patch3 -p1 -b .test >+%patch4 -p1 -b .x86_64 >+%patch5 -p1 -b .hdf > # Provides: explicitly filter perl(Inline) > cat <<__EOF__ > %{name}-findperlprovides > #!/bin/sh >@@ -70,6 +82,7 @@ > %ifarch ppc ppc64 s390 s390x > CFLAGS="$CFLAGS -fsigned-char" > %endif >+CFLAGS="$CFLAGS -DNCURSES" > CFLAGS="$CFLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$CFLAGS" > make OPTIMIZE="$CFLAGS" > # smp flags blows up spectacularly (2.4.1-10 May 7th 2005)
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 226275
: 160366 |
160367
|
160368
|
160369
|
160436
|
161017
|
161018
|
161309
|
293304