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
075578c1
Commit
075578c1
authored
3 years ago
by
Ralf Mueller
Browse files
Options
Downloads
Patches
Plain Diff
change Size- and DateType for f2003 in bindGen.rb
parent
58fe2520
Branches
sizetype2int-for-isofortran
No related tags found
No related merge requests found
Pipeline
#13998
failed
3 years ago
Stage: external
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
interfaces/f2003/bindGen.rb
+3
-0
3 additions, 0 deletions
interfaces/f2003/bindGen.rb
src/Makefile.am
+1
-3
1 addition, 3 deletions
src/Makefile.am
with
4 additions
and
3 deletions
interfaces/f2003/bindGen.rb
+
3
−
0
View file @
075578c1
...
...
@@ -938,6 +938,9 @@ def scanHeader(headerPath)
headerLines
.
each
do
|
line
|
line
.
chomp!
line
.
gsub!
(
/SizeType/
,
'int'
)
line
.
gsub!
(
/DateType/
,
'int'
)
if
/^\s*$/
.
match
(
line
)
#Empty lines are ignored.
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.am
+
1
−
3
View file @
075578c1
...
...
@@ -282,9 +282,7 @@ endif
#
# cat $(top_srcdir)/src/cdi.h |sed -e 's/SizeType/size_t/g' -e s/DateType/int64_t/g > cditmp.h
mo_cdi.f90
:
@MAINTAINER_MODE_TRUE@ $(top_srcdir)/src/cdi.h $(top_srcdir)/interfaces/f2003/bindGen.rb
cat
$(
top_srcdir
)
/src/cdi.h |sed
-e
's/SizeType/int/g'
-e
s/DateType/int/g
>
cditmp.h
$(
AM_V_GEN
)$(
RUBY
)
$(
top_srcdir
)
/interfaces/f2003/bindGen.rb cditmp.h
$@
rm
cditmp.h
$(
AM_V_GEN
)$(
RUBY
)
$(
top_srcdir
)
/interfaces/f2003/bindGen.rb
$(
top_srcdir
)
/src/cdi.h
$@
if
FORTRAN_MOD_UC
MO_CDI.$(FCMODEXT)
:
mo_cdi.lo
...
...
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