Bug#576238: libopenmpi-dev: Cannot compile static application

2014-04-25 Thread Andrey Gursky
Hi, 2014-04-07 18:03 GMT+02:00, Sylvestre Ledru : > On 07/04/2014 17:55, Andrey Gursky wrote: >> Hi, >> >> according to the output in the original message, the static libraries >> were at least available, which is not the case now. After the >> packaging has been reworked [1], the static libraries

Bug#576238: libopenmpi-dev: Cannot compile static application

2014-04-07 Thread Sylvestre Ledru
On 07/04/2014 17:55, Andrey Gursky wrote: > Hi, > > according to the output in the original message, the static libraries > were at least available, which is not the case now. After the > packaging has been reworked [1], the static libraries were silently > gone. Why? > I am not the one who did thi

Bug#576238: libopenmpi-dev: Cannot compile static application

2014-04-07 Thread Andrey Gursky
Hi, according to the output in the original message, the static libraries were at least available, which is not the case now. After the packaging has been reworked [1], the static libraries were silently gone. Why? Thanks, Andrey [1] http://anonscm.debian.org/viewvc/pkg-openmpi/openmpi/trunk/d

Bug#576238: libopenmpi-dev: Cannot compile static application

2010-04-01 Thread Ryo IGARASHI
Package: libopenmpi-dev Version: 1.4.1-2 Severity: normal Hi, Today I found that I cannot build static application with openmpi. The simple example to reproduce is as follows: $ cat test.c #include int main(int argc, char** argv) { MPI_Init(&argc, &argv); MPI_Finalize(); } $ mpicc -static t