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
相关推荐
ClouGence5 小时前
SQL Server CDC 能放到 Always On 备库读吗?一文讲透原理与实践
数据库·sql server
orion5718 小时前
Missing Semester Class1:course overview and introduction of shell
linux
先吃饱再说1 天前
存储的进化:从 MySQL 到浏览器缓存,数据到底住在哪?
数据库
Nturmoils1 天前
字段太多看不全,ksql 的展开模式和输出控制怎么用
数据库·后端
用户120487221611 天前
Linux驱动编译与加载
linux·嵌入式
Databend1 天前
Agent 轨迹分析与归因的数据工程实践
大数据·数据库·agent
这个DBA有点耶1 天前
SQL改写进阶:标量子查询的“隐形代价”与消除实战
数据库·mysql·架构
smallyoung1 天前
数据库乐观锁深度解析:MySQL、PostgreSQL 实战 + Spring Boot 集成指南
数据库·mysql·postgresql
parade岁月1 天前
MySQL JOIN解析:朴实无华但食之有味
数据库·后端
用户3169353811831 天前
MySQL服务无法启动问题解决全记录
数据库