Commit 227b4b0f authored by Jean Bez's avatar Jean Bez
Browse files

install libconfig required by AGIOS

parent 55d0a4fa
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -211,6 +211,15 @@ if [ "$NA_LAYER" == "ofi" ] || [ "$NA_LAYER" == "all" ]; then
        [ "${PERFORM_TEST}" ] && make check
    fi
fi
echo "############################################################ Installing:  LibConfig"

# LibConfig
CURR=${SOURCE}/libconfig
prepare_build_dir ${CURR}
cd ${CURR}
./configure
make
make install

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

+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 ligconfig
clonedeps "libconfig" "https://github.com/hyperrealm/libconfig.git" &
# get AGIOS
clonedeps "agios" "https://gitlab.com/jeanbez/agios.git" &