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
c698d584
Commit
c698d584
authored
4 months ago
by
Boris Basic
Browse files
Options
Downloads
Patches
Plain Diff
Use GitLab hosted sources for MED, AED2 and GOTM
parent
3597b5ef
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.bat
+3
-3
3 additions, 3 deletions
build-telemac.bat
with
3 additions
and
3 deletions
build-telemac.bat
+
3
−
3
View file @
c698d584
...
...
@@ -252,7 +252,7 @@ rem ***
rem MED
rem ***
:build
_med
call
:download
%med%
"https://
files.salome-platform.org/Salome/medfile/med-4.1.1.tar.gz
"
||
exit
/b
1
call
:download
%med%
"https://
gitlab.pam-retd.fr/otm/telemac-mascaret/-/package_files/443/download
"
||
exit
/b
1
set
cmake_config_options
=
-DHDF
5
_ROOT_DIR:PATH
=
%external_path%
/
%hdf5
%
-DMEDFILE
_BUILD_TESTS:BOOL
=
OFF
-DMEDFILE
_INSTALL_DOC:BOOL
=
OFF
if
%compiler%
==
intel
(
rem MED libraries cannot be built as shared libraries with Visual Studio generator as they
...
...
@@ -356,7 +356,7 @@ rem ****
rem AED2
rem ****
:build
_aed2
call
:download
%aed2
%
"http://
www.opentelemac.org/index.php/component/jdownloads/finish/39-manual-installation-sources/2126-aed2m/0?Itemid=55
"
||
exit
/b
1
call
:download
%aed2
%
"http
s
://
gitlab.pam-retd.fr/otm/telemac-mascaret/-/package_files/444/download
"
||
exit
/b
1
echo
Building
libaed2
...
set
install_dir
=
%external_path%
\
%aed2
%
rd
/s/q
%install_dir%
2
>
nul
...
...
@@ -377,7 +377,7 @@ rem ****
rem GOTM
rem ****
:build
_gotm
call
:download
%gotm%
"http://
www.opentelemac.org/index.php/component/jdownloads/finish/39-manual-installation-sources/2127-gotm/0?Itemid=54
"
||
exit
/b
1
call
:download
%gotm%
"http
s
://
gitlab.pam-retd.fr/otm/telemac-mascaret/-/package_files/445/download
"
||
exit
/b
1
set
cmake_config_options
=
-DBUILD
_SHARED_LIBS:BOOL
=
ON
-DGOTM
_USE_NetCDF:BOOL
=
OFF
-DGOTM
_EMBED_VERSION:BOOL
=
OFF
call
:cmake
_build
%gotm%
||
exit
/b
1
exit
/b
0
...
...
This diff is collapsed.
Click to expand it.
Nicolas Godet
@nicolas.godet
mentioned in issue
#13 (closed)
·
4 months ago
mentioned in issue
#13 (closed)
mentioned in issue #13
Toggle commit list
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