Skip to content

Commit

Permalink
Fix - Trying to solve netcdf4 builds on armv7 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
David HERNANDEZ authored and David HERNANDEZ committed Apr 25, 2022
1 parent b321f7a commit 5b0cfd5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions emhass/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.34] - 2022-04-25
### Fix
- Added missing libhdf5-dev, libhdf5-serial-dev, netcdf-bin and libnetcdf-dev to try solve netcdf4 builds on armv7 arch.

## [0.1.33] - 2022-04-25
### Fix
- Fixed error on if condition for correct list lengths.
Expand Down
8 changes: 5 additions & 3 deletions emhass/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ RUN apt-get update \
coinor-cbc \
libglpk-dev \
glpk-utils \
hdf5-helpers \
hdf5-tools \
&& pip3 install --no-cache-dir -U setuptools wheel \
libhdf5-dev \
libhdf5-serial-dev \
netcdf-bin \
libnetcdf-dev \
&& pip3 install --no-cache-dir -U setuptools wheel h5py \
&& pip3 install --no-cache-dir -r requirements.txt \
&& apt-get purge -y --auto-remove \
git \
Expand Down
2 changes: 1 addition & 1 deletion emhass/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: EMHASS
description: Energy Management for Home Assistant
url: https://github.com/davidusb-geek/emhass
version: 0.1.33
version: 0.1.34
slug: emhass
arch:
- aarch64
Expand Down

0 comments on commit 5b0cfd5

Please sign in to comment.