Giter VIP home page Giter VIP logo

goss's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

goss's Issues

Make conda package

Since boost is a runtime dependency, we need a way to install boost easily (as part of the installation of goss). Probably the simplest way to achieve this is through conda.

Add Readme file

We should add a readme file explaining how to install, how to get started,++

Add documentation

We should make documentation and make it available on GitHub pages

Running goss requires `boost`

When running any of the demo in a fresh environment without boost, gives the following error

python oscilator_v1.py 
Loaded ODE model 'oscilator' with:
     Num full states: 2
      Num parameters: 0
Traceback (most recent call last):
  File "oscilator_v1.py", line 36, in <module>
    oscilator = goss.ODE(load_ode("oscilator.ode"))
  File "/venv/lib/python3.7/site-packages/goss/ode.py", line 22, in __init__
    self._cpp_object = jit(args[0], **kwargs)
  File "/venv/lib/python3.7/site-packages/goss/compilemodule.py", line 113, in jit
    code_params=code_params,
  File "/venv/lib/python3.7/site-packages/goss/compilemodule.py", line 67, in cppyy_jit
    cppyy.cppdef(cpp_code)
  File "/venv/lib/python3.7/site-packages/cppyy/__init__.py", line 196, in cppdef
    raise SyntaxError('Failed to parse the given C++ code%s' % err.err)
SyntaxError: Failed to parse the given C++ code
In file included from input_line_21:18:
In file included from /venv/lib/python3.7/site-packages/goss/include/goss/Timer.h:30:
In file included from /venv/lib/python3.7/site-packages/goss/include/goss/LogManager.h:26:
/venv/lib/python3.7/site-packages/goss/include/goss/Logger.h:31:10: fatal error: 'boost/scoped_ptr.hpp' file not found
#include <boost/scoped_ptr.hpp>
         ^~~~~~~~~~~~~~~~~~~~~~

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.