[Lunar-commits] <moonbase> GMT: welp, that didn't work at all. The prior mquery typo sent me down the wrong road. So undo all that. The fast triangle phase of the make barfs.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Sun May 31 15:41:06 CEST 2009


commit c3f2e023a7e00cba2ffcbc67f3364d394aff8cdf
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sun May 31 09:41:06 2009 -0400

    GMT: welp, that didn't work at all. The prior mquery typo sent me
    down the wrong road. So undo all that. The fast triangle phase of the
    make barfs.
---
 science/GMT/BUILD        |    4 ----
 science/GMT/BUILD.x86_64 |    6 +-----
 science/GMT/CONFIGURE    |    1 -
 3 files changed, 1 insertions(+), 10 deletions(-)

diff --git a/science/GMT/BUILD b/science/GMT/BUILD
index c2c3ab7..e7ba53a 100644
--- a/science/GMT/BUILD
+++ b/science/GMT/BUILD
@@ -1,9 +1,5 @@
 (
 
-  if [ "$FAST_TRI" == "y" ]; then
-    OPTS="--enable-triangle --enable-shared --enable-eps --enable-netcdf=/usr"
-  fi &&
-
   OPTS="$OPTS --enable-shared --enable-eps --enable-netcdf=/usr"
 
   default_build
diff --git a/science/GMT/BUILD.x86_64 b/science/GMT/BUILD.x86_64
index 0f0061f..8560206 100644
--- a/science/GMT/BUILD.x86_64
+++ b/science/GMT/BUILD.x86_64
@@ -1,10 +1,6 @@
 (
 
-  if [ "$FAST_TRI" == "y" ]; then
-    OPTS="--enable-triangle --enable-shared --enable-eps --enable-netcdf=/usr --enable-64"
-  fi &&
-
-    OPTS="$OPTS --enable-shared --enable-eps --enable-netcdf=/usr --enable-64"
+  OPTS="$OPTS --enable-shared --enable-eps --enable-netcdf=/usr --enable-64"
 
   default_build
 
diff --git a/science/GMT/CONFIGURE b/science/GMT/CONFIGURE
deleted file mode 100644
index d78f6bf..0000000
--- a/science/GMT/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-mquery FAST_TRI "Use fast non-GPL triangulation routine?" n


More information about the Lunar-commits mailing list