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
Méso-NH
Méso-NH code
Commits
d3c148fa
Commit
d3c148fa
authored
2 years ago
by
WAUTELET Philippe
Browse files
Options
Downloads
Patches
Plain Diff
Philippe 20/01/2023: compile new versions of libaec, HDF5 and netCDF
parent
e14a400f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Makefile
+2
-2
2 additions, 2 deletions
src/Makefile
src/configure
+5
-5
5 additions, 5 deletions
src/configure
with
7 additions
and
7 deletions
src/Makefile
+
2
−
2
View file @
d3c148fa
#MNH_LIC Copyright 1994-202
1
CNRS, Meteo-France and Universite Paul Sabatier
#MNH_LIC Copyright 1994-202
3
CNRS, Meteo-France and Universite Paul Sabatier
#MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence
#MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
#MNH_LIC for details. version 1.
...
...
@@ -342,7 +342,7 @@ NETCDF_OPT ?= ${OPT_BASE_I4:-$OPT_BASE}
#
cdf
:
$(CDF_MOD)
$(CDF_MOD)
:
cd
${
DIR_LIBAEC
}
&&
./configure
--disable-shared
--prefix
=
${
CDF_PATH
}
--libdir
=
${
CDF_PATH
}
/lib64
CC
=
"
$(
CC
)
"
CFLAGS
=
"
$(
HDF_OPT
)
"
&&
\
cd
${
DIR_LIBAEC
}
&&
autoreconf
-i
&&
./configure
--disable-shared
--prefix
=
${
CDF_PATH
}
--libdir
=
${
CDF_PATH
}
/lib64
CC
=
"
$(
CC
)
"
CFLAGS
=
"
$(
HDF_OPT
)
"
&&
\
$(
MAKE
)
&&
$(
MAKE
)
install
&&
$(
MAKE
)
clean
cd
${
DIR_HDF
}
&&
./configure
--enable-fortran
--disable-shared
--prefix
=
${
CDF_PATH
}
--libdir
=
${
CDF_PATH
}
/lib64
--with-szlib
=
${
CDF_PATH
}
/include,
${
CDF_PATH
}
/lib64
\
CC
=
"
$(
CC
)
"
CFLAGS
=
"
$(
HDF_OPT
)
"
FC
=
"
$(
FC
)
"
FCFLAGS
=
"
$(
NETCDF_OPT
)
"
LDFLAGS
=
"-L
${
CDF_PATH
}
/lib64"
LIBS
=
"-lsz -laec -lz"
&&
\
...
...
This diff is collapsed.
Click to expand it.
src/configure
+
5
−
5
View file @
d3c148fa
#!/bin/bash
#MNH_LIC Copyright 1994-202
1
CNRS, Meteo-France and Universite Paul Sabatier
#MNH_LIC Copyright 1994-202
3
CNRS, Meteo-France and Universite Paul Sabatier
#MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence
#MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
#MNH_LIC for details. version 1.
...
...
@@ -12,11 +12,11 @@ export VERSION_MASTER=${VERSION_MASTER:-MNH-V5-5}
export
VERSION_BUG
=
${
VERSION_BUG
:-
1
}
export
VERSION_XYZ
=
${
VERSION_XYZ
:-${
VERSION_MASTER
}
-
${
VERSION_BUG
}${
VER_OASIS
:+-
${
VER_OASIS
}}}
export
VERSION_DATE
=
${
VERSION_DATE
:-
"19/03/2021"
}
export
VERSION_LIBAEC
=
${
VERSION_LIBAEC
:-
"
0.3.4
"
}
export
VERSION_HDF
=
${
VERSION_HDF
:-
"1.1
2
.0"
}
export
VERSION_CDFC
=
${
VERSION_CDFC
:-
"4.
7.4
"
}
export
VERSION_LIBAEC
=
${
VERSION_LIBAEC
:-
"
v1.0.6
"
}
export
VERSION_HDF
=
${
VERSION_HDF
:-
"1.1
4
.0"
}
export
VERSION_CDFC
=
${
VERSION_CDFC
:-
"4.
9.0
"
}
export
VERSION_CDFCXX
=
${
VERSION_CDFCXX
:-
"4.3.1"
}
export
VERSION_CDFF
=
${
VERSION_CDFF
:-
"4.
5.3
"
}
export
VERSION_CDFF
=
${
VERSION_CDFF
:-
"4.
6.0
"
}
export
VERSION_GRIBAPI
=
${
VERSION_GRIBAPI
:-
"1.26.0-Source"
}
export
VERSION_ECCODES
=
${
VERSION_ECCODES
:-
"2.18.0"
}
export
ECCODES_DEFINITION_PATH
=
${
ECCODES_DEFINITION_PATH
:-${
SRC_MESONH
}
/src/LIB/eccodes-
${
VERSION_ECCODES
}
"/definitions/"
}
...
...
This diff is collapsed.
Click to expand it.
WAUTELET Philippe
@philippe.wautelet
mentioned in commit
62fe84c2
·
2 months ago
mentioned in commit
62fe84c2
mentioned in commit 62fe84c268675051d5122dd59154f92405a66dfd
Toggle commit list
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