规范和参考
规范和参考¶
备注
本节包含Fortran包管理器组件的规范。
小技巧
fpm内部生成的API文档可在https://fpm.fortran-lang.org中找到。
- 清单参考
- Built-in dependencies (“Metapackages”)
- The
blas
metapackage will automatically discover and link against BLAS libraries. The search order isApple Accelerate
,Intel MKL
,OpenBLAS
and finally usualBLAS
. compile_commands.json
- API 文档