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
dkrz-sw
sct
Commits
55b483af
Commit
55b483af
authored
Jan 28, 2020
by
Hendryk Bockelmann
☕
Browse files
Merge branch 'mr_incompatible_linker_flag' into 'master'
Remove nonportable linker flag. See merge request dkrz-sw/sct!5
parents
9c9f1a05
23b13b9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
55b483af
...
...
@@ -4,7 +4,7 @@ AM_FCFLAGS = $(FC_MODINC).. $(FCFLAGS_f90) $(FCDEFS)
lib_LTLIBRARIES
=
libsct.la
libsct_la_LIBADD
=
$(LTLIBPAPI)
$(LTLIBHDF5)
libsct_la_LDFLAGS
=
-Wl
,-no-undefined
$(OPENMP_FC_C_LT_FLAGS)
-version-info
@LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
libsct_la_LDFLAGS
=
$(OPENMP_FC_C_LT_FLAGS)
-version-info
@LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
header
=
$(srcdir)
/sct_config.h
\
$(srcdir)
/sct_mach.h
\
$(srcdir)
/sct_collector.h
\
...
...
Write
Preview
Markdown
is supported
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