This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# This script builds and installs TMAP (https://github.com/reymond-group/tmap). | |
# Particully, this aims at ARM macOS, for which no official binary is provided. | |
# Requires: | |
# Conda is needed to obtain the prerequisites: cmake and openmp. | |
# To install: | |
# Place this script in a directory where you want to store the TMAP repo, then |