search for: gmp

Displaying 20 results from an estimated 377 matches for "gmp".

Did you mean: cmp
2010 Nov 11
1
gmp package installation on CentOS 5.2
Hello, Last year, I installed CentOS 5.2 on an HP Proliant Server. Along with other packages, the gmp and gmp-devel version 4.1.4 packages were installed. To the best of my knowledge these packages do not come from the gmp team. Recently, I built an rpm package for gmp 5.0.1 for CentOS 5.2. I tried to update the gmp package by command rpm -Uvh gmp-5.0.1-1.x86_64.rpm but the update failed because...
2011 Sep 05
0
package gmp installation problem
Hello everybody, Trying to install the package gmp I get the following errors and fail to install: Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/usr/local/lib/R/site-library/gmp/libs/gmp.so': libgmp.so.10: cannot open shared object file: No such file or directory Warning in eval(expr, envir, enclos)...
2011 Jan 04
1
function masking and gmp questions
Hi, Here's the problem I ran into: the gmp package has a method for apply() so it masks the base::apply function. With gmp installed, I tried to run the function turnpoints() from the pastecs package. It fails because it calls apply() internally, like this: apply(mymatrix,1,max,na.rm=TRUE) , but the code in the gmp package which sets...
2012 Mar 07
0
CEBA-2012:0365 CentOS 6 gmp Update
...Errata and Bugfix Advisory 2012:0365 Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-0365.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: f1855126a943ed4aac412006af98490248b739b4f9f78487f17c3275557948e2 gmp-4.3.1-7.el6_2.2.i686.rpm 79970b1d4219889536ba4cf865ddf9defa9b0c9a057e94c11d6a95e46abad2fa gmp-devel-4.3.1-7.el6_2.2.i686.rpm a77b0ea59c96efd3401859f65d5ca055a5cc674d2e1a7a58ab2100eb28caff7a gmp-static-4.3.1-7.el6_2.2.i686.rpm x86_64: f1855126a943ed4aac412006af98490248b739b4f9f78487f17c3275557948...
2016 Sep 07
1
How to install gmp in R on fedora
Hello. I have installed R with dnf. Also I have installed gmp and gmp-devel with dnf (I think gmp was already installed). In R I did > install.packages('Rmpfr') But then I get configure: error: GNU MP not found, or not 4.1.4 or up, see http://gmplib.org What must I do? [[alternative HTML version deleted]]
2014 Apr 23
3
error al instalar paquete
Hola a todos, No he podido encontrar la solución para el siguiente error al instalar el paquete dplR: > install.packages("dplR") Installing package into ‘/home/milagros/R/x86_64-pc-linux-gnu-library/3.1’ (as ‘lib’ is unspecified) also installing the dependency ‘gmp’ probando la URL ' http://r.mirror.mendoza-conicet.gob.ar/src/contrib/gmp_0.5-11.tar.gz' Content type 'application/x-gzip' length 142653 bytes (139 Kb) URL abierta ================================================== downloaded 139 Kb probando la URL ' http://r.mirror.mendoza-co...
2015 Nov 03
0
CEBA-2015:1958 CentOS 7 gmp BugFix Update
...rrata and Bugfix Advisory 2015:1958 Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-1958.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: de58d6caabde568ea010fdeae78e9eeb6889201ad042643e6c0127570427bc5a gmp-6.0.0-12.el7_1.i686.rpm 22b28c3992c01ff73b094b25715eab8acbbac4b33ceafd58f7c18bc27891725b gmp-6.0.0-12.el7_1.x86_64.rpm daa1c5eea548a84b42776738358c1264e3c6b642cc171f2f4cef9054a1a07ac2 gmp-devel-6.0.0-12.el7_1.i686.rpm fc58bc5a478a83a0b44b6610e2633243018ad779438adb30d0b449c286137969 gmp-devel-6.0...
2023 Jan 07
2
gmp::bigq vs. MASS::fractions
Hi, has someone experience which routine should be used for creating fractional numbers? The two conversion routines deliver different results > x <- (0:7)/7 > MASS::fractions(x) [1] 0 1/7 2/7 3/7 4/7 5/7 6/7 1 > gmp::as.bigq(x) Big Rational ('bigq') object of length 8: [1] 0 2573485501354569/18014398509481984 2573485501354569/9007199254740992 [4] 7720456504063707/18014398509481984 2573485501354569/4503599627370496 6433713753386423/9007199254740992 [7] 7720456504063707/9007199254740992 1 Follo...
2013 Jan 02
1
[PATCH] Fix gmp stubdom build when DESTDIR is used
The default make targets in the top level makefile set DESTDIR which gets applied when the stubdom makefile tries to do a make install within gmp to install libgmp.a to the cross root. Ian, do you want to apply this to your tree and commit the whole thing or would you prefer I roll out a fresh new patch set with all updates applied? Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu> --- stubdom/Makefile | 2 +- 1 f...
2011 Jun 28
1
(no subject)
Hi, I am trying to write code in C for an R package. I need high precision in the form of the mpfr and gmp packages. I have installed mpfr and gmp under the instructions of the following website http://pauillac.inria.fr/cdrom_a_graver/prog/pc/mpfr/eng.htm and I get no errors. I have put the header files (mpfr.h and gmp.h) in the folder C:\Program Files\R\R-2.13.0\include; allowing my c code to identify...
2008 Sep 16
0
lsoda( linking to GMP for big numbers from C code)
...M=p["M"] N=p["N"] T=p["T"] bexp<-as.brob((const*(psii-m1*y[1]-m2*M/N))/T) yd1<-as.numeric((kay*exp(bexp))/(kay*t*exp(bexp)+1)- (kay^2*t*exp(2*bexp))/(kay*t*exp(bexp)+1)^2) list(c(yd1)) } Now I guess this could be done with gmp. Now I use this stuff in the function that odesolve's lsoda refers to, and I have found that my approach using pure R code is not fast enough, so I need to convert my function to C code. This is all on a windows system. Is it possible to access gmp or Brobdingnag dll's from the C code? Or...
2000 Dec 13
3
GMP in COPYING.Ylonen
COPYING.Ylonen contains: [ GMP is now external. No more GNU licence. ] I don't see how GMP is linked in at all. rms asked me to look into this, because this might constitute a license conflict. Thanks for your help! -- No matter how big the bell, if you only tap it, it can give out only a faint sound. We must understa...
2009 Mar 25
3
[LLVMdev] LLVM and GMP
Hello I've been looking to LLVM, in order to develop a compiler for a cryptography oriented language. I started by following the tutorials on Kaleidoscope, and I must say they were very usefull. Now I need to use GMP, so i can add Big Integer support. I am trying to change Kaleidoscope to support BigIntegers instead of doubles, but I don't really know how to do that. I'd really appreciate some help in this. Thanks in advance Paulo Matias
2014 Dec 03
0
Bundling system dependencies in binary packages
On 3 December 2014 at 07:40, Prof Brian Ripley wrote: > On 02/12/2014 18:34, Louis Aslett wrote: >> I've been hunting round for the accepted method of bundling system >> dependencies into binary packages. >> >> For example, there are some CRAN packages (e.g. gmp, RcppArmadillo, >> ...) which don't require the system dependencies be installed for the >> Windows and Mac binary builds. I understand that there are a very >> limited number of packages for which CRAN would do this, so as a first >> step I'm *not* asking how to ge...
2009 Mar 25
2
[LLVMdev] LLVM and GMP
On Mar 24, 2009, at 11:20 PM, someguy wrote: > I could be wrong, but I think that you may need to add a 'big-integer' > intrinsic type to llvm. No, please don't. GMP is just another library like libc, your front- end should just generate calls into it like any other library. This is similar to how we handle threading and many other "language features". -Chris
2023 Jan 07
1
gmp::bigq vs. MASS::fractions
On Sat, 7 Jan 2023 17:29:35 +0100 Sigbert Klinke <sigbert at wiwi.hu-berlin.de> wrote: > > x <- (0:7)/7 > > > MASS::fractions(x) > > [1] 0 1/7 2/7 3/7 4/7 5/7 6/7 1 > > > gmp::as.bigq(x) > > Big Rational ('bigq') object of length 8: > > [1] 0 > 2573485501354569/18014398509481984 2573485501354569/9007199254740992 > > [4] 7720456504063707/18014398509481984 > 2573485501354569/4503599627370496 6433713753386423/9007199254740992 > &gt...
2012 Mar 28
1
rep with bigz in gmp
Hi With package:gmp, is this an expected behavior? > rep(1:3, rep(3, 3)) [1] 1 1 1 2 2 2 3 3 3 > rep(as.bigz(1:3), rep(3, 3)) Big Integer ('bigz') object of length 9: [1] 1 2 3 1 2 3 1 2 3 This code is used inside `outer`, so more worse > outer(1:3, 1:3, `*`) [,1] [,2] [,3] [1,] 1 2...
2000 Jul 25
2
Problems with tinc configure with gmp 3.0.1
I can't get tinc to complete the configure script. It can't find the gmp 3.0.1 libraries even though they are installed. I saw a fix mentioned in the list archives, but it didn't work. Can anyone else help me out? Thanks John - Tinc: Discussion list about the tinc VPN daemon Archive: http://mail.nl.linux.org/lists/ Tinc site: http://ftp.nl.linux...
2009 Mar 26
1
[LLVMdev] LLVM and GMP
...> >>> On Mar 24, 2009, at 11:20 PM, someguy wrote: >>> >>> >>>> I could be wrong, but I think that you may need to add a 'big-integer' >>>> intrinsic type to llvm. >>>> >>> No, please don't. GMP is just another library like libc, your front- >>> end should just generate calls into it like any other library. This >>> is similar to how we handle threading and many other "language >>> features". >>> >>> -Chris >>> >>> _...
2019 May 30
2
Converting non-32-bit integers from python to R to use bit64: reticulate
Thank you Gabriel for valuable insights on the 64-bit integers topic. In addition, my statement was wrong, as Python3 seems to have unlimited (and variable) size integers. Here is related CPython Code: https://github.com/python/cpython/blob/master/Objects/longobject.c Division between Int-32 and Int-64 seems to only happen in Python2. Best, Juan El mi?rcoles, 29 de mayo de 2019, Gabriel