[Lunar-commits] <moonbase> GMT: version bump, adding a BUILD.x86_64 and adjusting the BUILD.
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Sun May 31 15:35:41 CEST 2009
commit a9a64d2850868845121ee63898173708ca00c4ea
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Sun May 31 09:35:41 2009 -0400
GMT: version bump, adding a BUILD.x86_64 and adjusting the BUILD.
---
science/GMT/BUILD | 6 +++++-
science/GMT/BUILD.x86_64 | 11 +++++++++++
science/GMT/CONFIGURE | 1 +
science/GMT/DETAILS | 6 +++---
4 files changed, 20 insertions(+), 4 deletions(-)
diff --git a/science/GMT/BUILD b/science/GMT/BUILD
index b298ef9..1e8583b 100644
--- a/science/GMT/BUILD
+++ b/science/GMT/BUILD
@@ -1,6 +1,10 @@
(
- OPTS="$OPTS --enable-shared --enable-eps"
+ if [ "$USE_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
new file mode 100644
index 0000000..c9e25b4
--- /dev/null
+++ b/science/GMT/BUILD.x86_64
@@ -0,0 +1,11 @@
+(
+
+ if [ "$USE_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"
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/science/GMT/CONFIGURE b/science/GMT/CONFIGURE
new file mode 100644
index 0000000..d78f6bf
--- /dev/null
+++ b/science/GMT/CONFIGURE
@@ -0,0 +1 @@
+mquery FAST_TRI "Use fast non-GPL triangulation routine?" n
diff --git a/science/GMT/DETAILS b/science/GMT/DETAILS
index 5a4b7cd..f3e8403 100644
--- a/science/GMT/DETAILS
+++ b/science/GMT/DETAILS
@@ -1,12 +1,12 @@
MODULE=GMT
- VERSION=4.3.1
+ VERSION=4.4.0
SOURCE=$MODULE${VERSION}_src.tar.bz2
SOURCE_URL=ftp://ftp.soest.hawaii.edu/gmt/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION
- SOURCE_VFY=sha1:dda72393b5aa1557fde84911b72b18c959ad6df6
+ SOURCE_VFY=sha1:73f4ff9c7c6a42d236caf9937a3e669ab1d0c435
WEB_SITE=http://gmt.soest.hawaii.edu/
ENTERED=20090212
- UPDATED=20090212
+ UPDATED=20090531
SHORT="generic mapping tools"
cat << EOF
More information about the Lunar-commits
mailing list