On Mon, Nov 7, 2016 at 8:59 PM, Michael Povolotskyi <mpovo...@purdue.edu>
wrote:

> Dear Libmesh developers,
>
> how to compile libmesh with triangle support? I'm using version 1.0.0,
> the command is
>
> ./configure PETSC_DIR=/home/mpovolot/NEMO5/NEMO/libs/petsc/build-real
> MPIHOME=/usr/local/include PETSC_ARCH=linux \
> F77="mpif77" CC="mpicc" GCC="gcc" CXX="mpic++" --enable-vtk
> --with-vtk-include=/usr/include/vtk \
> --with-vtk-lib=/usr/lib64/vtk/ --disable-tetgen --enable-triangle
> --disable-nemesis --disable-cxx11 \
> --enable-parmesh --enable-amr --enable-shared=yes;
>
> Am I missing something?
>

Yes, due to the encumbered license under which Triangle is distributed, we
do not build it unless the user explicitly passes

--disable-strict-lgpl

to configure.  If you look at your config.log, you should see a warning
message along the lines of:

"Triangle meshing support is disabled, configure with --disable-strict-lgpl
to enable it"

-- 
John
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to