Skip to content
Snippets Groups Projects
Commit febba13f authored by Takumi.Matsunobu's avatar Takumi.Matsunobu
Browse files

update repository

parent f1f2b2b2
No related branches found
No related tags found
No related merge requests found
Pipeline #19531 canceled
......@@ -13,8 +13,9 @@ class IconNwp(Package):
"""
Recipe to build ICON-NWP using the LMU gitlab repository.
"""
git = "ssh://git@gitlab.dkrz.de/icon/icon-nwp.git"
git = "ssh://git@gitlab.physik.uni-muenchen.de:LDAP_w2w-b3/icon.git"
#git = "ssh://git@gitlab.dkrz.de/icon/icon-nwp.git"
homepage = "https://code.mpimet.mpg.de/projects/iconpublic"
# maintainers("oriol.tinto")
......@@ -23,17 +24,18 @@ class IconNwp(Package):
# version("2.5.0-nwp3", branch="icon-nwp/op-release-2.5.0-nwp3")
version("2.6.4-nwp3", branch="icon-nwp/op-release-2.6.4-nwp3")
version("2.6.5-nwp0", branch="icon-nwp/op-release-2.6.5-nwp0")
version("psp", branch="icon-nwp/icon-nwp-psp")
version("psp", branch="icon-nwp/icon-nwp-psp-b3")
version("plexrt", branch="icon-nwp/icon-nwp-plexrt")
version("master", branch="master")
# FIXME: Workaround to deal with different sources. The default is using dkrz's through ssh.
variant("source", values=('dkrz', 'dkrz_https', 'lmu'), default='dkrz',
variant("source", values=('dkrz', 'dkrz_https', 'lmu', 'lmub3'), default='dkrz',
description='Select the source of the ICON: dkrz (ssh), dkrz_https, lmu (ssh)')
custom_fetchers = {
"dkrz": "ssh://git@gitlab.dkrz.de/icon/icon-nwp.git",
"dkrz_https": "https://gitlab.dkrz.de/icon/icon-nwp.git",
"lmu": "ssh://git@gitlab.physik.uni-muenchen.de/w2w/icon.git",
"lmub3": "ssh://git@gitlab.physik.uni-muenchen.de:LDAP_w2w-b3/icon.git",
}
variant("debug", default=False, description="add debug flags when compiling icon")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment