Loading scripts/dl_dep.sh +47 −49 Original line number Diff line number Diff line Loading @@ -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=( Loading Loading @@ -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 Loading Loading
scripts/dl_dep.sh +47 −49 Original line number Diff line number Diff line Loading @@ -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=( Loading Loading @@ -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 Loading