Verified Commit f7e826cb authored by Marc Vef's avatar Marc Vef
Browse files

fix wip

parent d42b3b49
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ MOGON1_DEPS=(

MOGON2_DEPS=(
    "bzip2" "zstd" "lz4" "snappy" "capstone" "ofi" "mercury" "argobots" "margo" "rocksdb"
    "syscall_intercept" "date" "psm2"
    "syscall_intercept" "date" "psm2" "json-c"
)

NGIO_DEPS=(
@@ -374,13 +374,13 @@ fi

# build json-c for Margo
if check_dependency "json-c" "${DEP_CONFIG[@]}"; then
    # XXX NOT WORKING
    echo "############################################################ Installing:  json-c"
    CURR=${SOURCE}/json-c
    prepare_build_dir ${CURR}
    cd ${CURR}/build
    ../configure --prefix=${INSTALL}
    ../cmake-configure --prefix=${INSTALL}
    make -j${CORES} install
    mv ${INSTALL}/lib64/pkgconfig/json-c.pc ${INSTALL}/lib/pkgconfig/
fi

# build BMI
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ MOGON1_DEPS=(

MOGON2_DEPS=(
    "bzip2" "zstd" "lz4" "snappy" "capstone" "ofi-experimental" "mercury" "argobots" "margo" "rocksdb-experimental"
    "syscall_intercept" "date" "psm2"
    "syscall_intercept" "date" "psm2" "json-c"
)

NGIO_DEPS=(