Re: [Gmsh] compile with med support

2016-04-06 Thread Bernd Hahnebach
Zitat von Christophe Geuzaine : On 06 Apr 2016, at 07:54, Bernd Hahnebach wrote: Zitat von Christophe Geuzaine : On 05 Apr 2016, at 19:19, Bernd Hahnebach wrote: Found it. It seams a known problem on Debian Jessie (I do not know about other debian). See https://bugs.debian.org/cgi-

Re: [Gmsh] compile with med support

2016-04-06 Thread Bernd Hahnebach
Zitat von Christophe Geuzaine : On 05 Apr 2016, at 19:19, Bernd Hahnebach wrote: Found it. It seams a known problem on Debian Jessie (I do not know about other debian). See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756472 Makeing this changes to the CMakeLists.txt did the trick

Re: [Gmsh] compile with med support

2016-04-05 Thread Christophe Geuzaine
> On 06 Apr 2016, at 07:54, Bernd Hahnebach wrote: > > Zitat von Christophe Geuzaine : > >> >>> On 05 Apr 2016, at 19:19, Bernd Hahnebach wrote: >>> >>> Found it. It seams a known problem on Debian Jessie (I do not know about >>> other debian). See https://bugs.debian.org/cgi-bin/bugreport.

Re: [Gmsh] compile with med support

2016-04-05 Thread Christophe Geuzaine
> On 05 Apr 2016, at 19:19, Bernd Hahnebach wrote: > > Found it. It seams a known problem on Debian Jessie (I do not know about > other debian). See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756472 > > Makeing this changes to the CMakeLists.txt did the trick. HDF5 where found. > Than

Re: [Gmsh] compile with med support

2016-04-05 Thread Bernd Hahnebach
Found it. It seams a known problem on Debian Jessie (I do not know about other debian). See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756472 Makeing this changes to the CMakeLists.txt did the trick. HDF5 where found. cheers bernd Zitat von Bernd Hahnebach : For med support on Debi

Re: [Gmsh] compile with med support

2016-04-05 Thread Bernd Hahnebach
For med support on Debian Jessie package libmedc-dev has to be installed. Watchout for the c ! But the culprit is somewhere else. Cmake only searches for libmed if HDF5 was found. OK run cmake ../ again. YEAH -- HDF5_LIB-NOTFOUND -- HDF5 not found ok I searched for them, and they seam insta

Re: [Gmsh] compile with med support

2016-04-04 Thread Christophe Geuzaine
> On 04 Apr 2016, at 17:49, Bernd Hahnebach wrote: > > According CMakeLists.txt is MED support activated by default > > opt(MED "Enable MED mesh and post file formats" ${DEFAULT}) > > > But at my cmake output it is missing, but cmake does not complain some > library is missing ?!? How do I s

Re: [Gmsh] compile with med support

2016-04-04 Thread Bernd Hahnebach
According CMakeLists.txt is MED support activated by default opt(MED "Enable MED mesh and post file formats" ${DEFAULT}) But at my cmake output it is missing, but cmake does not complain some library is missing ?!? How do I set the path to libmedc1 for cmake gmsh? cheers bernd cmake gmsh

[Gmsh] compile with med support

2016-03-29 Thread Bernd Hahnebach
Hi gmsh folks, just compiled gmsh on debian jessie. It worked like a charm. I have libmedc1 installed but gmsh compiled without med support. How is support for med export activated in cmake? cheers bernd ___ gmsh mailing list gmsh@onelab.info h