summaryrefslogtreecommitdiffstats
path: root/academic/qhull
diff options
context:
space:
mode:
author Jason Graham <jgraha8@gmail.com>2017-04-23 09:39:04 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-29 12:51:23 +0700
commit21e6c25ab87e7ccf87ad9228f87abea42b80fcd8 (patch)
tree0c8c4922ac775b489619603ca12d1bc93e9869b0 /academic/qhull
parentf3d7c614af671aa234dbb5185dc6189542536ceb (diff)
downloadslackbuilds-21e6c25ab87e7ccf87ad9228f87abea42b80fcd8.tar.gz
slackbuilds-21e6c25ab87e7ccf87ad9228f87abea42b80fcd8.tar.xz
academic/qhull: Switch to i586 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic/qhull')
-rw-r--r--academic/qhull/README4
-rw-r--r--academic/qhull/qhull.SlackBuild6
-rw-r--r--academic/qhull/qhull.info4
3 files changed, 7 insertions, 7 deletions
diff --git a/academic/qhull/README b/academic/qhull/README
index 9467a79659..72cc21539e 100644
--- a/academic/qhull/README
+++ b/academic/qhull/README
@@ -6,8 +6,8 @@ algorithm for computing the convex hull. Qhull handles roundoff errors
from floating point arithmetic. It computes volumes, surface areas,
and approximations to the convex hull.
-Qhull does not support constrained Delaunay triangulations, triangulation of
+Qhull does not support constrained Delaunay triangulations, triangulation of
non-convex surfaces, mesh generation of non-convex objects, or medium-sized
-inputs in 9-D and higher.
+inputs in 9-D and higher.
qhull is an optional dependency for the octave package.
diff --git a/academic/qhull/qhull.SlackBuild b/academic/qhull/qhull.SlackBuild
index 6c8d225280..67e4314228 100644
--- a/academic/qhull/qhull.SlackBuild
+++ b/academic/qhull/qhull.SlackBuild
@@ -30,7 +30,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/academic/qhull/qhull.info b/academic/qhull/qhull.info
index e3e64339ff..1f79c201a3 100644
--- a/academic/qhull/qhull.info
+++ b/academic/qhull/qhull.info
@@ -6,5 +6,5 @@ MD5SUM="d0f978c0d8dfb2e919caefa56ea2953c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Ryan P.C. McQuen"
-EMAIL="ryanpcmcquen@member.fsf.org"
+MAINTAINER="Jason Graham"
+EMAIL="jgraha8@gmail.com"