Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
silx
bob
silx
Commits
6afaf51f
Commit
6afaf51f
authored
Mar 08, 2021
by
Thomas Vincent
Browse files
Install releases of pyinstaller-hooks-contrib
parent
059a4fa5
Pipeline
#42663
failed with stages
in 98 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6afaf51f
...
...
@@ -276,12 +276,10 @@ windows_exe:
# Install build dependencies
-
pip install --upgrade -r https://gitlab.esrf.fr/silx/bob/main/raw/master/requirements-build.txt
# Install pyopencl build dependencies first
-
pip install numpy pybind11
-
pip install
--upgrade
numpy pybind11
# Install pyopencl first to use a wheel from silx.org under Windows
-
pip install --find-links http://www.silx.org/pub/wheelhouse/ --trusted-host www.silx.org --prefer-binary pyopencl
-
pip install .[full]
# Install pyinstaller hooks from the master (Fix issue with v2020.7 concerning pyopengl support)
-
pip install git+https://github.com/pyinstaller/pyinstaller-hooks-contrib.git
# Install pyinstaller
-
pip install pyinstaller==4.1
# Generate fat binary
...
...
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