Skip to content

Commit 23fb793

Browse files
committed
Add comments
1 parent 6bb41b3 commit 23fb793

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

bin/create_sys_image

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#!/bin/bash -eu
22
# SPDX-FileCopyrightText: 2025 Uwe Fechner
33
# SPDX-License-Identifier: MIT
4+
#
5+
# This script creates a precompiled system image for faster Julia startup.
6+
# It is useful only when KiteModels.jl is checked out as a git repository
7+
# (i.e., used in development mode, not installed as a regular package).
48

59
julia_version=""
610
_yes_to_all=false

bin/create_sys_image2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#!/bin/bash -eu
22
# SPDX-FileCopyrightText: 2025 Uwe Fechner
33
# SPDX-License-Identifier: MIT
4+
#
5+
# This script creates a precompiled system image for faster Julia startup.
6+
# It is used when the package is installed via the package manager and the
7+
# examples are installed with install_examples().
48

59
update=false
610
if [[ $# -gt 0 ]]; then

0 commit comments

Comments
 (0)