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
相关推荐
一只小白跳起来几秒前
重新安装VMware tools为灰色无法点击问题解决|读取电脑文件的共享文件夹方法
运维·ubuntu·vmware
李迟1 分钟前
跨系统平台实践:在内网自建kylin服务版系统yum源
linux
跳跳糖炒酸奶2 分钟前
第四章、Isaacsim在GUI中构建机器人(2):组装一个简单的机器人
人工智能·python·算法·ubuntu·机器人
KATA~16 分钟前
解决MyBatis-Plus枚举映射错误:No enum constant问题
java·数据库·mybatis
odoo-卜永27 分钟前
ubuntu22.04连接爱普生打印机型号L385
linux·经验分享·ubuntu
xyliiiiiL32 分钟前
一文总结常见项目排查
java·服务器·数据库
shaoing33 分钟前
MySQL 错误 报错:Table ‘performance_schema.session_variables’ Doesn’t Exist
java·开发语言·数据库
用户62799471826234 分钟前
南大通用GBase 8s 获取表的约束与索引列信息
数据库
Arbori_262151 小时前
获取oracle表大小
数据库·oracle
王强你强1 小时前
MySQL 高级查询:JOIN、子查询、窗口函数
数据库·mysql