1 Star 1 Fork 1

幽鸟 / scipy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
meson_options.txt 759 Bytes
一键复制 编辑 原始数据 按行查看 历史
option('blas', type: 'string', value: 'openblas',
description: 'option for BLAS library switching')
option('lapack', type: 'string', value: 'openblas',
description: 'option for LAPACK library switching')
option('use-g77-abi', type: 'boolean', value: false,
description: 'If set to true, forces using g77 compatibility wrappers ' +
'for LAPACK functions. The default is to use gfortran ' +
'ABI for all LAPACK libraries except MKL.')
option('use-pythran', type: 'boolean', value: true,
description: 'If set to false, disables using Pythran (it falls back ' +
'to either pure Python code or Cython code, depending on ' +
'the implementation).')
1
https://gitee.com/quietbirds/scipy.git
git@gitee.com:quietbirds/scipy.git
quietbirds
scipy
scipy
main

搜索帮助