21 Star 49 Fork 0

Gitee 极速下载/julia-language

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/JuliaLang/julia
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Installation

Name Description
mac/ Mac install files
windows/ Windows install files
add_license_to_files.jl Add the Julia license to files in the Julia Project
check-whitespace.jl Check for white space issues
commit-name.sh Computes a version name for a commit
fixup-libgfortran.sh Include libgfortran and libquadmath for installations
fixup-libstdc++.sh Include libstdc++ for installations
install.sh Installation script with different permissions
julia.appdata.xml Appdata config file
julia-config.jl Determines build parameters required by an embedded Julia
julia.desktop Desktop entry file
julia.png Julia png image file
julia.svg Julia svg image file
relative_path.py Convert absolute paths into relative paths
stringreplace.c Replace strings to hardcoded paths in binaries during make install

Packagers may want to run this command via a script after package installation.

if [ -e /usr/share/icons/hicolor/icon-theme.cache ]; then
  if [ -x /usr/bin/gtk-update-icon-cache ]; then
    /usr/bin/gtk-update-icon-cache -f /usr/share/icons/hicolor >/dev/null 2>&1
  fi
fi

Debugging

Name Description
debug_bootstrap.gdb Bootstrap process using the debug build
valgrind-julia.supp Suppressions for Valgrind debugging tool
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/mirrors/julia-language.git
git@gitee.com:mirrors/julia-language.git
mirrors
julia-language
julia-language
master

搜索帮助