On Mon, 20 Nov 2017, Zack Vitoh wrote:
This does not work for me, as it does not produce anything there is a flag #ifdef LIBMESH_HAVE_TRIANGLE which is apparently false
Right - if you don't have Triangle enabled, we can't run programs which require Triangle.
I looked at 'configure' and it says # Triangle -- enabled unless --enable-strict-lgpl is specified I did not specify this 'enable-strict-lgpl', does anyone know why this happened?
I'm afraid this is a misleading comment: "--enable-strict-lgpl" is the *default*, because we don't want to make it easy for users to get into licensing trouble by accident. You need to specify "--disable-strict-lgpl" if you want non-LGPL-licensing-compatible third party libraries incorporated into your libMesh build. --- Roy ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
