-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Octave client-api #98
base: master
Are you sure you want to change the base?
Conversation
d5ddc0c
to
0353c7a
Compare
I have tried to compile the Octave client-api on the Travis/Mac machines.
There is no bottle for octave, so this would build Octave from source. After 10 minutes of compiling Octave, the Travis job times out and gets canceled. For now we can't compile this client-api for Mac in Travis. Efforts to release an Octave binary for Mac are on their way in the Octave community. |
* Use version number from C++ api * Use current date for release date * Shortened package description
Please consider adding the generated Client API Documentation to the webpage. You can create it with |
@oheim I generally have a mitigated experience with Git submodules, it is particularly derouting for people unexperienced with git. |
@nicolaje, It is also possible to not use a submodule and do the development here at the VIBes project. This is certainly easier. The downstream repository at Octave-Forge would simply pull any changes at release time and then be synchronized. |
Now there is a clone of the repository at https://sourceforge.net/p/octave/vibes/ |
@dvinc I guess it is save to merge now. I will prepare a release at Octave Forge as soon as possible. |
This is a new client API for Octave, the client API is licensed under GPLv3 (in agreement with Octave).
The current state is a working solution which is compatible with the MATLAB client API. More functions from the C++ client API will be added soon.
How Tos:
make -C client-api/Octave
pkg install vibes-0.2.0.tar.gz
Open issues: