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 160369 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 to find 64-bit libraries for certain modules
perl-PDL-2.4.3-x86_64.patch (text/x-patch), 1.38 KB, created by
Orion Poplawski
on 2007-07-31 22:00:09 UTC
(
hide
)
Description:
patch to find 64-bit libraries for certain modules
Filename:
MIME Type:
Creator:
Orion Poplawski
Created:
2007-07-31 22:00:09 UTC
Size:
1.38 KB
patch
obsolete
>--- PDL-2.4.3/Graphics/PLplot/Makefile.PL.x86_64 2006-05-28 12:19:38.000000000 -0600 >+++ PDL-2.4.3/Graphics/PLplot/Makefile.PL 2007-07-31 10:40:31.000000000 -0600 >@@ -39,6 +39,7 @@ > '/usr/local/plplot/lib', > '/usr/local/lib', > '/opt/local/lib', >+ '/usr/lib64', > '/usr/lib', > '/opt/lib', > '/ops/tools/lib', >--- PDL-2.4.3/Graphics/TriD/Makefile.PL.x86_64 2006-05-29 11:19:07.000000000 -0600 >+++ PDL-2.4.3/Graphics/TriD/Makefile.PL 2007-07-31 10:40:16.000000000 -0600 >@@ -20,7 +20,7 @@ > } else { > # > # default locations: >- my @check_dirs = qw( /lib/ /usr/lib/ /usr/local/lib/ /usr/X11R6/lib/ /usr/local/X11R6/lib/ /usr/X11/lib/ /usr/local/X11/lib/ ); >+ my @check_dirs = qw( /lib/ /usr/lib64/ /usr/lib/ /usr/local/lib/ /usr/X11R6/lib/ /usr/local/X11R6/lib/ /usr/X11/lib/ /usr/local/X11/lib/ ); > > # append locations from perldl.conf, if specified: > @check_dirs = >--- PDL-2.4.3/perldl.conf.x86_64 2007-07-31 10:33:12.000000000 -0600 >+++ PDL-2.4.3/perldl.conf 2007-07-31 10:44:44.000000000 -0600 >@@ -158,7 +158,7 @@ > WITH_FFTW => undef, # Leave it up to PDL to decide > > # Location to search for the FFTW libs >- FFTW_LIBS => [ '/lib','/usr/lib','/usr/local/lib'], >+ FFTW_LIBS => [ '/lib','/usr/lib64','/usr/lib','/usr/local/lib'], > # Location to find FFTW includes: > FFTW_INC => ['/usr/include/','/usr/local/include'], >
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 226275
:
160366
|
160367
|
160368
| 160369 |
160436
|
161017
|
161018
|
161309
|
293304