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
CMB-SuperBuild
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
T.J. Corona
CMB-SuperBuild
Commits
cf6c6561
Commit
cf6c6561
authored
Aug 03, 2016
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unix: refactor library paths
parent
8d05cf2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
projects/unix/cmb.bundle.unix.cmake
projects/unix/cmb.bundle.unix.cmake
+7
-4
No files found.
projects/unix/cmb.bundle.unix.cmake
View file @
cf6c6561
set
(
library_paths
"paraview-
${
paraview_version
}
"
"cmb-
${
cmb_version
}
"
)
set
(
plugins
)
foreach
(
executable IN LISTS paraview_executables cmb_programs_to_install
)
superbuild_unix_install_program
(
"
${
executable
}
"
"
paraview-
${
paraview_version
}
;cmb-
${
cmb_version
}
"
)
"
${
library_paths
}
"
)
list
(
APPEND plugins
${
cmb_plugins_
${
executable
}}
)
endforeach
()
...
...
@@ -11,7 +15,7 @@ list(REMOVE_DUPLICATES plugins)
foreach
(
plugin IN LISTS plugins
)
superbuild_unix_install_plugin
(
"lib
${
plugin
}
.so"
"cmb-
${
cmb_version
}
"
";
paraview-
${
paraview_version
}
;cmb-
${
cmb_version
}
"
";
${
library_paths
}
"
"cmb-
${
cmb_version
}
/plugins/"
)
endforeach
()
...
...
@@ -36,8 +40,7 @@ superbuild_unix_install_python(
"
${
superbuild_install_location
}
/lib/python2.7/site-packages"
"
${
superbuild_install_location
}
/lib/paraview-
${
paraview_version
}
/site-packages"
SEARCH_DIRECTORIES
"cmb-
${
cmb_version
}
"
"paraview-
${
paraview_version
}
"
)
${
library_paths
}
)
superbuild_unix_install_python
(
"
${
CMAKE_INSTALL_PREFIX
}
"
...
...
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