Commit 55d0a4fa authored by Jean Bez's avatar Jean Bez
Browse files

install AGIOS in the dependencies

parent 88b6d617
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -212,6 +212,16 @@ if [ "$NA_LAYER" == "ofi" ] || [ "$NA_LAYER" == "all" ]; then
    fi
fi

echo "############################################################ Installing:  AGIOS"

# AGIOS
CURR=${SOURCE}/agios
prepare_build_dir ${CURR}
cd ${CURR}
make clean
make library
make library_install

echo "############################################################ Installing:  Mercury"

# Mercury
+2 −0
Original line number Diff line number Diff line
@@ -198,6 +198,8 @@ clonedeps "margo" "https://xgitlab.cels.anl.gov/sds/margo.git" "6ed94e4f3a4d526b
wgetdeps "rocksdb" "https://github.com/facebook/rocksdb/archive/v6.2.2.tar.gz" &
# get syscall_intercept
clonedeps "syscall_intercept" "https://github.com/pmem/syscall_intercept.git" "cc3412a2ad39f2e26cc307d5b155232811d7408e" &
# get AGIOS
clonedeps "agios" "https://gitlab.com/jeanbez/agios.git" &

# Wait for all download to be completed
wait