Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libcdi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
mpim-sw
libcdi
Commits
b1a3069e
Commit
b1a3069e
authored
3 years ago
by
Sergey Kosukhin
Browse files
Options
Downloads
Patches
Plain Diff
Disable Fortran 77 interface by default for consistency.
parent
be5013e7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!11
Consolidation with CDI-PIO (1.8.x)
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ci/bb/mistral-dkrz/test.all.nag-6.2.6223
+1
-1
1 addition, 1 deletion
.ci/bb/mistral-dkrz/test.all.nag-6.2.6223
configure.ac
+2
-2
2 additions, 2 deletions
configure.ac
with
3 additions
and
3 deletions
.ci/bb/mistral-dkrz/test.all.nag-6.2.6223
+
1
−
1
View file @
b1a3069e
...
...
@@ -13,7 +13,7 @@ test -f "${top_srcdir}/configure" || "${top_srcdir}/autogen.sh"
# Create a distribution file with minimalistic configuration:
switch_for_module texlive
"
${
top_srcdir
}
/configure"
--disable-cf-interface
"
${
top_srcdir
}
/configure"
make
-j8
dist
# Create a subdirectory for further testing and switch to it:
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
2
−
2
View file @
b1a3069e
...
...
@@ -40,9 +40,9 @@ AM_CONDITIONAL([ENABLE_ISOC_INTERFACE],
AC_ARG_ENABLE([cf-interface],
[AS_HELP_STRING([--enable-cf-interface],
[create Fortran 77 interface using cfortran.h @<:@default=
yes
@:>@])],
[create Fortran 77 interface using cfortran.h @<:@default=
no
@:>@])],
[test "x$enableval" != xno && enable_cf_interface=yes],
[enable_cf_interface=
yes
])
[enable_cf_interface=
no
])
AM_CONDITIONAL([ENABLE_CF_INTERFACE], [test "x$enable_cf_interface" = xyes])
dnl We need FC for the Fortran 90 and for the Fortran 77 interfaces. In the
...
...
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