libraries/cfitsio: Updated for version 3.43.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
aa8ee50309
commit
ad63f7de72
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for cfitsio
|
||||
|
||||
# Copyright 2011-2017 Dominik Drobek <dominik.drobek (at) o2.pl>
|
||||
# Copyright 2011-2018 Dominik Drobek <dominik.drobek (at) o2.pl>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,11 +23,11 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=cfitsio
|
||||
VERSION=${VERSION:-3.42}
|
||||
VERSION=${VERSION:-3.43}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
FVER=3420
|
||||
FVER=3430
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
@ -88,7 +88,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--with-bzip2 \
|
||||
${USE_REENTRANT} \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cfitsio"
|
||||
VERSION="3.42"
|
||||
VERSION="3.43"
|
||||
HOMEPAGE="https://heasarc.gsfc.nasa.gov/fitsio/"
|
||||
DOWNLOAD="https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio3420.tar.gz"
|
||||
MD5SUM="26e5c0dfb85b8d00f536e706305caa13"
|
||||
DOWNLOAD="https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio3430.tar.gz"
|
||||
MD5SUM="d23ab7cad8853bcb8b192681cb4cb7b8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue