Skip to content
Snippets Groups Projects
user avatar
Dilawar Singh authored
f1dcea8 Install in debian layout in packages. Added option in setup.cfg file Its delicate solution. Added a note.
5a73acb Finally. Needs to write setup.cfg file to make /usr/local  and /usr prefix consistent.
d7c41e4 bdist_egg is more consistent on both RPM and DEB based systems.
be42fd2 Merge commit 'bcf5c52d' into chennapoda
d27db9c Do not use -p switch. its not easy to get required info from all linux-distributions.
e667953 Fixed message to set in cmake.
8523290 Fixed typo in command.
0b125f6 Fixed typo in cmake file.
f3118f0 multiple fix to build system. - dont use python setup.py install . It does not work anymore if --prefix   directory is not in PYTHONPATH. - Use python setup.py bdist -d INSTALL_DIR and let cmake unarchive and copy it   to desired location. This is much better solution.
03d5899 Use bdist instead of install for creating binay distrution. During installation, untar this to destination.
a08658e Tweaks to setup.cmake.py file.
c5f1d91 Test on travis.
6b32fde Merge commit '6d651b60'
324a20c Merge commit 'e0b8959c'
59f6e9e On debian/ubuntu install-layout option is set to deb. [skip ci]
62201d9 Merge commit 'f80ae40d'
9b81dfc This fixes moose but a better solution to install pymoose in moose-core must be found.
7e27f80 Merge commit '6f7697fb'
939c734 Merge commit '627f1ce1'
4775933 Merge commit '7b3c355a'
43c0674 Squashed 'moose-core/' changes from d4417dcffd..2657e3345e (#222)
8c9ad49 Fixed the syntax causing failure.
397efaf Handling MOOSE_VERSION is better way.

git-subtree-dir: moose-core
git-subtree-split: f1dcea850568ddaabc765771566ab93891ceb312
a1f7f5ea

Build Status - master | PyPI version

This is the core computational engine of MOOSE simulator. This repository contains C++ codebase and python interface called pymoose. For more details about MOOSE simulator, visit https://moose.ncbs.res.in .

Download and Install

This repository is sufficient for using MOOSE as a python module. We provide python package via pip.

$ pip install pymoose --user 

pymoose is part of MOOSE simulator. We also provide linux packages of MOOSE simlulator. It can be downloaded from Open Build Service. In addition to pymoose, it also contain a GUI to create and visualize chemical network, and moogli, a visualizer of neural activity.

Build

To build pymoose, follow instructions given here at https://github.com/BhallaLab/moose-core/blob/master/INSTALL.md