Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
EnMAP
sensormapgeo
Commits
e87e2e01
Commit
e87e2e01
authored
Sep 04, 2020
by
Daniel Scheffler
Browse files
Force to use LLVM build of OpenMP.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
0b65db60
Pipeline
#12317
passed with stage
in 1 minute and 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e87e2e01
...
...
@@ -56,7 +56,7 @@ test_sensormapgeo_install:
# resolve some requirements with conda
# - conda config --set channel_priority strict # otherwise gdal or libgdal may be installed from defaults channel
-
conda install --yes -q -c conda-forge numpy gdal pyresample pyqt scikit-image pyproj lxml geopandas ipython
-
conda install --yes -q -c conda-forge numpy gdal pyresample pyqt scikit-image pyproj lxml geopandas ipython
_openmp_mutex=*=*llvm*
# run installer
-
python setup.py install
...
...
tests/CI_docker/context/environment_sensormapgeo.yml
View file @
e87e2e01
...
...
@@ -9,6 +9,7 @@ dependencies:
-
numpy
-
gdal
-
pyresample>=1.11.0
-
_openmp_mutex=*=*llvm* [Unix]
# fixes a deadlock (https://gitext.gfz-potsdam.de/EnMAP/sensormapgeo/-/issues/6)
-
pyproj>=2.2
# py_tools_ds
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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