- Jul 10, 2017
-
-
Dilawar Singh authored
2657e3345e Merge pull request #199 from dilawar/master 973dd380ba Deleted Makefile. 545b4241c8 Restore synapse folder back to 933b259 . synapseOrder is now working. 90711a865c execute_process is now used to get the extension of python module. See http://bugs.python.org/issue16754 in case build fails on some unix because of 'SO'. 5b0a529c4e We do not reply on VERSION file to create version. TODO: Use config.h.in file to populate VERSION information. 2749918927 Accessing an existing object (#198) 220128f284 Do not run DOQCS with moose-core. Test DOQCS with released package only. Do so in moose-examples repo. ad2c63da12 Use QUIET_MODE=ON on travis. git-subtree-dir: moose-core git-subtree-split: 2657e3345e8b783cf22634680c7561f8dbd9f127
-
- Jul 01, 2017
-
-
Dilawar Singh authored
6e8a629 Merge branch 'master' of github.com:BhallaLab/moose-examples d4e4fb0 Increased timeout to 60 sec. b4ca7ef Merge branch 'master' of github.com:BhallaLab/moose-examples 2628bfb Potential fix to travis-ci/travis-ci#6307. 56c2805 Argument 1 to run_script is optional, by default its value is 60 secs. 24c45c2 Increased timeout to 60 sec. c4395a4 Using ruby2.2 for jekyll on travis build. 8917843 Removed wait statement after parallel section. f75bf0c Install travis using gem2.2 1a62999 Merge branch 'master' of github.com:BhallaLab/moose-examples 3f7399f Added colors in script itself. Download and test travis is called from .travis.yml now. At the end of test print summary of models. Fixed typo in bash-function. Passes on local machine. 516885b Fixed typo in bash-function. ed06ca1 At the end of test print summary of models. 6778aed Download and test travis is called from .travis.yml now. bf1cae8 Added colors in script itself. 2abbc43 Timeout with 3 minuts. 6316728 Added script to test genesis scripts. 9127f4f Testing deploy again with changes to config file. 416f650 If travis fails to generate static page, do not consider it as build failure. Update to travis script. 4715089 pip install python-networkx to pip install networkx. git-subtree-dir: moose-examples git-subtree-split: 6e8a629e31d05bc2c98ce817e7fcde8fd0d5c2cd
-
Dilawar Singh authored
891f2f8 Removed trailing spaces from code by pre-commit hook utility. 0ed2535 Cherry-pick "Added connectionList field to SparseMsg to allow direct control over connection matrix. Some sanity checks in SparseMatrix to go with this" d62d10d The bug on travis is still not bypassed. If this does not work, disable DOQCS tests on OSX. 618b4d6 Install moose on osx as well. Prerequisite to test DOQCS. f717f82 Merge branch 'master' of github.com:BhallaLab/moose-core 908820e Lets see if this is a good workaround travis issue travis-ci/travis-ci#6522. e251f53 Lets see if is a workaround fixes the OSX bug. 4ff7cff Hopefully this will fix issue on travis-osx build failure. Related to travis-ci/travis-ci#6522. 590c09e Don't use timeout in script. So that we can run on macosx as well. Removed timeout command from script. Now it can run on OSX as well. e2f8afd Only test doqcs on LinuxOS, not on MacOSX. dc7b55a Fix to travis-ci/travis-ci#6307. 54b8471 Merge branch 'master' of github.com:BhallaLab/moose-core 18c8759 Test docqs agains gsl version/python2 moose-core. d6ca9cc Fixes by pre-commit hooks. - Removed trailing whitespaces automatically. - insert * coding - utf8 * line on top of each python script automatically. d4a6939 Using version v0.8 now. f944afe Added pre-commit pip install pre-commit --user to activate it. 030bfe0 Merge pull request #195 from dilawar/master d00a5d1 All tests are passing and new code is protected by appropriate macros. 1959771 Merge branch 'async' of github.com:dilawar/moose-core 0f6aba0 Merge branch 'master' of github.com:BhallaLab/moose-core ac0a4cd Added note on what to do. b3bf54e Slower version but results are same. 6bc71c9 Async version is slower (80sec vs 70 sec). d838267 asyncing clock is not producing great results. eeaafbf Implemented first parallel version. 166f84e Equivalent serial code which can easily be called from std::async now. e09a0c1 Merge pull request #194 from dilawar/master d2d1097 Added MACRO to integrate serial and parallel version. e68acd6 This is good but do parallelism at Clock.cpp 4cebbca Rdesigneur has python3 default import : absolute_import. f431cca Merge branch 'master' of github.com:BhallaLab/moose-core 85afa6d Some changes to Ksolve. Still seg-faults. 47e023e Time to test the Gsolve performance when threads are enabled. 2bbfd4f Commented out code appropriately. 91c2da6 moose.test( ) is added not cmake but not enabled. Enable them once all scripts are fixed in moose-examples. a1699fc Optimized GSolve with default 2 threads. 00a9d9e Removed the debug message. Lets check it now. By default it should be not slower than the default version. 7700c07 Fast Ksolve with 2 default threads. d154eb3 Parallel ksolve. git-subtree-dir: moose-core git-subtree-split: 891f2f8bf7359d61f186c3792c6f12b61d8c0afb
-
- Jun 28, 2017
-
-
Dilawar Singh authored
-
Dilawar Singh authored
-
Dilawar Singh authored
-
- Jun 27, 2017
-
-
Dilawar Singh authored
-
Dilawar Singh authored
-
Dilawar Singh authored
build fails.
-
Dilawar Singh authored
-
Dilawar Singh authored
7ab9e3c Let static page generation fail. c26d7c7 Build using travis and deploy onto github pages. feeaf6b Added theme for static pages. ae1fecb Merge branch 'dirty' of github.com:BhallaLab/moose-examples c25e57e Passing locally. 2a2db61 Moved the integration to branch 'dirty' 83a516c Test the dirty branch with jekyll. 9667dee Added jekyll to create static page. 742362a Testing Jekyll and travis integration. 9aa4a3d Prepare index.md file post test. e885ea5 Modified shell script so it does not hang. 828464a Code to update README.md file with broken scripts. 9a6b3b1 Deploy keys are added. Testing... 74fb0ae Set theme jekyll-theme-minimal a4e7ce1 Deploy to github pages. Testing. e3f9a41 Added code to deploy on moose-examples static page. ab45904 Default timeout is 30 secs [ skip ci ] 3e30131 Added python-pygraphviz to dependencies. b825107 Added python-scipy on travis. 73d8bff Merge branch 'master' into traub_2005 60a9f7d Update README.md 4d30457 Updated VClamp commandIn destFinfo name in test_tcr 8846ae5 Fixes for nonexistent NRN data 03735e8 Fixed syntax error 24c349d Multiple workarounds to directory paths and data files from neuron ccc1039 Fixed typo with data directory creation in traub 2005 a15893b Fixed issue where new ZombieCompartment breaks old code using Compartment 024aa0e Added attempt to automatic data directory creation 96a815c updated ref to old table API 78dcbb1 Merge branch 'traub_2005' of https://github.com/BhallaLab/moose-examples into traub_2005 bc5c37d Added fix for #28 (metaclass portability) b347fa4 Fixes to load-sbml script. 202bb51 Merge branch 'master' of git://github.com/malav4994/moose-examples into PR-25 a20f451 On this branch, making traub_2005 test with recent release. Added subha on this branch. Removed everyone else. ac68f92 Ignore the traub_2015 directory on travis BhallaLab/moose-examples#28. caaa45e Removed a png file [skip ci] cf27b12 Added python-h5py on travis. The hdf5 related scripts needs this module to run on travis. afbb591 Merge remote-tracking branch 'origin/traub_2005' dc92ae8 Include traub_2005 in scripts to be tested on travis. ee70916 If a script is timedout after 30sec, dont consider it a failure. Fixed the result status of timeout command on 14.04 as indicated in manual http://git.savannah.gnu.org/cgit/coreutils.git/tree/src/timeout.c 9f70d7f Fixes to import in loadSbmlmodel file. Read SBML fails. bbb3fe0 Increased timeout to 3m and using 4 parallel process. b5a856e Using backend agg to overcome build failure on travis. This way we will not launch the graphics on travis. 450b3da Removed debug print d34a833 Fix to issue 28 41f5c8b modified some of the snippets files for documentation git-subtree-dir: moose-examples git-subtree-split: 7ab9e3cfd8d74f79a73282572d4df4301b6df976
-
Dilawar Singh authored
-
- Jun 22, 2017
-
-
Dilawar Singh authored
git-subtree-dir: moose-examples git-subtree-split: cd2a2b99b4aff3a581bfbfc5786ff9504f0f2cb8
-
- Jun 21, 2017
-
-
Dilawar Singh authored
git-subtree-dir: moose-examples git-subtree-split: 3a960983fe23dad8e0b34883e61510d05a2f3b2a
-
Dilawar Singh authored
3a960983fe Merge branch 'master' into asiaszmek git-subtree-dir: moose-examples git-subtree-split: 3a960983fe23dad8e0b34883e61510d05a2f3b2a
-
Dilawar Singh authored
38da92b048 Fixes to bad-merging. 812d2d97f8 Merge commit '320e525a' 6fc726e560 All changes from previous repository. No new file is added here. git-subtree-dir: moose-gui git-subtree-split: 38da92b0481f53ffd2cdc75d8f7aec49408dc4ae
-
Dilawar Singh authored
git-subtree-dir: moose-core git-subtree-split: fe77059f98c5a6cab2e106f78b7eb505f4f62850
-
Dilawar Singh authored
80169bcc5c Resolved a merge error. d5caa39361 use moose.element over moose.HHChannel. 26e9aac794 Merge branch 'master' of github.com:BhallaLab/moose-examples 9b83291de6 Merge branch 'master' of github.com:BhallaLab/moose-examples 2f46ad096d Convert u'ABCD' to 'ABCD' to probably fix the python3 issue on travis. Works fine with python3 on ubuntu 16.04/Debian8. 6232b3a888 Send email to malav if build fails. 4a92db239b Merge branch 'master' of github.com:BhallaLab/moose-examples 4800cd62df Adding python-libsbml to dependencies. c045972c2e Fixed second script as well. e927a88875 Merge branch 'master' of github.com:BhallaLab/moose-examples 626afb8242 Added a hack to make this script work with both python3 and python2. 24fdc9e1b7 Indentation for python3 e9e5d92828 Using force-yes with -y 3c60a8263a Upi fix the assert error ca2d4090e7 Upi cleaned up the file a9ddced2bc Merge branch 'master' of https://github.com/BhallaLab/moose-examples b4715d09ba First commit. git-subtree-dir: moose-examples git-subtree-split: 80169bcc5c7263fa76f53b4ebd54b0fe20c5cef5
-
Dilawar Singh authored
-
Dilawar Singh authored
49779ba730 As per Upi suggestion, co-ordinates are reprocessed for genesis file (yaxis is negated) at loading time so that, at the interface level co-ordinate are played around independently and while saving scene co-ordinates are save. 1f32b418d2 Kd is calculated for second order reaction only and value is displayed in object editor,Notes header is added, and unit for Kd is added in default.py 254d1f077a Enzyme can't be connected for second order reaction 3038c31d1a missing import math 355d721e4f added libsbml and moogli is removed 0343ce3e11 Added a Model information, like number of compartment,group,pool,function,reaction etc when model is loaded for the first time git-subtree-dir: moose-gui git-subtree-split: 49779ba730bbbb214728c86d3550fc2b27d8ef24
-
Dilawar Singh authored
69e0354705 Create CONTRIBUTING.md b096503233 Added travis related setttings update. REVERT: 2ecab963b2 Merge commit 'af3c29a4' REVERT: b3b597f411 Removed legacy Makefile based build flow. CMake is only build-system now. #180. REVERT: 20dc0a5989 a warning message is sent out \n 1.if function is not connected to output and \n 2.yet to write back StimulusTable is to genesis. \n No more transformation with y axis as it has already taken care in kkit.py file REVERT: 9373d1bc16 python Counter function removed, just to give backward compatibility for Centos6 for python 2.6 REVERT: e8300d7e92 added to ask User if merged model to be saved REVERT: 933b259710 Made ReadSwc less verbose. Fixed bug in SeqSynHandler in application of sequencePower. REVERT: 662eaa2e13 Added sequencePower term to SeqSynHandler to achieve greater specificity for sequences vs all inputs on at once. REVERT: 7ccc8a2b1e Merge branch 'master' of https://github.com/BhallaLab/moose-core REVERT: fe5765ca7b More fixes to plot_utils REVERT: 6a9a618e72 Fixed the error in plot_tables utility. REVERT: 658af76a47 Fix for Table.vector bug (#179) REVERT: 423dc9dc69 Merge branch 'master' of https://github.com/BhallaLab/moose-core REVERT: 200871a9f7 Added in hack for rmoogli to display time REVERT: 157c501b98 reaction or enzyme name is empty then id is taken as name while reading files from SBML REVERT: 43a2350406 color and textcolor inchanged for enzyme REVERT: 02de4c37ee Bugfix for SparseMsg, corrects allocation of synapses when setting connectionList git-subtree-dir: moose-core git-subtree-split: 69e0354705cd27d3dad42ba33610f960d270660e
-
Dilawar Singh authored
git-subtree-dir: moose-examples git-subtree-split: 2eb5fa888ff20afdc478366881255201b51a58b8
-
- May 19, 2017
-
-
Dilawar Singh authored
-
- May 08, 2017
-
-
Dilawar Singh authored
-
Dilawar Singh authored
-
Dilawar Singh authored
installing openscenegraph-dev error-prone.
-
- Apr 26, 2017
-
-
malav4994 authored
-
- Apr 21, 2017
-
-
Dilawar Singh authored
-
- Apr 15, 2017
-
-
Dilawar Singh authored
-
- Apr 14, 2017
-
-
HarshaRani authored
7318878 cleanups 9b83291 Merge branch 'master' of github.com:BhallaLab/moose-examples 2f46ad0 Convert u'ABCD' to 'ABCD' to probably fix the python3 issue on travis. Works fine with python3 on ubuntu 16.04/Debian8. 6232b3a Send email to malav if build fails. 4a92db2 Merge branch 'master' of github.com:BhallaLab/moose-examples 4800cd6 Adding python-libsbml to dependencies. c045972 Fixed second script as well. e927a88 Merge branch 'master' of github.com:BhallaLab/moose-examples 626afb8 Added a hack to make this script work with both python3 and python2. 24fdc9e Indentation for python3 e9e5d92 Using force-yes with -y 3c60a82 Upi fix the assert error ca2d409 Upi cleaned up the file a9ddced Merge branch 'master' of https://github.com/BhallaLab/moose-examples b4715d0 First commit. 2c4fa33 This is removed b'cos Rdesignuer does the job 4ca1f6d missing closing braces d120484 small correction for input eval with is str 18990fd enter key replaced to zero, as function \'input\' with \'enter\' key give SyntaxError: unexpected EOF while parsing 0db144c Ready for put into demo #15. 39aa6e4 Closed docstring. f2dc6be Merge commit '07ef36e1' git-subtree-dir: moose-examples git-subtree-split: 731887849ac227fa304780406ff913c69af425ca
-
HarshaRani authored
6104940 units added to k1,k2,k3 a3a80bf Using force-yes with -y to avoid problem with gpg keys. Probably breaking due to policy change in apt install. c994d93 one more attempt -y is removed b869143 one more attempt expired key a172670 checking with travis expired key 8ee7c22 checking with travis expired key a208321 travis has a problem installing moose with -y opition trying this ff92eb5 print stm with python3 and changes made WRT to pool and bufpool with isBuffered flag 744f262 isbuffered is editable and if value is set/unset a46cec9 cleanup in demo, filemenu links git-subtree-dir: moose-gui git-subtree-split: 61049405f17b22f27c74e7834dc1b2cfbab61699
-
- Feb 02, 2017
-
-
Dilawar Singh authored
f3d0477 Merge branch 'master' of https://github.com/BhallaLab/moose-core 176a5f0 solver's short form should also be taken 8624e24 Merge branch 'master' of https://github.com/BhallaLab/moose-core 6c964b1 Added isBuffered field to Pool to let users convert the object class to BufPool, and vice versa. 97db69e moose::Neuron uses global RNG object. Global RNG object behaviour is following. - moose.seed(0) or moose.seed( ) assign a random value to seed. Use random_device if avaible else time(NULL) is used. - moose.seed( x) set moose.seed to x. c1dec94 Fixed long argument for mtseed in moosemodule.cpp 54c94f7 Modified travis scripts and reenabled developers to the list. 31dd779 Fixed import error with python3. No module should be imported in python/moose/__init__.py . Added a note for developers. This should fix the travis. git-subtree-dir: moose-core git-subtree-split: f3d0477a3ea5045db044aaae94b46a133527dbc7
-
- Jan 23, 2017
-
-
Dilawar Singh authored
2ba6bd5 cleanup d0f5918 replace writeKkit to moosewriteKkit cb067ac correct from writeKkit to mooseWriteKkit 6b1bff4 Ubuntu16.04 with networkx and pygraphviz has some bug, for now small fix, automatic layout will be done spring_layout format dbe6875 Update .travis.yml 8a71426 Update README.md fcbacd5 Added travis file to moose-gui. ddcfbdc Removed shebangs from python scripts. d5cf170 Fixed the address of Free Software Foundation Inc. b88d5cc Merge commit 'aca40347' e0cea9f Squashed 'moose-gui/' changes from 1ef13c9-1ef13c9 git-subtree-dir: moose-gui git-subtree-split: 2ba6bd5d8e6b022edf3f3aa1a567462ab7ddf6ed
-
Dilawar Singh authored
8038f56 documentation is moved under main function 6ebca4d Corrected kkitwrite function 1726122 Merge branch 'master' of https://github.com/BhallaLab/moose-examples fbcaef7 added line to show how to set solver to sbml files 07a11d3 Merge pull request #11 from dilawar/master 536b53e Construct absolute path relative to script directory. f5a7d84 All files must be python2 and python3 compatible [skip ci] 6895e56 All compiles with python2 and python3. d9cb5b7 This version compiles with python2. d80ec97 print_statement is the first statement of file. 74c70bc Custom fixes to print end='' statement on python2. Whenever possible import from __future__. 8977107 python-qt4 instead of python-pyqt4 is valid name package. 5e47fd8 Install and do not use moogli. 7b8c680 Fixed all files breaking with python3 compielall module. e00a845 Fixed two more files. 3f789a1 Fixed one more script. 54f9549 Fixed syntax of this file as well. 63b9c43 Fix some more syntax issues. 5446b0e All scripts are now python3 compatible. e5e259f This script is broken. 3e420f0 Merge remote-tracking branch 'bhallalab/master' 92ba920 Merge branch 'master' of github.com:dilawar/moose-examples 8a47205 Fixed print( , end='' ) with python2 f756065 Fixed print_function in couple of scripts. 3c6fbe0 Converted files to be campatible with python3 with tool 2to3. da8c0dc Ran 2to3 on all examples. See which scripts are failing on travis. 469e3f3 These scripts were not chmod to executable. Removed hashbang from header. 3429792 Merge branch 'master' of github.com:BhallaLab/moose-examples d34c8df Merge branch 'master' of github.com:BhallaLab/moose-examples d56f575 Changelog: - No python3 incompatible file should be added to repo. - moose contains moogli now. No need to install it separately. 31137eb Fixed, python2 incompatible print function use. a5375cc Merge commit '00a12e20' 15de0ce Since none of the following files was executable, removed shebangs. 4a20952 To run this file libsbml needs to be installed and not compile with moose as its at python level 092eec8 Doxygen_1.8.9 is added which should be used to generate doxygen files,Rdesigneur folder is creater under "user" folder and corrected index.rst file is updated, deleted "html" folder,Rdesigneur markdown file with correct date,"snippet " and "tutorial"folder is created with relevant files to generate html files bee94a1 Merge commit '3c9138df' 4590e9e Merge branch 'master' of https://github.com/BhallaLab/moose-examples 62e3218 Moved docs to moose. Removed temp directory. dc5a230 Merge branch 'master' of https://github.com/BhallaLab/moose-examples c8f96c5 Once simulation is done, store the results in png file. 5c36c87 Used 2to3 tool to make these scripts python3 compatibles. Also saving results to a png file after run is over. git-subtree-dir: moose-examples git-subtree-split: 8038f56ec24965353de70fb460ceccff3861f7b1
-
- Jan 06, 2017
-
-
Dilawar Singh authored
-
- Jan 05, 2017
-
-
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
-
- Nov 20, 2016
-
-
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
-
- Nov 19, 2016
-
-
Dilawar Singh authored
TODO: ctest must check each example as well.
-
Dilawar Singh authored
TODO: ctest must check each example as well.
-
- Nov 07, 2016
-
-
Dilawar Singh authored
-