Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
T.J. Corona
CMB-SuperBuild
Commits
b90c7ba2
Commit
b90c7ba2
authored
Aug 18, 2015
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
win32: remove the matplotlib and numpy blocks
Handled by the python block already.
parent
029dfbd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
27 deletions
+0
-27
Projects/win32/cmb.bundle.cmake
Projects/win32/cmb.bundle.cmake
+0
-27
No files found.
Projects/win32/cmb.bundle.cmake
View file @
b90c7ba2
...
...
@@ -89,33 +89,6 @@ if (shiboken_ENABLED)
COMPONENT superbuild
)
endif
()
if
(
numpy_ENABLED
)
install
(
DIRECTORY
"
${
install_location
}
/lib/site-packages/numpy"
DESTINATION
"bin/Lib/site-packages"
USE_SOURCE_PERMISSIONS
COMPONENT superbuild
)
endif
()
if
(
matplotlib_ENABLED
)
install
(
DIRECTORY
"
${
install_location
}
/lib/site-packages/matplotlib"
DESTINATION
"bin/Lib/site-packages"
USE_SOURCE_PERMISSIONS
COMPONENT ParaView
)
# Move the png and zlib dlls into the installed matplotlib package so that it
# can find them at runtime.
install
(
DIRECTORY
"
${
SuperBuild_BINARY_DIR
}
/png/src/png-build/"
DESTINATION
"bin/Lib/site-packages/matplotlib"
USE_SOURCE_PERMISSIONS
COMPONENT ParaView
FILES_MATCHING PATTERN
"*.dll"
)
install
(
DIRECTORY
"
${
SuperBuild_BINARY_DIR
}
/zlib/src/zlib-build/"
DESTINATION
"bin/Lib/site-packages/matplotlib"
USE_SOURCE_PERMISSIONS
COMPONENT ParaView
FILES_MATCHING PATTERN
"*.dll"
)
endif
()
if
(
qt_ENABLED AND NOT USE_SYSTEM_qt
)
install
(
DIRECTORY
# install all qt plugins (including sqllite).
...
...
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