gcc-linaro-4.9-2016.02-x86_64_aarch64-linux-gnu.tar.xz 交叉编译器。
2022-04-02 11:26:08 132.09MB gcc/gdb编译调试
1
arm linux交叉编译的GLIBC库.
2022-04-01 15:17:53 11.77MB glibc gnueabihf
1
更新历史: 1. 2020-04-14:发布第一版 2. 2020-04-19:修复bug:阿里云Token过期后,未更新 unimrcp,MRCP协议TTS语音合成服务,带有阿里云插件,CentOS-7.6系统,使用: 1. mkdir -p /opt/pinfu && cd /opt/pinfu 2. 拷贝上传unimrcp.el7.20XX-XX-XX.tar.xz 3. 解压 tar xJvf unimrcp.el7.20XX-XX-XX.tar.xz 4. cd unimrcp 5. 更新配置文件conf/nlssynth.xml,主要是阿里云配置项 6. cd bin,启动unimrcp:./unimrcpserver -w -d 7. 运行日志,请查看/opt/pinfu/unimrcp/log/unimrcp_current.log
2022-03-23 22:44:36 6.98MB unimrcp MRCP TTS FreeSWITCH
1
VASP+BEEF beef-vdW全称为Bayesian error estimation functional with van der Waals correlation, 是DTU在2012年做出来的一个新泛函,目前和Quantum Espresso,VASP,GPAW均有接口。具体的编译过程可以参考SUNCAT - Software和 BEEF Functional Software。 把beef编译到VASP里,首先要编译libbeef 1 编译和安装BEEF $ cd libbeef $ chmod +x configure $ ./configure CC=mpicc --prefix=/opt/software/beef $ make $ make install 2 修改VASP makefile.include makefile.include需要稍作修改(CPP_OPTIONS里添加-Dlibbeeef,LLIBS里添加-Lpathtolibbeef -lbeef) CPP_OPTIONS= -DMPI -DHOST=\"IFC91_ompi\" -DIFC \ -DCACHE_SIZE=4000 -DPGF90 -Davoidalloc \ -DMPI_BLOCK=8000 -DscaLAPACK -Duse_collective \ -DnoAugXCmeta -Duse_bse_te \ -Duse_shmem -Dtbdyn -Dlibbeef ...... BEEF = -L/opt/software/beef/lib -lbeef ...... LLIBS = $(SCALAPACK) $(LAPACK) $(BLAS) $(BEEF) ...... 3 编译VASP $ make
2022-03-23 15:19:26 2.17MB 超算 源码 BEEF 工具
1
There are now newer security-fix releases of Python 3.6 that supersede 3.6.9 and Python 3.8 is now the latest feature release of Python 3. Get the latest releases of 3.6.x and 3.8.x here. Python 3.6.8 is planned to be the last bugfix release for 3.6.x. Following the release of 3.6.8, we plan to provide security fixes for Python 3.6 as needed through 2021, five years following its initial release.
2022-03-22 13:00:09 16.41MB python3 下载 linux
1
编译好的 Xenomai 3.1.1 和Linux5.4.151 安装详细链接:https://blog.csdn.net/qq_39522167/article/details/121244185
2022-03-22 11:07:05 237.34MB xenomai 实时操作系统
1
Python-3.6.8.tar.xz
2022-03-21 15:12:54 16.42MB python
1
ubuntu下的交叉编译工具,64位arm编译器。可在虚拟机上使用
2022-03-20 11:17:36 86.46MB arm64交叉编译器 linaro
1
arm-linux-gnueabihf-gcc最新版本linaro官方编译器,官方地址下载,为了编译高版本的嵌入式uboot和linux内核,请测可以使用。
2022-03-16 00:01:26 104.6MB arm-linux-gnueab
1
libtool-2.4.6.tar.xz是crosstool-ng交叉编译时用到的源码,有需要的朋友可以直接下载。
2022-03-11 16:38:01 950KB crosstool-ng 交叉编译工具链
1