Skip to content

Commit 54368ef

Browse files
updated cmake and ci scripts to use dd from github
1 parent b54e688 commit 54368ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"cacheVariables": {
99
"AL_CORE_GIT_REPOSITORY": "https://git.iter.org/scm/imas/al-core.git",
1010
"AL_PLUGINS_GIT_REPOSITORY": "https://git.iter.org/scm/imas/al-plugins.git",
11-
"DD_GIT_REPOSITORY": "https://git.iter.org/scm/imas/data-dictionary.git"
11+
"DD_GIT_REPOSITORY": "https://github.com/iterorganization/IMAS-Data-Dictionary.git"
1212
}
1313
}
1414
]

ci/build_and_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ CMAKE_ARGS=(
122122
-D AL_DOWNLOAD_DEPENDENCIES=${AL_DOWNLOAD_DEPENDENCIES:-ON}
123123
-D AL_CORE_GIT_REPOSITORY=${AL_CORE_GIT_REPOSITORY:-https://git.iter.org/scm/imas/al-core.git}
124124
-D AL_PLUGINS_GIT_REPOSITORY=${AL_PLUGINS_GIT_REPOSITORY:-https://git.iter.org/scm/imas/al-plugins.git}
125-
-D DD_GIT_REPOSITORY=${DD_GIT_REPOSITORY:-https://git.iter.org/scm/imas/data-dictionary.git}
125+
-D DD_GIT_REPOSITORY=${DD_GIT_REPOSITORY:-https://github.com/iterorganization/IMAS-Data-Dictionary.git}
126126
# DD version: can be set with DD_VERSION env variable, otherwise use latest main
127127
-D DD_VERSION=${DD_VERSION:-main}
128128
# AL-Core version: can be set with AL_CORE_VERSION env variable, otherwise use latest main

ci/build_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ CMAKE_ARGS=(
4747
-D AL_DOWNLOAD_DEPENDENCIES=${AL_DOWNLOAD_DEPENDENCIES:-ON}
4848
-D AL_CORE_GIT_REPOSITORY=${AL_CORE_GIT_REPOSITORY:-https://git.iter.org/scm/imas/al-core.git}
4949
-D AL_PLUGINS_GIT_REPOSITORY=${AL_PLUGINS_GIT_REPOSITORY:-https://git.iter.org/scm/imas/al-plugins.git}
50-
-D DD_GIT_REPOSITORY=${DD_GIT_REPOSITORY:-https://git.iter.org/scm/imas/data-dictionary.git}
50+
-D DD_GIT_REPOSITORY=${DD_GIT_REPOSITORY:-https://github.com/iterorganization/IMAS-Data-Dictionary.git}
5151
# Build only documentation
5252
-D AL_HLI_DOCS=${AL_HLI_DOCS:-ON}
5353
-D AL_DOCS_ONLY=${AL_DOCS_ONLY:-ON}

0 commit comments

Comments
 (0)