Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Méso-NH code
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RODIER Quentin
Méso-NH code
Commits
456e8728
Commit
456e8728
authored
7 years ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 18/12/2017: IO: upgrade IO libraries: add missing configure modifications
parent
1705c728
No related branches found
Branches containing commit
Tags
PACK-MNH-V5-3--0-09_NCL630_2
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/configure
+7
-3
7 additions, 3 deletions
src/configure
with
7 additions
and
3 deletions
src/configure
+
7
−
3
View file @
456e8728
...
@@ -12,8 +12,10 @@ export VERSION_MASTER=${VERSION_MASTER:-MNH-V5-4}
...
@@ -12,8 +12,10 @@ export VERSION_MASTER=${VERSION_MASTER:-MNH-V5-4}
export
VERSION_BUG
=
${
VERSION_BUG
:-
0
}
export
VERSION_BUG
=
${
VERSION_BUG
:-
0
}
export
VERSION_XYZ
=
${
VERSION_XYZ
:-${
VERSION_MASTER
}
-
${
VERSION_BUG
}${
VER_OASIS
:+-
${
VER_OASIS
}}}
export
VERSION_XYZ
=
${
VERSION_XYZ
:-${
VERSION_MASTER
}
-
${
VERSION_BUG
}${
VER_OASIS
:+-
${
VER_OASIS
}}}
export
VERSION_DATE
=
${
VERSION_DATE
:-
"dd/mm/yyyy"
}
export
VERSION_DATE
=
${
VERSION_DATE
:-
"dd/mm/yyyy"
}
export
VERSION_CDF
=
${
VERSION_CDF
:-
"4.1.3"
}
export
VERSION_LIBAEC
=
${
VERSION_LIBAEC
:-
"0.3.2"
}
export
VERSION_HDF
=
${
VERSION_HDF
:-
"1.8.9"
}
export
VERSION_HDF
=
${
VERSION_HDF
:-
"1.8.20"
}
export
VERSION_CDFC
=
${
VERSION_CDFC
:-
"4.5.0"
}
export
VERSION_CDFF
=
${
VERSION_CDFF
:-
"4.4.4"
}
export
VERSION_GRIBAPI
=
${
VERSION_GRIBAPI
:-
"1.13.1"
}
export
VERSION_GRIBAPI
=
${
VERSION_GRIBAPI
:-
"1.13.1"
}
export
MNH_INT
=
${
MNH_INT
:-
"4"
}
export
MNH_INT
=
${
MNH_INT
:-
"4"
}
export
LFI_INT
=
${
LFI_INT
:-
8
}
export
LFI_INT
=
${
LFI_INT
:-
8
}
...
@@ -429,8 +431,10 @@ fi
...
@@ -429,8 +431,10 @@ fi
# Install CDF if VER_CDF=CDFAUTO
# Install CDF if VER_CDF=CDFAUTO
#
#
if
[
"x
${
VER_CDF
}
"
==
"xCDFAUTO"
]
;
then
if
[
"x
${
VER_CDF
}
"
==
"xCDFAUTO"
]
;
then
(
cd
$LOCAL
/src/LIB
;
[
!
-d
netcdf
-
${
VERSION_
CDF
}
]
&&
tar
xvfz
netcdf
-
${
VERSION_
CDF
}
.tar.gz
)
(
cd
$LOCAL
/src/LIB
;
[
!
-d
libaec
-
${
VERSION_
LIBAEC
}
]
&&
tar
xvfz
libaec
-
${
VERSION_
LIBAEC
}
.tar.gz
)
(
cd
$LOCAL
/src/LIB
;
[
!
-d
hdf5-
${
VERSION_HDF
}
]
&&
tar
xvfz hdf5-
${
VERSION_HDF
}
.tar.gz
)
(
cd
$LOCAL
/src/LIB
;
[
!
-d
hdf5-
${
VERSION_HDF
}
]
&&
tar
xvfz hdf5-
${
VERSION_HDF
}
.tar.gz
)
(
cd
$LOCAL
/src/LIB
;
[
!
-d
netcdf-
${
VERSION_CDFC
}
]
&&
tar
xvfz netcdf-
${
VERSION_CDFC
}
.tar.gz
)
(
cd
$LOCAL
/src/LIB
;
[
!
-d
netcdf-fortran-
${
VERSION_CDFF
}
]
&&
tar
xvfz netcdf-fortran-
${
VERSION_CDFF
}
.tar.gz
)
fi
fi
#
#
# Install OASIS if VER_OASIS=OASISAUTO
# Install OASIS if VER_OASIS=OASISAUTO
...
...
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