Commit c774a39e authored by Marc Vef's avatar Marc Vef Committed by Ramon Nou
Browse files

Bumping syscall intercept version for >glibc-2.3 support.

+ reformatting
parent 3f375550
Loading
Loading
Loading
Loading
+47 −49
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ MOGON1_DEPS=(

MOGON2_DEPS=(
    "bzip2" "zstd" "lz4" "snappy" "capstone" "ofi-experimental" "mercury" "argobots" "margo" "rocksdb-experimental"
    "syscall_intercept-glibc3" "date" "psm2"
    "syscall_intercept" "date" "psm2"
)

NGIO_DEPS=(
@@ -394,10 +394,8 @@ elif check_dependency "rocksdb" "${DEP_CONFIG[@]}"; then
fi

# get syscall_intercept
if check_dependency "syscall_intercept-glibc3" "${DEP_CONFIG[@]}"; then
    clonedeps "syscall_intercept" "https://github.com/GBuella/syscall_intercept" "ea124fb4ab9eb56bc22a0e94f2b90928c7a88e8c" "-b add_endbr64_and_lea" "syscall_intercept.patch" &
elif check_dependency "syscall_intercept" "${DEP_CONFIG[@]}"; then
    clonedeps "syscall_intercept" "https://github.com/pmem/syscall_intercept.git" "cc3412a2ad39f2e26cc307d5b155232811d7408e" "" "syscall_intercept.patch" &
if check_dependency "syscall_intercept" "${DEP_CONFIG[@]}"; then
    clonedeps "syscall_intercept" "https://github.com/pmem/syscall_intercept.git" "f7cebb7b7e7512a19b78a31ce236ad6ca22636dd" "" "syscall_intercept.patch" &
fi

# get AGIOS