Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wintel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
opentelemac
wintel
Commits
c569d444
Commit
c569d444
authored
2 years ago
by
Boris Basic
Browse files
Options
Downloads
Patches
Plain Diff
Allow wheels installation when the batch is executed outside the repo
parent
81a6c93c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build-telemac-deps.bat
+4
-4
4 additions, 4 deletions
build-telemac-deps.bat
with
4 additions
and
4 deletions
build-telemac-deps.bat
+
4
−
4
View file @
c569d444
...
@@ -295,10 +295,10 @@ echo Installing Python requirements...
...
@@ -295,10 +295,10 @@ echo Installing Python requirements...
pip
install
-r
%~dp0
requirements
.txt
||
goto
install_error
pip
install
-r
%~dp0
requirements
.txt
||
goto
install_error
rem Use GDAL, Fiona, Rasterio and Shapely unofficial wheels, to avoid building them locally
rem Use GDAL, Fiona, Rasterio and Shapely unofficial wheels, to avoid building them locally
pip
install
wheels
\
%gdal%
pip
install
%~dp0
wheels
\
%gdal%
pip
install
wheels
\
%fiona%
pip
install
%~dp0
wheels
\
%fiona%
pip
install
wheels
\
%rasterio%
pip
install
%~dp0
wheels
\
%rasterio%
pip
install
wheels
\
%shapely%
pip
install
%~dp0
wheels
\
%shapely%
pip
install
geopandas
pip
install
geopandas
popd
popd
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment