diff options
author | Giorgio Peron <giorgio_peron@libero.it> | 2022-02-13 17:52:54 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-14 08:07:09 +0700 |
commit | 500a1913ed4fe26573aa3a4bf25854cc662aa368 (patch) | |
tree | 7cfc956a6ed03e4229de43dcb483464972be507a /graphics/meshlab/lapack.patch | |
parent | 7bf5a077dd22613baf42d8b57f056885c278ef31 (diff) |
graphics/meshlab: Updated for version 2021.10.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/meshlab/lapack.patch')
-rw-r--r-- | graphics/meshlab/lapack.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/meshlab/lapack.patch b/graphics/meshlab/lapack.patch deleted file mode 100644 index 81c0946340507..0000000000000 --- a/graphics/meshlab/lapack.patch +++ /dev/null @@ -1,11 +0,0 @@ -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 |