Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
ThirdParty-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
ThirdParty-common
Commits
d5589614
Commit
d5589614
authored
3 years ago
by
Mark OLESEN
Browse files
Options
Downloads
Patches
Plain Diff
DOC: adjust requirements with information for paraview ffmpeg support
- adjust info about min cmake
parent
c30d606f
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
BUILD.md
+3
-1
3 additions, 1 deletion
BUILD.md
Requirements.md
+15
-2
15 additions, 2 deletions
Requirements.md
makeParaView.example
+4
-0
4 additions, 0 deletions
makeParaView.example
minCmake
+1
-1
1 addition, 1 deletion
minCmake
with
23 additions
and
4 deletions
BUILD.md
+
3
−
1
View file @
d5589614
...
...
@@ -452,14 +452,16 @@ The minimum CMake requirements for building various components.
2.8 llvm-3.4.2
2.8.11 CGAL-4.9
2.8.11 CGAL-4.11
3.1 CGAL-4.12 -> CGAL-4.14.3
2.8.12.2 llvm-3.7.0
2.8.12.2 llvm-3.8.0
2.8.4 cmake-3.6.0
3.3 ParaView-5.6.3
3.10 ParaView-5.7.0 - ParaView-5.8.0
3.12 - 3.16 ParaView-5.9.0 - ParaView-5.10.1
3.4.3 llvm-3.9.1
3.4.3 llvm-4.0.0 - llvm-6.0.0
3.
6
ADIOS2
3.
12
ADIOS2
```
### GCC Minimum Requirements <a name="min-gcc"></a>
...
...
This diff is collapsed.
Click to expand it.
Requirements.md
+
15
−
2
View file @
d5589614
...
...
@@ -32,7 +32,7 @@ sudo apt install cmake qtbase5-dev qttools5-dev qttools5-dev-tools libqt5opengl5
```
### openSUSE (eg, Leap-15.
2
)
### openSUSE (eg, Leap-15.
3
)
The full dependency list for building ParaView can be found from the
corresponding
[
rpm spec
][
suse spec
]
file.
...
...
@@ -50,6 +50,19 @@ sudo zypper install libqt5-qtbase-devel libqt5-qtsvg-devel libqt5-qttools-devel
sudo zypper install libxcb-devel libXt-devel
```
For building paraview with ffmpeg support (components: avformat
avcodec avutil swscale), the packman repository may be required, with a
variety of additional packages:
```
sudo zypper install ffmpeg-3
sudo zypper install ffmpeg-3-libavcodec-devel
sudo zypper install ffmpeg-3-libavformat-devel
sudo zypper install ffmpeg-3-libavresample-devel
sudo zypper install ffmpeg-3-libavutil-devel
sudo zypper install ffmpeg-3-libswresample-devel
sudo zypper install ffmpeg-3-libswscale-devel
```
<!-- Quick links -->
...
...
@@ -70,4 +83,4 @@ sudo zypper install libxcb-devel libXt-devel
[
link third-require
]:
https://develop.openfoam.com/Development/ThirdParty-common/blob/develop/Requirements.md
---
Copyright 2019-202
1
OpenCFD Ltd
Copyright 2019-202
2
OpenCFD Ltd
This diff is collapsed.
Click to expand it.
makeParaView.example
+
4
−
0
View file @
d5589614
...
...
@@ -3,6 +3,8 @@
# - mpi (0 = no upper-limit on processes)
# - mesa
# - python (required for Catalyst)
# - has VTK_PYTHON_OPTIONAL_LINK=OFF to avoid
# undefined symbol: PyExc_ValueError
#
# NOTE: must modify etc/config.*/paraview to use this particular version
# and combination, or use chaining as per etc/config.*/example/paraview
...
...
@@ -18,6 +20,8 @@ set -x
-mesa-prefix
$WM_THIRD_PARTY_DIR
/platforms/
$WM_ARCH$WM_COMPILER
/
$mesa
\
-python
\
-suffix
mesa-mpi-py
\
-DPARAVIEW_ENABLE_FFMPEG
=
ON
\
-DVTK_PYTHON_OPTIONAL_LINK
=
OFF
\
"
$@
"
#------------------------------------------------------------------------------
This diff is collapsed.
Click to expand it.
minCmake
+
1
−
1
View file @
d5589614
...
...
@@ -68,7 +68,7 @@ $(
for
dir
in
sources/
*
do
[
-d
"
$dir
"
]
||
continue
##
echo "search <$dir>" 1>&2
echo
"search <
$dir
>"
1>&2
depth
=
1
# Is sources/pkg/pkg-version ?
if
[
"
$(
echo
"
$dir
"
|
sed
-e
's#.*/[a-z][a-z]*##'
|
wc
-w
)
"
=
0
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment