termux / science-packages

Science packages for Termux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libhdf5-static installation error

dipayand opened this issue · comments

I get the following error:

The following packages have unmet dependencies:
libhdf5-static : Depends: libhdf5 (= 1.12.0-2) but 1.12.0-3 is to be installed

Have you tried pkg upgrade first? That may solve issues like this.

Should be fixed now please try again.

libhdf5-static for 1.12.0-3 was missing from the repo, I had forgotten to handle -static packages in the script I am using, and apparently I forgot to add libhdf5-static 1.12.0-3 after fixing that.
Thanks for reporting!

Yes it works now... after pkg update. Please close the issue