安装LIBXC
操作步骤
- 使用PuTTY工具,以root用户登录服务器。
- 执行以下命令解压LIBXC安装包。
tar -xvf libxc-4.3.4.tar.gz
- 执行以下命令进入解压后的目录。
cd libxc-4.3.4
- 执行以下命令进行编译配置。
./configure AR=ar FC=flang F77=flang F90=flang CC=clang --prefix=/path/to/EXTRA/LIBXC
- 执行以下命令进行编译安装。
make make install
父主题: 配置编译环境