Skip to content

Instantly share code, notes, and snippets.

View tp5uiuc's full-sized avatar

Tejaswin Parthasarathy tp5uiuc

View GitHub Profile
@tp5uiuc
tp5uiuc / build_elastica.sh
Last active September 27, 2022 20:39
Build Elastica on systems
#!/usr/bin/env bash
declare -A compilers
compilers[gcc]=/opt/homebrew/opt/gcc/bin/g++-12
compilers[clang]=/opt/homebrew/opt/llvm/bin/clang++
declare -A cmake_build_types
cmake_build_types[debug]="Debug"
# cmake_build_types[release]="Release"
# cmake_build_types[relwithdebuginfo]="RelWithDebInfo"