Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHS
MPR
Commits
165048fb
Commit
165048fb
authored
Mar 24, 2021
by
Robert Schweppe
Browse files
- added some experimental printouts to detect failing python path
- refactored the way FORCES is used
parent
2e951fbd
Pipeline
#20210
failed with stages
in 2 minutes and 1 second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
165048fb
...
...
@@ -206,14 +206,14 @@ show-env-vars:
# ### BUILD JOBS ###
# ##################
#
### DEBUG ###
#
build-nag62-debug:
#
variables:
#
<<: *debug_vars
#
<<: *no_test_vars
#
MODULE_LOAD_SCRIPT: moduleLoadScripts/eve.nagfor62
#
CMAKE_FLAGS: '-DCMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX=64 -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=OFF'
#
<<: *build_template
### DEBUG ###
build-nag62-debug
:
variables
:
<<
:
*debug_vars
<<
:
*no_test_vars
MODULE_LOAD_SCRIPT
:
moduleLoadScripts/eve.nagfor62
CMAKE_FLAGS
:
'
-DCMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX=64
-DCMAKE_BUILD_TYPE=Debug
-DBUILD_TESTING=OFF'
<<
:
*build_template
#
# build-gfortran64MPI-debug:
# variables:
...
...
@@ -414,20 +414,20 @@ valgrind-gfortran73MPI-debug:
# # MODULE_LOAD_SCRIPT: moduleLoadScripts/eve.nagfor62
# # <<: *valgrind_template
#
#
#
#################
#
#
### TEST JOBS ###
#
#
#################
#
#
test-nag62-debug:
#
needs:
#
- job: build-nag62-debug
#
artifacts: false
#
variables:
#
<<: *debug_vars
#
MODULE_LOAD_SCRIPT: moduleLoadScripts/eve.nagfor62
#
CMAKE_FLAGS: '-DCMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX=64 -DCMAKE_BUILD_TYPE=Debug'
#
<<: *test_template
#
# #################
# ### TEST JOBS ###
# #################
test-nag62-debug
:
needs
:
-
job
:
build-nag62-debug
artifacts
:
false
variables
:
<<
:
*debug_vars
MODULE_LOAD_SCRIPT
:
moduleLoadScripts/eve.nagfor62
CMAKE_FLAGS
:
'
-DCMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX=64
-DCMAKE_BUILD_TYPE=Debug'
<<
:
*test_template
# test-nag62-release:
# needs:
# - job: build-nag62-release
...
...
src/CMakeLists.txt
View file @
165048fb
...
...
@@ -24,7 +24,9 @@ if(NOT ${FORCES_NAME}_FOUND)
${
FORCES_NAME
}
GIT_REPOSITORY git@git.ufz.de:ottor/lightweight_fortran_lib.git
GIT_TAG temporary_test
SOURCE_SUBDIR src
)
set
(
${
FORCES_NAME
}
_BUILD_TESTING OFF
)
FetchContent_MakeAvailable
(
${
FORCES_NAME
}
)
endif
()
target_link_libraries
(
${
LIB_NAME
}
PUBLIC
${
FORCES_NAME
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment