ARudik / feelpp

Automatically exported from code.google.com/p/feelpp
0 stars 0 forks source link

crb applications in research/apee fail to compile in Debug mode on Debian/Ubuntu #70

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. crb applications in research/apee fail to compile in Debug mode on 
Debian/Ubuntu

When linking it tries to link using libpetc.a and slepc.a with the so comming 
from openturns. Hence the problem.

It seems to be connected with missing .so lib in petsc and slepc package.
I manage to rebuild a package for petsc with a .so in PETSCH_ARCH-c-debug.
But no way to get a so to be created in slepc in SLEPC_ARCH-c-debug.

I will submit the patch for petsc.

Original issue reported on code.google.com by christro...@googlemail.com on 31 Jan 2013 at 4:43

GoogleCodeExporter commented 9 years ago
I finally find how to do it. You can checkout petsc from Debian Science git
and slepc from Debian Science svn to get working dbg packages.

I also submitted 2 bug reports concerning this problem of missing shared lib in
dbg package. Hope the packages will be update soon... This will close this issue

Original comment by christro...@googlemail.com on 6 Feb 2013 at 12:41