Skip to content
Snippets Groups Projects
Commit 289d224a authored by Joe Garcia's avatar Joe Garcia
Browse files

add pint and metpy to convert pressure levels to altitudes

parent bf12d04a
No related branches found
No related tags found
No related merge requests found
...@@ -767,6 +767,9 @@ export BITARRAYVER=0.8.1 ...@@ -767,6 +767,9 @@ export BITARRAYVER=0.8.1
export UPDATESVER=0.1.7.1 export UPDATESVER=0.1.7.1
export GEOPYVER=1.11.0 export GEOPYVER=1.11.0
export PINTVER=0.8.1
export METPYVER=0.5.1
export SUBPROCESS32VER=3.2.7 export SUBPROCESS32VER=3.2.7
export LLVMVER=4.0.0 export LLVMVER=4.0.0
...@@ -4279,6 +4282,18 @@ PATCH ...@@ -4279,6 +4282,18 @@ PATCH
SYSROOT="" _setup_build_install matplotlib src/optional/matplotlib-${MATPLOTLIBVER}.tar.gz matplotlib-${MATPLOTLIBVER} SYSROOT="" _setup_build_install matplotlib src/optional/matplotlib-${MATPLOTLIBVER}.tar.gz matplotlib-${MATPLOTLIBVER}
} }
mk_pint() {
resume_tracker && return 0
_setup_build_install Pint src/optional/Pint-${PINTVER}.tar.* Pint-${PINTVER}
}
mk_metpy() {
resume_tracker && return 0
_setup_build_install MetPy src/optional/MetPy-${METPYVER}.tar.* MetPy-${METPYVER}
}
mk_geopy() { mk_geopy() {
resume_tracker && return 0 resume_tracker && return 0
...@@ -7213,6 +7228,8 @@ _mk_lidar() { ...@@ -7213,6 +7228,8 @@ _mk_lidar() {
&& mk_libffi \ && mk_libffi \
&& mk_pycparser \ && mk_pycparser \
&& mk_cffi \ && mk_cffi \
&& mk_pint \
&& mk_metpy \
&& mk_minipg \ && mk_minipg \
&& mk_pylibtiff \ && mk_pylibtiff \
&& mk_shapely \ && mk_shapely \
......
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment