Skip to content

Instantly share code, notes, and snippets.

View aykutbulut's full-sized avatar

Aykut Bulut aykutbulut

View GitHub Profile
@aykutbulut
aykutbulut / get.dependencies.sh
Created February 1, 2016 22:06 — forked from tkralphs/get.dependencies.sh
Script to automatically download and build dependencies of COIN-OR projects
#!/bin/bash
#Exit when command fails
set -e
#Set defaults
root_dir=$PWD
declare -i num_actions
num_actions=0
sparse=false