Closed sunracesuraj closed 5 years ago
R changed their fortran macros in 3.6 which required us to update them for the purposes of staying on CRAN (hence the hard version requirement). If I recall correctly, this actually only technically affected Windows. So if you take the current version of float and change the R depends version to >= 3.5, that may work. I don't have a lot of cycles to experiment with this right now unfortunately. You could try also pbdMPI version 0.3-8 which does not depend on float https://cran.r-project.org/src/contrib/Archive/pbdMPI/pbdMPI_0.3-8.tar.gz
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.
I might sound stupid but where do I look for or change " change the R depends version to >= 3.5"? I will be doing this on Rocks 7 ( CentOS 7.4 )
On Thu, Jul 11, 2019 at 11:05 PM Suraj Jadhav sunrace@gmail.com wrote:
Brilliant and very happy to receive this update. I have been trying to get the versions right for so many things on Rocks since month or so.
Unfortunately not having expecting in this area hasn't helped either.
Sent from my BlackBerry — the most secure mobile device From: notifications@github.com Sent: 11 July 2019 8:51 PM To: float@noreply.github.com Reply to: reply@reply.github.com Cc: sunrace@gmail.com; author@noreply.github.com Subject: Re: [wrathematics/float] pbdMPI + R 3.5 + Rocks 7 (#31)
R changed their fortran macros in 3.6 which required us to update them for the purposes of staying on CRAN (hence the hard version requirement). If I recall correctly, this actually only technically affected Windows. So if you take the current version of float and change the R depends version to
= 3.5, that may work. I don't have a lot of cycles to experiment with this right now unfortunately. You could try also pbdMPI version 0.3-8 which does not depend on float https://cran.r-project.org/src/contrib/Archive/pbdMPI/pbdMPI_0.3-8.tar.gz
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/wrathematics/float/issues/31?email_source=notifications&email_token=AMMMLM5KQA7NHBKHEO4EWOTP65FYVA5CNFSM4IBJLQ2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZXBQ4Q#issuecomment-510531698, or mute the thread https://github.com/notifications/unsubscribe-auth/AMMMLMYM6TQY7JKULYFDINTP65FYVANCNFSM4IBJLQ2A .
-- Thanks & Regards Surraj Jadhav
If you clone the git repo and change line 27 of the DESCRIPTION file to
R (>= 3.5.0),
R (>= 3.5.0),
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.
Hello,
pbdMPI needs float to get installed. float is not available for R 3.5 and I can not load R 3.6 on Rocks 7.
Is there a version of float which will work with R 3.5?