Skip to content
Snippets Groups Projects
Commit 84fe53d9 authored by Maysam Rahmanpour's avatar Maysam Rahmanpour
Browse files

Added download script for cargo deps

parent 126fa068
No related branches found
No related tags found
No related merge requests found
Pipeline #4738 failed
#!/bin/bash
rm -rf argobots/ cereal/ json-c/ libfabric/ mercury/ mochi-margo/ mochi-thallium/ yaml-cpp/
# Download Cereal v1.3.2
git clone https://github.com/USCiLab/cereal.git
# Download YAML-CPP yaml-cpp-0.7.0
git clone https://github.com/jbeder/yaml-cpp.git
# Download Margo v0.9.8+
git clone https://github.com/mochi-hpc/mochi-margo.git
# Download Argobots v1.1+
git clone https://github.com/pmodels/argobots.git
# Download Mercury v2.1.0+
git clone https://github.com/mercury-hpc/mercury.git
cd mercury
git submodule update --init --recursive
cd ..
# Download Thallium v0.10.1+
git clone https://github.com/mochi-hpc/mochi-thallium.git
# Download libfabric v0.10.1+
git clone https://github.com/ofiwg/libfabric.git
#Download json-c
git clone https://github.com/json-c/json-c.git
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment