Skip to content

Commit 03b1122

Browse files
authored
Fixing the build distribution for the tar file (#637)
* Fixed tag version for current distribution build * Added mfu_pro.c to library libmfu.so
1 parent bd22d9b commit 03b1122

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dist/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ LIST(APPEND libmfu_srcs
280280
mpifileutils/src/common/mfu_bz2_static.c
281281
mpifileutils/src/common/mfu_compress_bz2_libcircle.c
282282
mpifileutils/src/common/mfu_decompress_bz2_libcircle.c
283+
mpifileutils/src/common/mfu_proc.c
283284
mpifileutils/src/common/mfu_flist.c
284285
mpifileutils/src/common/mfu_flist_chunk.c
285286
mpifileutils/src/common/mfu_flist_copy.c

dist/builddist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ "$1" == "main" ] ; then
2323
"libcircle" "hpc" "master"
2424
"mpifileutils" "hpc" "master"
2525
)
26-
elif [ "$1" == "v0.11.1" ] ; then
26+
elif [ "$1" == "v0.12" ] ; then
2727
# to build from latest branch of all repos
2828
ORGS=(
2929
"lwgrp" "llnl" "v1.0.6"

0 commit comments

Comments
 (0)