File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if (LPYTHON_BUILD_ALL)
7
7
execute_process (COMMAND "build0.sh" )
8
8
endif ()
9
9
10
- file (STRINGS "version " LFORTRAN_VERSION )
10
+ file (STRINGS "lpython_version " LFORTRAN_VERSION )
11
11
12
12
project (lpython LANGUAGES C CXX )
13
13
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ python lfortran/src/libasr/intrinsic_func_registry_util_gen.py
41
41
pushd src / lpython / parser & & re2c - W - b tokenizer .re - o tokenizer .cpp & & popd
42
42
pushd src / lpython / parser & & bison - Wall - d - r all parser .yy & & popd
43
43
44
- $lpython_version = $(cat version ).strip ()
44
+ $lpython_version = $(cat lpython_version ).strip ()
45
45
$dest = "lpython-" + $lpython_version
46
46
bash ci / create_source_tarball0 .sh
47
47
tar xzf dist / lpython - $lpython_version .tar .gz
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ cmake -E copy_directory examples $dest/examples
12
12
cmake -E copy_directory lfortran/src/libasr $dest /lfortran/src/libasr
13
13
14
14
# Copy Files:
15
- cmake -E copy CMakeLists.txt README.md LICENSE version $dest
15
+ cmake -E copy CMakeLists.txt README.md LICENSE lpython_version $dest
16
16
17
17
# Create the tarball
18
18
cmake -E make_directory dist
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ set -ex
15
15
16
16
version=$( git describe --tags --dirty)
17
17
version=" ${version: 1} "
18
- echo $version > version
18
+ echo $version > lpython_version
You can’t perform that action at this time.
0 commit comments