libraries/CGAL: Updated for version 4.9.

Signed-off-by: David Spencer <baildon.research@googlemail.com>

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-11-09 21:06:08 +00:00 committed by David Spencer
parent b0d5c33507
commit 8a5590a0b5
2 changed files with 7 additions and 7 deletions

View file

@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=CGAL
VERSION=${VERSION:-4.8.1}
VERSION=${VERSION:-4.9}
BUILD=${BUILD:-1}
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
@ -40,8 +40,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"

View file

@ -1,8 +1,8 @@
PRGNAM="CGAL"
VERSION="4.8.1"
VERSION="4.9"
HOMEPAGE="http://www.cgal.org/"
DOWNLOAD="https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.8.1/CGAL-4.8.1.tar.xz"
MD5SUM="1cbcb3f251822766ed3d744f923c782d"
DOWNLOAD="https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.9/CGAL-4.9.tar.xz"
MD5SUM="ee31343dbc4bf7b5b7501ec1650e9233"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""