ubuntu 18 intall HDF5 from source code

edit:

kleenelan@kleenelan-Workstation:~/software/hdf5-1.8.10$ grep -rn LL::

tools/h5dump/h5dump_ddl.c:1344: /*LL:: attr_name = attr + j + 1;

tools/lib/h5tools_str.c:635:/*LL:: ctx->need_prefix = 0;*/

test/th5s.c:733: /*LL:: ret = H5Pset_alloc_time(plist_id, alloc_time);

install HDF5:

复制代码
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get build-dep hdf5

mkdir ~/Software
cd ~/Software
wget https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8/hdf5-1.8.10/src/hdf5-1.8.10.tar.gz
tar -xf hdf5-1.8.10.tar.gz
cd hdf5-1.8.10/
./configure
make -j9
sudo make install
相关推荐
try2find几秒前
移动conda虚拟环境的安装目录
linux·运维·conda
笑衬人心。3 分钟前
Ubuntu 22.04 修改默认 Python 版本为 Python3 笔记
笔记·python·ubuntu
码农101号24 分钟前
Linux中容器文件操作和数据卷使用以及目录挂载
linux·运维·服务器
醇醛酸醚酮酯24 分钟前
Qt项目锻炼——TODO清单(二)
开发语言·数据库·qt
PanZonghui42 分钟前
Centos项目部署之Nginx 的安装与卸载
linux·nginx
PanZonghui1 小时前
Centos项目部署之安装数据库MySQL8
linux·后端·mysql
PanZonghui1 小时前
Centos项目部署之运行SpringBoot打包后的jar文件
linux·spring boot
PanZonghui1 小时前
Centos项目部署之Java安装与配置
java·linux
程序员弘羽1 小时前
Linux进程管理:从基础到实战
linux·运维·服务器
GreatSQL社区1 小时前
用systemd管理GreatSQL服务详解
数据库·mysql·greatsql