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

Added port file. Needs to improve the long description.

parent 31bb3981
No related branches found
No related tags found
No related merge requests found
moose-core @ 26305688
Subproject commit 1d6208f2a5cbe7cc43ac2bfd1edf43c4ee385619 Subproject commit 263056886eb6223ce6851e92e8d1eb856e21fbd4
moose-examples @ 00942d24
Subproject commit 5ee6868b2796bdfd74c127cba6b7b5f35d5caed9 Subproject commit 00942d24fe21089d2aab4f5494d75d5126e5eb57
# $Id$
PortSystem 1.0
name moose
version 3.0.2
categories science
platforms darwin
maintainers dilawars \
ncbs.res.in:dilawars
description MOOSE is the Multiscale Object-Oriented Simulation \
Environment.
long_description MOOSE is the Multiscale Object-Oriented Simulation \
Environment.
homepage http://moose.ncbs.res.in
fetch.type git
fetch.ignore_sslcert yes
git.url https://github.com/BhallaLab/moose-core
git.branch master
license GPL-3
depends_build port:cmake \
port:python27 \
port:gsl \
port:hdf5 \
depends_lib port:gsl \
port:hdf5 \
port:py27-matplotlib \
port:py27-numpy \
port:python27 \
set python_branch 2.7
configure.cmd {
mkdir -p _build
cd _build
cmake -DCMAKE_INSTALL_PREFIX=${prefix} ..
}
configure.args VERBOSE=1
configure.pre_args ""
configure.post_args ""
build.cmd cd _build && make
build.pre_args ""
build.post_args ""
test.cmd cd _build && ctest --output-on-failure
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