Commit beea5461 authored by Jean Bez's avatar Jean Bez
Browse files

install libconfig required by AGIOS

parent e7c924f8
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -211,16 +211,6 @@ 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}
autoreconf
./configure
make
make install

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

+4 −2
Original line number Diff line number Diff line
@@ -198,10 +198,12 @@ 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" &

# Wait for all download to be completed
wait

# get ligconfig
#clonedeps "libconfig" "https://github.com/hyperrealm/libconfig.git" &
yum -y -q install libconfig-devel