Commit c47e1f4c authored by Ramon Nou's avatar Ramon Nou
Browse files

Merge branch '132-upgrade-syscall_intercept-dependency-for-glibc-2-3' into 'master'

Resolve "Upgrade syscall_intercept dependency for >glibc-2.3"

Closes #132

See merge request !72
parents 3f375550 c774a39e
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