ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/OpenCL/Makefile.PL
(Generate patch)

Comparing OpenCL/Makefile.PL (file contents):
Revision 1.8 by root, Tue Apr 24 12:23:56 2012 UTC vs.
Revision 1.9 by root, Tue Apr 24 14:57:06 2012 UTC

24 PREOP => 'pod2text OpenCL.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 24 PREOP => 'pod2text OpenCL.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
25 COMPRESS => 'gzip -9v', 25 COMPRESS => 'gzip -9v',
26 SUFFIX => '.gz', 26 SUFFIX => '.gz',
27 }, 27 },
28 PREREQ_PM => { 28 PREREQ_PM => {
29 common::sense => 0, 29 common::sense => 0,
30# Async::Interrupt => 0,
30 }, 31 },
31 DEFINE => $DEFINE, 32 DEFINE => $DEFINE,
32 NAME => "OpenCL", 33 NAME => "OpenCL",
33 VERSION_FROM => "OpenCL.pm", 34 VERSION_FROM => "OpenCL.pm",
34 LIBS => ["-lOpenCL"], 35 LIBS => ["-lOpenCL"],

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines