Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sft
lcgcmake
Commits
a4e97c89
Commit
a4e97c89
authored
Apr 18, 2019
by
Ivan Razumov
Browse files
[
SPI-1299
] Add qtpy
parent
acd1f2f9
Pipeline
#815954
passed with stage
in 6 minutes and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cmake/toolchain/heptools-dev-base.cmake
View file @
a4e97c89
...
...
@@ -328,6 +328,7 @@ LCG_external_package(QMtest 2.4.1
#LCG_external_package(Qt 4.8.7 qt )
LCG_external_package
(
Qt5 5.12.1 qt5
)
LCG_external_package
(
qtconsole 4.3.1
)
LCG_external_package
(
qtpy 1.7.0
)
#LCG_external_package(qwt 6.0.1 )
if
(
${
LCG_OS
}
STREQUAL slc
)
LCG_external_package
(
R 3.2.5
)
...
...
pyexternals/CMakeLists.txt
View file @
a4e97c89
...
...
@@ -2525,6 +2525,19 @@ Prefix=${Qt5_home}
REVISION 1
)
#---qtpy-------------------------------------------------------------------------------------------------------
LCGPackage_Add
(
qtpy
URL
${
GenURL
}
/QtPy-
${
qtpy_native_version
}
.tar.gz
CONFIGURE_COMMAND <VOID>
BUILD_COMMAND <VOID>
INSTALL_COMMAND
${
MakeSitePackagesDir
}
COMMAND
${
PYTHON
}
setup.py install
${
PySetupOptions
}
COMMAND
${
CMAKE_SOURCE_DIR
}
/pyexternals/Python_postinstall.sh <INSTALL_DIR>
BUILD_IN_SOURCE 1
DEPENDS Python setuptools pyqt5
)
#---pygraphics---------------------------------------------------------------------------------------------------
LCGPackage_Add
(
pygraphics
...
...
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