Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
21217406
Commit
21217406
authored
Aug 09, 2019
by
Mark Olesen
Committed by
Andrew Heather
Aug 09, 2019
Browse files
CONFIG: robuster paraview detection
parent
1c1b1874
Changes
1
Hide whitespace changes
Inline
Side-by-side
wmake/scripts/paraviewFunctions
View file @
21217406
...
...
@@ -121,17 +121,17 @@ have_pvplugin_support()
# Extract the paraview major+minor version from the directory name
# From /path/paraview-5.6 -> 5.6
pv_api
=
$(
echo
"
$
{
targetDir
##*/
}
"
|
\
sed
-n
-
e
's/^[^0-9]*\([0-9][0-9]*\.[0-9][0-9]*\).*/\1/p'
)
pv_api
=
$(
echo
"
$targetDir
"
|
\
sed
-ne
's
@^.*/@@;s
/^[^0-9]*\([0-9][0-9]*\.[0-9][0-9]*\).*/\1/p'
)
[
-n
"
$targetDir
"
]
||
{
echo
"
$warn
(could determine target)"
echo
"
$warn
(could
not
determine target)"
echo
" PV_PLUGIN_PATH=
${
PV_PLUGIN_PATH
:-
???
}
"
return
1
}
[
-n
"
$pv_api
"
]
||
{
echo
"
$warn
(could determine major.minor version)"
echo
"
$warn
(could
not
determine major.minor version)"
return
1
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment