- Jan 06, 2017
-
-
Dilawar Singh authored
directory. If neccessary, this can be symlinked to other folders as well. Cleanup in index.rst to make sure whole document build as whole one.
-
Dilawar Singh authored
-
- Jan 05, 2017
-
-
Dilawar Singh authored
-
Dilawar Singh authored
7c9fe23 Fixes to issue #167. (#168) 3f077c1 Resolved merge conflict with Table.h 9b175c8 Major bugfix for Table and derived class Streamer, to fix error introduced by duplicating the 'name' field which is already defined for Neutral. Minor bugfix for melement.cpp f0d4c02 Update INSTALL.md 2737220 Fixes to issue165 (#166) a934676 Update .travis.yml 601d06a Fixes to PYTHON3 build failure on travis. 9d9d925 Tested locally for linux. The scripts seems to be fine on openSUSE-42.2 93bbd4f By default travis pick up /opt/bin/python when `which python` is used. Do not use this construct in script. Moved travis related scripts to a hidden folder .travis. c0d3871 If python3 exists (installed on travis), then check for the compatibility otherwise don't. 65a85da Almost there. Calling script from top of directory. 0db2016 Make trusty default build environment. python3-matplotlib is not available by default. d8c1c6a setuid to root for linux script. 4c90f04 Some more fixes in travis script. 429420b Cleanup, osx related travis macros. e287118 Disable OSX build here on master brach. Created issue #165 to build and test for MacOSX. 87aeb1a Travis build scripts for macosx and linux are in ./scripts folder. 24643bc Some more fixes to travis build failure on OSX. a05826e Fixing brew taps and build dependencies. ea0ede1 This commit is just to test the OSX build on travis. Unfortunately there is no way to test it offline. 1b6f42a Fixes to travis scripts. b0baaab Excluded linux and osx build from config file. 626fd30 Testing with OsX support on travis. xcode-8.1. Most likely to break ab933ad Fixes to recent travis build failure. make all python files python3 compatible in addition to #164. 72afc02 Enabled macosx build on travis. Though allowing failure for now. bedb51e Fixes for issue #164. Also hotfix for branch chamcham. e821a9d Fixes due to API change in SBML support. bb8c850 Fixes to #164. 806605d Fixed the prog -> position. Hotfix for release. 2cba78a Merge branch '3.1.1' of github.com:BhallaLab/moose-core into 3.1.1 82c3024 Fixes to #163. 598433e Related to BhallaLab/moose#204. 48c5535 formating 0cec9d2 spell correction 6d66bc1 function to add and delete solvers to Chemical solver eefafa9 filename changed c9208a9 added mooseWriteKkit, moosedeleteChemSolver,mooseaddChemSolver and cleaned up write/ReadSBML as mooseWriteSBML, mooseReadSBML for consistency in moose.py d462c7e Removed saveModel which doesn't exists anymore 8c5af82 Fixes to issue 129 (#162) eee822b Fixes to recent build failure on travis. bdc1436 Alternative implementation of moose.Streamer (#161) 94444f9 Notify user if python-libsbml is not found. db41ad5 Merge pull request #157 from dilawar/master c11cb03 Added recently added C++ files in synapses folder. 5868a2f Added libsbml test. Runs only when python2 is used. 716305c Fixes to boost build failure on travis. 4355f02 Various fixes to libsbml related part. acf46ff Fixes to lintian errors [ skip ci ] 75c8f34 Similar fixes to writeSBML file. 54f127e Cleanup and fixed pylint error power( ) -> pow( ) Instead of try catch, check for libsbml at the begining and warn user. d24b389 Fixes to test_sbml scripts. The basic functions are working. 0430732 BhallaLab/moose-core#156 . Created writeSBML and readBSML functions in moose.py c56b347 BhallaLab/moose-core#156 . Removed deprecated sbml functions. 0e09e0b VERSION is a temp file. 29190b6 Merge branch 'master' of github.com:BhallaLab/moose-core 2c8156a Changed the environement variable which cmake uses to search for GSL. ee4ae8a Merge branch 'master' of github.com:dilawar/moose-core da93767 Fixes to recent travis failure. All files are now compile with python2 and python3. 0ec89d2 Added test to make sure each python script compiles with python2 as well. 98d6c31 Merge branch 'master' of github.com:BhallaLab/moose-core 3bc4e6c Update .travis.yml c1f4c84 Adding pre-commit hooks. BhallaLab/moose#189 . 8847b26 Update .travis.yml 6b2fa39 Disabling libsbml on travis. It does not build with clang. 12a72da python-libsbml doesn't build with clang. Allowing failure for clang compiler on travis (test commit). be83da8 Fixed import statement in genesis. Related to python3 import. ac29a99 Enable QUIET_MODE for Release. No information is printed onto console when moosemodule is loaded. 6e871fa Changes : 0. Mixed tabs and spaces are turned into 4 spaces. 1. Python code is python3 compatible. 2. Removed libmumbl from source tree. Not in active development. 5916f7f Fixed a typo in travis. 246bc58 Merge commit '04170cb4' 0390d6a Updated. 993f8f7 Fixed, python2 incompatible print function use. 030aea3 Some updates to fix static hdf5 libraries. 4255ecf This project build pymoose, gui and its examples. TODO: ctest must check each example as well. c92e761 Builds whole moose project. d40fbe6 Added some sanity tests for both moose and moogli. 29fd242 Even when format is set, stream! f96fe68 One test failing on nargis (centos-6). Try it locally. eb61ab7 ctest script setups its environment. No need to have set environment for each tests. 1b43dc7 This fixes python3 linking problem on openSUSE-Leap. Not sure about travis. ec15bd2 Linking error with boost-filesystem. 0847eb2 This might or might now work with python3. Taking a shot. e7a87b8 Some changes in Makefile. Protected some boost related code with USE_BOOST macros. git-subtree-dir: moose-core git-subtree-split: 7c9fe237abfcd49b45a3c843567f2c2ddcd67d65
-
Dilawar Singh authored
-
- Dec 31, 2016
-
-
Dilawar Singh authored
-
Dilawar Singh authored
-
Harsha Rani authored
-
- Dec 23, 2016
-
-
Dilawar Singh authored
-
- Nov 21, 2016
-
-
Dilawar Singh authored
-
Dilawar Singh authored
-
- Nov 20, 2016
-
-
Dilawar Singh authored
-
Dilawar Singh authored
Conflicts: moose-core/CMakeLists.txt moose-core/VERSION
-
Dilawar Singh authored
3f8c345 Make sure all python scripts are python3 compatible. BhallaLab/moose#202. 937fdf4 Allow failure with clang compiler. python-libsbml module doest not get build with clang. b7f1834 Merge commit '1680bac6' d28a94d Changes to cmake file so that we can find the correct static library. 67c0d52 Fix a development warning in cmake. 9bb0aa9 Removing shebangs from the python scripts. These scripts were never called as standalone executables. 3b2296b A test commit to package hdf5-devel BhallaLab/moose#201. 06adf59 Fixed another typo in FindGSL. Library list was converted to string. 3893081 Fixed a typo in FindGSL file. b635a2c FindGSL also looks for GSL_VERSION now. 6bcc61d Fixes to travis failure. 88d49cb Updated CMake and FindGSL. 0fb10a5 Fixes to extension bug. a9b9f2a Some fixes to static library dependencies [skip ci] 6614991 Cleanup in cmake files. Using bash scripts to generate subprojects. This way I can handle environment variables cleanly. 7fc33ef New hdf5 version generates static library with different name. Fix it. 1b55fa5 This should pass on travis. 700bb53 Merge commit 'd0a6060b' cd0ae83 Merge commit 'b5a7c2e2' 358b59f Merge commit '273124ec' 02fa6cf Merge commit '8bfef2e6' e7138d9 Merge commit '6c8f2012' 0462858 Merge commit '96580978' fdadcf4 A test case test_sbml_support.py which inturn calls to write moosewriteSBML which needs networkx which is added as a dependency for travis c90cae4 Oops moment. Fixed the typo in compiler flag for apple-clang 1878ce8 updated apple-clang flags in compiler. Fix to missing symbols from stl. f50cfe2 Merge commit '2af833a0' 72de2fa Moved docs to moose. Removed temp directory. git-subtree-dir: moose-core git-subtree-split: 3f8c345800c8227e975ae3cf9c714dc6c2c014ee
-
Dilawar Singh authored
-
Dilawar Singh authored
-
Dilawar Singh authored
-
- Nov 19, 2016
-
-
Dilawar Singh authored
-
Dilawar Singh authored
TODO: ctest must check each example as well.
-
Dilawar Singh authored
-
Dilawar Singh authored
-
Dilawar Singh authored
-
Dilawar Singh authored
ed3253d Instead of saving figures, draw a figure. git-subtree-dir: moose-examples git-subtree-split: ed3253d54276be1f0dc2ceeece479174f3542a9c
-
Dilawar Singh authored
bd86fb5 Update INSTALL.md 3602353 Update README.md f96dbda Merge pull request #155 from dilawar/master 50d720b Merge branch 'master' into master b408e36 Instead of simple sin/cos use fmod and divide method. Sin/cosine functions gets value of 1 or many points near the maxima when simulation time is large (T for sin/cos). This changes fixes that. git-subtree-dir: moose-core git-subtree-split: bd86fb53a865dce7d482e21f959513e5621b1062
-
Dilawar Singh authored
-
root authored
-
Dilawar Singh authored
-
Dilawar Singh authored
standalone executables.
-
Dilawar Singh authored
-
Dilawar Singh authored
-
Dilawar Singh authored
-
Dilawar Singh authored
-
- Nov 18, 2016
-
-
Harsha Rani authored
-
-
HarshaRani authored
-
Dilawar Singh authored
-
Dilawar Singh authored
-
Harsha Rani authored
-
Dilawar Singh authored
-
Dilawar Singh authored
-