academic/cadabra2: Updated for version 2.2.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
4e97a1fccb
commit
d51191d938
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for cadabra2
|
||||
|
||||
# Copyright 2017, Alexander Verbovetsky, Moscow, Russia
|
||||
# Copyright 2017-2018, Alexander Verbovetsky, Moscow, Russia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=cadabra2
|
||||
VERSION=${VERSION:-2.1.7}
|
||||
VERSION=${VERSION:-2.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -76,9 +76,12 @@ sed --in-place \
|
|||
client_server/websocketpp/websocketpp/transport/asio/endpoint.hpp
|
||||
|
||||
sed --in-place \
|
||||
-e "s/\(LIBRARY DESTINATION lib\)/\1${LIBDIRSUFFIX}/" \
|
||||
client_server/CMakeLists.txt \
|
||||
frontend/common/CMakeLists.txt
|
||||
-e "s/\(DESTINATION lib\)/\1${LIBDIRSUFFIX}/" \
|
||||
client_server/CMakeLists.txt
|
||||
|
||||
sed --in-place \
|
||||
-e "s/\(CMAKE_INSTALL_PREFIX}\/lib\)/\1${LIBDIRSUFFIX}/" \
|
||||
CMakeLists.txt
|
||||
|
||||
sed --in-place \
|
||||
-e '/^execute_process(COMMAND texhash)$/d' \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cadabra2"
|
||||
VERSION="2.1.7"
|
||||
VERSION="2.2.0"
|
||||
HOMEPAGE="https://cadabra.science"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/slackbuildsdirectlinks/cadabra2-2.1.7.tar.gz"
|
||||
MD5SUM="a4c2f9fd1bdae99a3fc2b8f6b34d82b2"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/slackbuildsdirectlinks/cadabra2-2.2.0.tar.gz"
|
||||
MD5SUM="a6d2d94584a2b917a04df01e64b7a237"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue