文件名称:SystemImageBuilder.jl:使用userimg.jl简化了代码的预编译(不建议使用)
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-27 13:53:56
Julia
SystemImageBuilder Julia 0.4添加了预编译的缓存程序包的功能。 因此,不再需要SystemImageBuilder,因此已弃用。 SystemImageBuilder是build_sysimg实用程序功能的包装。 它允许构建所有已安装软件包的sys.ji映像,从而跳过指定的exclude列表本身或依赖于此类排除软件包的软件包。 正在安装 由于软件包列表经常更改,因此建议立即直接安装最新的主软件包: Pkg . clone ( " https://github.com/rened/SystemImageBuilder.jl.git " ) 在OSX和Linux上,您应该已经准备就绪,在Windows上,您可能需要安装gcc : Pkg . add ( " WinRPM " ) using WinRPM WinRPM . install ( " gcc "
【文件预览】:
SystemImageBuilder.jl-master
----.gitignore(10B)
----src()
--------SystemImageBuilder.jl(3KB)
----LICENSE.md(1KB)
----.travis.yml(519B)
----REQUIRE(25B)
----README.md(2KB)
----test()
--------REQUIRE(10B)
--------runtests.jl(52B)