Skip to content
Snippets Groups Projects
Commit 93b35152 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Added missing script to build on osx.

parent b37e2f03
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -
#===============================================================================
#
# FILE: build_on_osx.sh
#
# USAGE: ./build_on_osx.sh
#
# DESCRIPTION:
#
# OPTIONS: ---
# REQUIREMENTS: ---
# BUGS: ---
# NOTES: ---
# AUTHOR: Dilawar Singh (), dilawars@ncbs.res.in
# ORGANIZATION: NCBS Bangalore
# CREATED: Tuesday 27 June 2017 01:55:11 IST
# REVISION: ---
#===============================================================================
set -o nounset # Treat unset variables as an error
set -e
(
brew audit --strict --online moose.rb
brew install -V --build-from-source moose.rb
)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment