Package : perl-Alien-GMP > RPM : perl-Alien-GMP-1.140.0-3.mga7.src.rpm

Basic items

Name perl-Alien-GMP
Version 1.140.0
Release 3.mga7
URL http://metacpan.org/release/Alien-GMP
Group Development/Perl
Summary Alien package for the GNU Multiple Precision library
Size 27KB
Arch armv7hl
License GPLv1+ or Artistic

Description

This distribution installs GMP so that it can be used by other Perl
distributions. If already installed for your operating system, and it can
be found, this distribution will use the GMP that comes with your operating
system, otherwise it will download it from the Internet, build and install
it for you.

C++ support
This Alien will provide the C++ bindings for GMP (libgmpxx) if
possible. If you do not have a C++ compiler, or if your operating
system vendor provides a GMP package without the needed C++ files then
it will not be available. To use the C++ bindings, you can use the
'alt' method to create a C++ instance of this GMP Alien. For example:

use ExtUtils::MakeMaker;
use Config;
use Alien::GMP;

WriteMakefile(
...
CONFIGURE_REQUIRES => {
'Alien::GMP' => '1.06', # require version that provides C++ bindings
},
CCFLAGS => Alien::GMP->alt('gmpxx')->cflags . " $Config{ccflags}",
LIBS => [ Alien::GMP->alt('gmpxx')->libs ],
...
);

Media information

Distribution release Mageia 7
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2018-09-20 15:42:45
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie