graphics/paraview: Updated for version 5.4.1
Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
parent
c11f05ff4a
commit
0f0fe46377
|
@ -4,6 +4,9 @@ data using qualitative and quantitative techniques. The data exploration can be
|
|||
done interactively in 3D or programmatically using ParaView's batch
|
||||
processing capabilities.
|
||||
|
||||
This SlackBuild, in line with official Paraview releases,
|
||||
is intended only for 64bit systems.
|
||||
|
||||
Although not recommended, building without MPI (mpich) and/or Matplotlib support
|
||||
is possible by setting the relevant variables in the build environment:
|
||||
MPICH=no
|
||||
|
|
|
@ -24,8 +24,9 @@
|
|||
|
||||
PRGNAM=paraview
|
||||
SRCNAM=ParaView
|
||||
VERSION=${VERSION:-5.4.0}
|
||||
VERSION=${VERSION:-5.4.1}
|
||||
SHORT_VERSION=${SHORT_VERSION:-5.4}
|
||||
DOC_VERSION=${DOC_VERSION:-5.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -150,8 +151,8 @@ cp -a \
|
|||
CONTRIBUTING.* Copyright.* License_v1.2.txt README.* version.txt \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp $CWD/ParaViewTutorial.pdf $PKG/usr/doc/$PRGNAM-$VERSION/Tutorial.pdf
|
||||
cp $CWD/ParaViewGettingStarted-${VERSION}.pdf $PKG/usr/doc/$PRGNAM-$VERSION/GettingStarted.pdf
|
||||
cp $CWD/ParaViewGuide-${VERSION}.pdf $PKG/usr/doc/$PRGNAM-$VERSION/Guide.pdf
|
||||
cp $CWD/ParaViewGettingStarted-${DOC_VERSION}.pdf $PKG/usr/doc/$PRGNAM-$VERSION/GettingStarted.pdf
|
||||
cp $CWD/ParaViewGuide-${DOC_VERSION}.pdf $PKG/usr/doc/$PRGNAM-$VERSION/Guide.pdf
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
PRGNAM="paraview"
|
||||
VERSION="5.4.0"
|
||||
VERSION="5.4.1"
|
||||
HOMEPAGE="https://www.paraview.org"
|
||||
DOWNLOAD="https://www.paraview.org/files/v5.4/ParaView-v5.4.0.tar.gz \
|
||||
DOWNLOAD="https://www.paraview.org/files/v5.4/ParaView-v5.4.1.tar.gz \
|
||||
https://www.paraview.org/files/v5.4/ParaViewTutorial.pdf \
|
||||
https://www.paraview.org/Wiki/images/5/5d/ParaViewTutorialData.tar.gz \
|
||||
https://www.paraview.org/files/v5.4/ParaViewGuide-5.4.0.pdf \
|
||||
https://www.paraview.org/files/v5.4/ParaViewGettingStarted-5.4.0.pdf"
|
||||
MD5SUM="b92847605bac9036414b644f33cb7163 \
|
||||
MD5SUM="4030c70477ec5a85aa72d6fc86a30753 \
|
||||
1b3d975eac73bca412414efb2af9974c \
|
||||
0a4c2a37b8e566ccdb3b1eaaa949477a \
|
||||
f15e485941d26d4d804c5f8fa539465d \
|
||||
|
|
Loading…
Reference in New Issue