AI-TensorFlow-Libtensorflow

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.030.
use strict;
use warnings;

use 5.014;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Bindings for Libtensorflow deep learning library",
  "AUTHOR" => "Zakariyya Mughal <zmughal\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "AI-TensorFlow-Libtensorflow",
  "LICENSE" => "apache",
  "MIN_PERL_VERSION" => "5.014",
  "NAME" => "AI::TensorFlow::Libtensorflow",
  "PREREQ_PM" => {
    "Alien::Libtensorflow" => 0,
    "Class::Tiny" => 0,
    "Const::Exporter" => 0,
    "Const::Fast" => 0,
    "Devel::StrictMode" => 0,
    "Exporter::Tiny" => 0,
    "FFI::C" => "0.12",
    "FFI::C::ArrayDef" => 0,
    "FFI::C::StructDef" => 0,
    "FFI::CheckLib" => "0.28",
    "FFI::Platypus" => "2.00",
    "FFI::Platypus::API" => 0,
    "FFI::Platypus::Buffer" => 0,
    "FFI::Platypus::Closure" => 0,
    "FFI::Platypus::Memory" => 0,
    "FFI::Platypus::Record" => 0,
    "FFI::Platypus::Type::Enum" => 0,
    "FFI::Platypus::Type::PtrObject" => 0,
    "Feature::Compat::Defer" => 0,
    "List::Util" => 0,
    "Module::Runtime" => 0,
    "Package::Variant" => 0,
    "Sub::Delete" => 0,
    "Sub::Quote" => 0,
    "Type::Library" => "0.008",
    "Type::Utils" => 0,
    "Types::Common" => 0,
    "Types::Standard" => 0,
    "base" => 0,
    "constant" => 0,
    "feature" => 0,
    "namespace::autoclean" => 0,
    "overload" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Data::Dumper" => 0,
    "PDL" => 0,
    "PDL::Core" => 0,
    "Path::Tiny" => 0,
    "Test2::V0" => 0,
    "Test::More" => 0,
    "aliased" => 0,
    "lib" => 0
  },
  "VERSION" => "0.0.7",
  "test" => {
    "TESTS" => "t/*.t t/AI/TensorFlow/*.t t/upstream/CAPI/*.t"
  }
);


my %FallbackPrereqs = (
  "Alien::Libtensorflow" => 0,
  "Class::Tiny" => 0,
  "Const::Exporter" => 0,
  "Const::Fast" => 0,
  "Data::Dumper" => 0,
  "Devel::StrictMode" => 0,
  "Exporter::Tiny" => 0,
  "FFI::C" => "0.12",
  "FFI::C::ArrayDef" => 0,
  "FFI::C::StructDef" => 0,
  "FFI::CheckLib" => "0.28",
  "FFI::Platypus" => "2.00",
  "FFI::Platypus::API" => 0,
  "FFI::Platypus::Buffer" => 0,
  "FFI::Platypus::Closure" => 0,
  "FFI::Platypus::Memory" => 0,
  "FFI::Platypus::Record" => 0,
  "FFI::Platypus::Type::Enum" => 0,
  "FFI::Platypus::Type::PtrObject" => 0,
  "Feature::Compat::Defer" => 0,
  "List::Util" => 0,
  "Module::Runtime" => 0,
  "PDL" => 0,
  "PDL::Core" => 0,
  "Package::Variant" => 0,
  "Path::Tiny" => 0,
  "Sub::Delete" => 0,
  "Sub::Quote" => 0,
  "Test2::V0" => 0,
  "Test::More" => 0,
  "Type::Library" => "0.008",
  "Type::Utils" => 0,
  "Types::Common" => 0,
  "Types::Standard" => 0,
  "aliased" => 0,
  "base" => 0,
  "constant" => 0,
  "feature" => 0,
  "lib" => 0,
  "namespace::autoclean" => 0,
  "overload" => 0,
  "strict" => 0,
  "warnings" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}

delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };

WriteMakefile(%WriteMakefileArgs);

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.524 second using v1.00-cache-2.02-grep-82fe00e-cpan-2c419f77a38b )