Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
abl-mirror
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
inmcm-mirror
abl-mirror
Commits
eaeba622
Commit
eaeba622
authored
3 months ago
by
Debolskiy Andrey
Browse files
Options
Downloads
Patches
Plain Diff
updated sfx_lib fetching for climate model
parent
4f87960c
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.idea/vcs.xml
+1
-0
1 addition, 0 deletions
.idea/vcs.xml
CMakeLists.txt
+3
-7
3 additions, 7 deletions
CMakeLists.txt
with
4 additions
and
7 deletions
.idea/vcs.xml
+
1
−
0
View file @
eaeba622
...
@@ -3,5 +3,6 @@
...
@@ -3,5 +3,6 @@
<component
name=
"VcsDirectoryMappings"
>
<component
name=
"VcsDirectoryMappings"
>
<mapping
directory=
""
vcs=
"Git"
/>
<mapping
directory=
""
vcs=
"Git"
/>
<mapping
directory=
"$PROJECT_DIR$/cmake-build-debug/_deps/inmcm60_sfx-src"
vcs=
"Git"
/>
<mapping
directory=
"$PROJECT_DIR$/cmake-build-debug/_deps/inmcm60_sfx-src"
vcs=
"Git"
/>
<mapping
directory=
"$PROJECT_DIR$/cmake-build-debug/_deps/sfxlib-src"
vcs=
"Git"
/>
</component>
</component>
</project>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
3
−
7
View file @
eaeba622
...
@@ -76,16 +76,12 @@ if (WITH_TESTS)
...
@@ -76,16 +76,12 @@ if (WITH_TESTS)
# adding sfx and config-parser stuff
# adding sfx and config-parser stuff
#fetch sfx model
#fetch sfx model
FetchContent_Declare
(
FetchContent_Declare
(
inmcm60_
sfx
sfx
lib
GIT_REPOSITORY http://tesla.parallel.ru/inmcm-mirror/sfx.git
GIT_REPOSITORY http://tesla.parallel.ru/inmcm-mirror/sfx.git
GIT_TAG origin/main
)
GIT_TAG origin/main
)
FetchContent_MakeAvailable
(
inmcm60_
sfx
)
FetchContent_MakeAvailable
(
sfx
lib
)
FetchContent_GetProperties
(
inmcm60_
sfx
)
FetchContent_GetProperties
(
sfx
lib
)
if
(
NOT inmcm60_sfx_POPULATED
)
FetchContent_Populate
(
sfx_lib
)
add_subdirectory
(
${
inmcm60_sfx_SOURCE_DIR
}
${
inmcm60_sfx_BINARY_DIR
}
EXCLUDE_FROM_ALL
)
endif
()
#Config parser from sfx_lib is needed
#Config parser from sfx_lib is needed
if
(
WITH_RRTMG
)
if
(
WITH_RRTMG
)
...
...
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