SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Alien-GMP rpm build for : Mageia 9. For other distributions click perl-Alien-GMP.

Name : perl-Alien-GMP
Version : 1.160.0 Vendor : Mageia_Org
Release : 3.mga9 Date : 2022-08-04 15:54:12
Group : Development/Perl Source RPM : perl-Alien-GMP-1.160.0-3.mga9.src.rpm
Size : 0.06 MB
Packager : tv < tv>
Summary : Alien package for the GNU Multiple Precision library
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 ],
...
);

RPM found in directory: /vol/rzm3/linux-mageia/distrib/9/i586/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Alien-GMP-1.160.0-3.mga9.i586.rpm
     Search for other platforms
perl-Alien-GMP-1.160.0-3.mga9.sparc.rpm
perl-Alien-GMP-1.160.0-3.mga9.alpha.rpm
perl-Alien-GMP-1.160.0-3.mga9.ppc.rpm
perl-Alien-GMP-1.160.0-3.mga9.ia64.rpm
perl-Alien-GMP-1.160.0-3.mga9.s390.rpm

Provides :
perl(Alien::GMP)
perl(Alien::GMP::Install::Files)
perl-Alien-GMP
perl-Alien-GMP(x86-32)

Requires :
libgmp
perl(Alien::Base) >= 1.460.0
perl(Alien::Build) >= 0.250.0
perl(Alien::GMP)
perl(base)
perl(strict)
perl(warnings)
perl-base >= 2:5.36.0
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/perl5/vendor_perl/Alien
/usr/lib/perl5/vendor_perl/Alien/GMP
/usr/lib/perl5/vendor_perl/Alien/GMP.pm
/usr/lib/perl5/vendor_perl/Alien/GMP/Install
/usr/lib/perl5/vendor_perl/Alien/GMP/Install/Files.pm
/usr/lib/perl5/vendor_perl/auto
/usr/lib/perl5/vendor_perl/auto/Alien
/usr/lib/perl5/vendor_perl/auto/Alien/GMP
/usr/lib/perl5/vendor_perl/auto/Alien/GMP/GMP.txt
/usr/lib/perl5/vendor_perl/auto/share
/usr/lib/perl5/vendor_perl/auto/share/dist
/usr/lib/perl5/vendor_perl/auto/share/dist/Alien-GMP
/usr/lib/perl5/vendor_perl/auto/share/dist/Alien-GMP/_alien
/usr/lib/perl5/vendor_perl/auto/share/dist/Alien-GMP/_alien/alien.json
/usr/lib/perl5/vendor_perl/auto/share/dist/Alien-GMP/_alien/alienfile
/usr/share/doc/perl-Alien-GMP
/usr/share/doc/perl-Alien-GMP/Changes
/usr/share/doc/perl-Alien-GMP/INSTALL
/usr/share/doc/perl-Alien-GMP/LICENSE
/usr/share/doc/perl-Alien-GMP/META.json
/usr/share/doc/perl-Alien-GMP/META.yml
/usr/share/doc/perl-Alien-GMP/MYMETA.yml
/usr/share/doc/perl-Alien-GMP/README
/usr/share/man/man3/Alien::GMP.3pm.xz

 
ICM