Deprecated.
The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use.
NAME
Module::Build::FFI::Fortran - (Deprecated) Build Perl extensions in Fortran with FFI
VERSION
version 0.54
DESCRIPTION
Module::Build::FFI variant for writing Perl extensions in Fortran with FFI (sans XS).
BASE CLASS
All methods, properties and actions are inherited from:
METHODS
ffi_have_compiler
my
$has_compiler
=
$mb
->ffi_have_compiler;
Returns true if Fortran is available.
ffi_build_dynamic_lib
my
$dll_path
=
$mb
->ffi_build_dynamic_lib(
$src_dir
,
$name
,
$target_dir
);
my
$dll_path
=
$mb
->ffi_build_dynamic_lib(
$src_dir
,
$name
);
Works just like the version in the base class, except builds Fortran sources.
SEE ALSO
- FFI::Platypus
-
The Core Platypus documentation.
- Module::Build::FFI
-
General MB class for FFI / Platypus.
AUTHOR
Graham Ollis <plicease@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Graham Ollis.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.