Hi Andreas,

pygmsh [1], a small Python wrapper of Gmsh that I wrote a while ago, might
be useful to you.

Cheers,
Nico

[1] https://github.com/nschloe/pygmsh



On Wed, Mar 15, 2017 at 9:37 PM <andreas.schus...@dlr.de> wrote:

> Hello,
>
>
>
> I’ve tried to build Gmsh from the source code with Cmake and the Microsoft
> Visual C++ Build Tools 2015 to test the python wrapper functionality.
>
> The compiling process works without problems but when generating the
> python wrapper code and linking, the compiler claims:
>
> Link error 1189: library limit of 65535 objects exceeded
>
> To solve this general error, I could only find some advisors where
> separate sub libraries should be created to separate the objects to be
> linked or manually select symbols via .def files.
>
> Both approaches seem to be very complex for non gmsh-developers.
>
> I also tried to disable some unused external libraries from the compiling
> process in Cmake to reduce the overall size of the gmsh library but this
> doesn’t work either.
>
> Are there any recommendations what to do in that special case to build
> gmsh with less compiling complexity and time?
>
>
>
> Thanks
>
>
>
> ——————————————————————————
>
> M.Sc. *Andreas Schuster*
>
>
>
> German Aerospace Center
>
>
>
>
> _______________________________________________
> gmsh mailing list
> gmsh@onelab.info
> http://onelab.info/mailman/listinfo/gmsh
>
_______________________________________________
gmsh mailing list
gmsh@onelab.info
http://onelab.info/mailman/listinfo/gmsh

Reply via email to