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
Name | Description |
---|---|
debug_bootstrap.gdb | Bootstrap process using the debug build |
valgrind-julia.supp | Suppressions for Valgrind debugging tool |