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
相关推荐
ta是个码农1 小时前
Mysql——日志
java·数据库·mysql·日志
Wy_编程1 小时前
VS中创建Linux项目
linux
luck_lin1 小时前
linux添加新硬盘挂载分区和数据迁移
linux·运维·分区扩容
hhzz2 小时前
SQL 窗口函数(Window Function)终极指南
数据库·sql
iFulling2 小时前
【云原生】CentOS安装Kubernetes+Jenkins
linux·云原生·kubernetes·centos·jenkins
喜欢你,还有大家4 小时前
Linux笔记10——shell编程基础-4
linux·运维·服务器·笔记
不懂机器人4 小时前
linux编程----网络通信(TCP)
linux·服务器·tcp/ip
没有bug.的程序员4 小时前
MyBatis 初识:框架定位与核心原理——SQL 自由掌控的艺术
java·数据库·sql·mybatis
Databend4 小时前
Databend 亮相 DTCC 2025:存算分离架构引领湖仓一体化
数据库
回家路上绕了弯5 小时前
ClickHouse 深度解析:从核心特性到实战应用,解锁 OLAP 领域新势能
数据库·后端