mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/cadabra2: Updated for version 2.2.7_d81535e.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
116c173576
commit
70b52f4524
3 changed files with 7 additions and 7 deletions
|
@ -28,4 +28,5 @@ command-line and a graphical interface are available.
|
|||
|
||||
* Programmable using Python.
|
||||
|
||||
python3-sympy is an optional runtime dependency.
|
||||
Mathematica (not on SBo) is an optional dependency, it will be
|
||||
autodetected at build time.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=cadabra2
|
||||
VERSION=${VERSION:-2.2.7}
|
||||
VERSION=${VERSION:-2.2.7_d81535e}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -95,7 +95,6 @@ cd build
|
|||
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DUSE_PYTHON_3=OFF \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="cadabra2"
|
||||
VERSION="2.2.7"
|
||||
VERSION="2.2.7_d81535e"
|
||||
HOMEPAGE="https://cadabra.science"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/slackbuildsdirectlinks/cadabra2/cadabra2-2.2.7.tar.gz"
|
||||
MD5SUM="4fd9c1c8648b0ed20860eb2b1cb385f7"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/slackbuildsdirectlinks/cadabra2/cadabra2-2.2.7_d81535e.tar.gz"
|
||||
MD5SUM="7b7fadd4177b9bd9bcbd5d84a8013acb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-matplotlib"
|
||||
REQUIRES="python3-matplotlib python3-gmpy2 python3-sympy"
|
||||
MAINTAINER="Alexander Verbovetsky"
|
||||
EMAIL="alik@ejik.org"
|
||||
|
|
Loading…
Reference in a new issue