Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
T.J. Corona
CMB-SuperBuild
Commits
f4200475
Commit
f4200475
authored
Nov 12, 2018
by
T.J. Corona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add pyarc to master
parent
5a404dfe
Pipeline
#123675
running with stage
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
0 deletions
+18
-0
CMakeLists.txt
CMakeLists.txt
+1
-0
projects/pyarc.cmake
projects/pyarc.cmake
+13
-0
versions.cmake
versions.cmake
+4
-0
No files found.
CMakeLists.txt
View file @
f4200475
...
...
@@ -59,6 +59,7 @@ function (superbuild_find_projects var)
paraviewwebvisualizer
paraviewweblightviz
png
pyarc
pybind11
python
pythongirderclient
...
...
projects/pyarc.cmake
0 → 100644
View file @
f4200475
superbuild_add_project
(
pyarc
DEPENDS python
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND
"
${
CMAKE_COMMAND
}
"
-E make_directory
"<INSTALL_DIR>/lib/python2.7/site-packages/PyArc"
BUILD_COMMAND
<SOURCE_DIR>/scripts/dependencies.sh
INSTALL_COMMAND
tar xzf
"<SOURCE_DIR>/PyARC.tar.gz"
-C
"<INSTALL_DIR>/lib/python2.7/site-packages/PyArc"
)
versions.cmake
View file @
f4200475
...
...
@@ -127,6 +127,10 @@ superbuild_set_revision(paraviewweblightviz
URL
"https://www.paraview.org/files/dependencies/light-viz-1.16.1.tar.gz"
URL_MD5 9ac1937cf07ae57bf85c3240f921679a
)
superbuild_set_revision
(
pyarc
GIT_REPOSITORY
"git@kwgitlab.kitware.com:bob.obara/PyARC.git"
GIT_TAG reorganization
)
superbuild_set_revision
(
cmbusersguide
URL
"https://media.readthedocs.org/pdf/cmb/master/cmb.pdf"
)
...
...
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