academic/gwyddion: Updated for version 2.46.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Daniil Bratashov 2016-10-15 05:49:11 +07:00 committed by Willy Sudiarto Raharjo
parent 82ae191936
commit 44a664802f
3 changed files with 7 additions and 7 deletions

View File

@ -4,4 +4,4 @@ height fields obtained by means of scanning probe microscopy techniques
(AFM, MFM, STM, SNOM/NSOM), however it can be generally used for any other
height field and image analysis.
libminizip and cfitsio are the optional dependencies.
libminizip, libwebp and cfitsio are the optional dependencies.

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gwyddion
VERSION=${VERSION:-2.45}
VERSION=${VERSION:-2.46}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -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="gwyddion"
VERSION="2.45"
VERSION="2.46"
HOMEPAGE="http://gwyddion.net"
DOWNLOAD="http://downloads.sourceforge.net/gwyddion/gwyddion-2.45.tar.xz"
MD5SUM="8c4f7902f9447ede2695d1ab0c2cbb06"
DOWNLOAD="http://downloads.sourceforge.net/gwyddion/gwyddion-2.46.tar.xz"
MD5SUM="190954548cb3415dc0ff274ca8b385ee"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gtkglext"