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

Fixing scripts to build DMG file.

parent 2fed9a35
No related branches found
No related tags found
No related merge requests found
class Moose < Formula
desc "Multiscale Object Oriented Simulation Environment"
homepage "http://moose.ncbs.res.in"
url "https://github.com/BhallaLab/moose-full/archive/master.tar.gz"
version "3.0.2"
url "https://github.com/BhallaLab/moose/archive/master.tar.gz"
version "3.1.0"
option "with-gui", "Enable gui support"
......
......@@ -20,8 +20,8 @@ export HOMEBREW_BUILD_FROM_SOURCE=YES
## This is not needed. Forgot why I put it here in first place.
#CFLAGS+=-march=native
APPNAME="Moose"
VERSION="3.0.2"
APPNAME="MOOSE"
VERSION="3.1.2"
MAC_NAME=`sw_vers -productVersion`
PKGNAME="${APPNAME}_${VERSION}"
......@@ -79,7 +79,7 @@ export PATH=${BREW_PREFIX}/bin:$PATH
echo "[I] Brew exists. Not installing"
fi
echo "Copying moose.rb and moogli.rb"
cp $CURRDIR/../macosx/*.rb $BREW_PREFIX/Library/Formula/
cp -f $CURRDIR/../macosx/*.rb $BREW_PREFIX/Library/Formula/
# This even works without python.
## NOTE: DO NOT install matplotlib using brew unless also installing python
......
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