Bug#741297: Rmpi dlopen's libmpi.so.0 instead of libmpi.so.1

2014-03-11 Thread Dirk Eddelbuettel
(Re-adding bug submitter Don and bug tracking email box) On 11 March 2014 at 09:21, Hao Yu wrote: | Hi Dir, | | I had .so and .so.0 already there. It is easy to add .so.1. Also | libmpi.dylib for MAC is not necessary. It will be removed. Sounds good, and thanks for the prompt reply. I'll

Bug#741297: Rmpi dlopen's libmpi.so.0 instead of libmpi.so.1

2014-03-10 Thread Don Armstrong
Package: r-cran-rmpi Version: 0.6-3-1 Severity: serious Control: tag -1 patch Rmpi should dlopen libmpi.so.1 in addition to libmpi.so.0, otherwise Rmpi is useless without having libopenmpi-dev installed (which provides libmpi.so). The following trivial patch fixes this: ---