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

Each submodule gets its own portfile.

parent 6acd3e97
No related branches found
No related tags found
No related merge requests found
# $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