Commit ff99e427 authored by Ramon Nou's avatar Ramon Nou
Browse files

Updated parallax-master

parent 9e1fda7e
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ clonedeps=(
    ["syscall_intercept"]="2c8765fa292bc9c28a22624c528580d54658813d"
    ["date"]="e7e1482087f58913b80a20b04d5c58d9d6d90155"
    ["agios"]="c26a6544200f823ebb8f890dd94e653d148bf226@development"
    ["parallax-exp"]="e08b56c155617eb5e82a52f85ae46ad158575045@tebis_kv_format"
    ["parallax"]="ffdea6e820f5c4c2d33e60d9a4b15ef9e6bbcfdd"
)

# Extra arguments for git clone
@@ -71,7 +71,7 @@ clonedeps_patches=(
# Ordering that MUST be followed when downloading
order=(
    "lz4" "capstone" "json-c" "psm2" "libfabric" "mercury" "argobots" "margo" "rocksdb" "syscall_intercept" "date"
    "agios" "curl" "prometheus-cpp" "parallax-exp"
    "agios" "curl" "prometheus-cpp" "parallax"
)

# Extra arguments passed to the installation script. As such, they can
+2 −2
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ clonedeps=(
    ["syscall_intercept"]="2c8765fa292bc9c28a22624c528580d54658813d"
    ["date"]="e7e1482087f58913b80a20b04d5c58d9d6d90155"
    ["agios"]="c26a6544200f823ebb8f890dd94e653d148bf226@development"
    ["parallax-exp"]="e08b56c155617eb5e82a52f85ae46ad158575045"
    ["parallax"]="ffdea6e820f5c4c2d33e60d9a4b15ef9e6bbcfdd"
    )

# Extra arguments for git clone
@@ -66,7 +66,7 @@ clonedeps_patches=(
# Ordering that MUST be followed when downloading
order=(
    "libfabric" "mercury" "argobots" "margo" "rocksdb" "syscall_intercept"
    "date" "agios" "parallax-exp" "prometheus-cpp" 
    "date" "agios" "parallax" "prometheus-cpp" 
)

# Extra arguments passed to the installation script. As such, they can
+1 −1
Original line number Diff line number Diff line
@@ -11,5 +11,5 @@ WARNING: Install script for 'psm2' not found. Skipping.
######## Installing:  syscall_intercept ###############################
######## Installing:  date ###############################
######## Installing:  agios ###############################
######## Installing:  parallax-exp ###############################
######## Installing:  parallax ###############################
Done
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -6,4 +6,4 @@
######## Installing:  syscall_intercept ###############################
######## Installing:  date ###############################
######## Installing:  agios ###############################
######## Installing:  parallax-exp ###############################
######## Installing:  parallax ###############################
+1 −1
Original line number Diff line number Diff line
@@ -10,5 +10,5 @@ Downloaded 'https://github.com/facebook/rocksdb/archive/v6.26.1.tar.gz' to 'rock
Cloned 'https://github.com/pmem/syscall_intercept.git' to 'syscall_intercept' with commit '[2c8765fa292bc9c28a22624c528580d54658813d]' and flags ''
Cloned 'https://github.com/HowardHinnant/date.git' to 'date' with commit '[e7e1482087f58913b80a20b04d5c58d9d6d90155]' and flags ''
Cloned 'https://github.com/francielizanon/agios.git' to 'agios' with commit '[c26a6544200f823ebb8f890dd94e653d148bf226]' and flags '--branch=development'
Cloned 'https://github.com/gesalous/parallax-1.git' to 'parallax-exp' with commit '[e08b56c155617eb5e82a52f85ae46ad158575045]' and flags ''
Cloned 'https://github.com/CARV-ICS-FORTH/parallax.git' to 'parallax' with commit '[ffdea6e820f5c4c2d33e60d9a4b15ef9e6bbcfdd]' and flags ''
Done
 No newline at end of file
Loading