Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource perl-Alien-GMP

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 ], ... );

Found 2 sites for perl-Alien-GMP

Found 12 RPM for perl-Alien-GMP

PackageSummaryDistributionDownload
perl-Alien-GMP-1.160.0-3.mga9.aarch64.htmlAlien package for the GNU Multiple Precision libraryMageia Cauldron for aarch64perl-Alien-GMP-1.160.0-3.mga9.aarch64.rpm
perl-Alien-GMP-1.160.0-3.mga9.aarch64.htmlAlien package for the GNU Multiple Precision libraryMageia 9 for aarch64perl-Alien-GMP-1.160.0-3.mga9.aarch64.rpm
perl-Alien-GMP-1.160.0-3.mga9.armv7hl.htmlAlien package for the GNU Multiple Precision libraryMageia Cauldron for armv7hlperl-Alien-GMP-1.160.0-3.mga9.armv7hl.rpm
perl-Alien-GMP-1.160.0-3.mga9.armv7hl.htmlAlien package for the GNU Multiple Precision libraryMageia 9 for armv7hlperl-Alien-GMP-1.160.0-3.mga9.armv7hl.rpm
perl-Alien-GMP-1.160.0-3.mga9.i586.htmlAlien package for the GNU Multiple Precision libraryMageia 9 for i586perl-Alien-GMP-1.160.0-3.mga9.i586.rpm
perl-Alien-GMP-1.160.0-3.mga9.i586.htmlAlien package for the GNU Multiple Precision libraryMageia Cauldron for i686perl-Alien-GMP-1.160.0-3.mga9.i586.rpm
perl-Alien-GMP-1.160.0-3.mga9.x86_64.htmlAlien package for the GNU Multiple Precision libraryMageia Cauldron for x86_64perl-Alien-GMP-1.160.0-3.mga9.x86_64.rpm
perl-Alien-GMP-1.160.0-3.mga9.x86_64.htmlAlien package for the GNU Multiple Precision libraryMageia 9 for x86_64perl-Alien-GMP-1.160.0-3.mga9.x86_64.rpm
perl-Alien-GMP-1.160.0-1.mga8.aarch64.htmlAlien package for the GNU Multiple Precision libraryMageia 8 for aarch64perl-Alien-GMP-1.160.0-1.mga8.aarch64.rpm
perl-Alien-GMP-1.160.0-1.mga8.armv7hl.htmlAlien package for the GNU Multiple Precision libraryMageia 8 for armv7hlperl-Alien-GMP-1.160.0-1.mga8.armv7hl.rpm
perl-Alien-GMP-1.160.0-1.mga8.i586.htmlAlien package for the GNU Multiple Precision libraryMageia 8 for i586perl-Alien-GMP-1.160.0-1.mga8.i586.rpm
perl-Alien-GMP-1.160.0-1.mga8.x86_64.htmlAlien package for the GNU Multiple Precision libraryMageia 8 for x86_64perl-Alien-GMP-1.160.0-1.mga8.x86_64.rpm

Generated by rpm2html 1.6

Fabrice Bellet