diff options
author | David Spencer <baildon.research@googlemail.com> | 2013-05-15 21:34:13 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-06-04 00:11:07 -0500 |
commit | b8bc87f27cfeac65eb5560c2bf194651c4063917 (patch) | |
tree | 6f9fbfc733433f39d794869077090c1fa90e7c32 /graphics/meshlab/lapack.patch | |
parent | 7c07c2efa6674b2260eb6ee7000fa3e5cb9fb9be (diff) | |
download | slackbuilds-b8bc87f27cfeac65eb5560c2bf194651c4063917.tar.gz |
graphics/meshlab: Added (process and edit 3D triangular meshes)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'graphics/meshlab/lapack.patch')
-rw-r--r-- | graphics/meshlab/lapack.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/meshlab/lapack.patch b/graphics/meshlab/lapack.patch new file mode 100644 index 0000000000..81c0946340 --- /dev/null +++ b/graphics/meshlab/lapack.patch @@ -0,0 +1,11 @@ +diff -Nur meshlab.orig/src/external/levmar-2.3/lm.h meshlab/src/external/levmar-2.3/lm.h +--- meshlab.orig/src/external/levmar-2.3/lm.h 2010-04-28 17:30:47.000000000 +1000 ++++ meshlab/src/external/levmar-2.3/lm.h 2010-05-13 20:17:35.488505907 +1000 +@@ -27,7 +27,6 @@ + + /* specify whether to use LAPACK or not. The first option is strongly recommended */ + #define HAVE_LAPACK /* use LAPACK */ +- #undef HAVE_LAPACK /* uncomment this to force not using LAPACK */ + + /* to avoid the overhead of repeated mallocs(), routines in Axb.c can be instructed to + * retain working memory between calls. Such a choice, however, renders these routines |