简体   繁体   中英

How to install a specific version of HDF5 with Luarocks?

OS: Linux Ubuntu Server 18.04

I installed hdf5 with luarocks install hdf5 and get this error:

/lua/5.1/hdf5/ffi.lua:71: Unsupported HDF5 version: 1.10.0

How do I install a specific lower version, for example 1.8.16 ?

I was having issue with luasocket. So, installed specific version using

luarocks install luasocket 3.0rc1

Note: Please first uninstall it.

OR

you can get latest version using git

https://peter.colberg.org/lua-hdf5/install#installing-from-git

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM