Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
ParaView-Superbuild
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
57
Issues
57
List
Boards
Labels
Service Desk
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ParaView
ParaView-Superbuild
Commits
5078b93d
Commit
5078b93d
authored
Dec 13, 2017
by
Andrew Bauer
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pass superbuild generator to Catalyst CMake configuration
parent
ba8a7fda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
projects/unix/catalyst.cmake
projects/unix/catalyst.cmake
+2
-1
No files found.
projects/unix/catalyst.cmake
View file @
5078b93d
...
...
@@ -37,6 +37,7 @@ foreach (catalyst_edition IN LISTS catalyst_editions)
endforeach
()
set
(
catalyst_cmake_args
-G
"
${
CMAKE_GENERATOR
}
"
-DPARAVIEW_INSTALL_DEVELOPMENT_FILES:BOOL=TRUE
-DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
-DCMAKE_PREFIX_PATH:PATH=<INSTALL_DIR>
...
...
@@ -46,7 +47,7 @@ set(catalyst_cmake_args
-DCMAKE_SHARED_LINKER_FLAGS:STRING=
${
project_ld_flags
}
)
superbuild_add_project
(
catalyst
DEPENDS
mpi python
DEPENDS mpi python
CONFIGURE_COMMAND
${
pv_python_executable
}
<SOURCE_DIR>/Catalyst/catalyze.py
${
catalyst_edition_args
}
...
...
Andrew Bauer
@acbauer
mentioned in commit
ea2d93aa
·
Dec 13, 2017
mentioned in commit
ea2d93aa
mentioned in commit ea2d93aa86826fbf94126028ec596758fff8681c
Toggle commit list
Write
Preview
Markdown
is supported
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