Skip to content

wclark3/heroku-buildpack-octave-cedar14

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

Heroku Buildpack for Octave

Heroku buildpack for Octave that works on the new Cedar 14 stack.

Note: the buildpack also installs the GNU Compiler Collection 64-bit libraries because the default version that comes on a Heroku dyno does not include a Fortran compiler (which Octave requires).

How to use

This buildpack can be used in conjunction with other supported language stacks on Heroku by using the heroku-buildpack-multi buildpack.

$ heroku config:add BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git
$ cat .buildpacks
https://github.com/heroku/heroku-buildpack-nodejs.git
https://github.com/wclark3/heroku-buildpack-octave-cedar14.git

Octave Console

You can also run Octave in the console as follows:

$ heroku run octave

I'm not sure why you would want to do this, but you can, and the guy that wrote the R buildpack has this feature so I figured it might be useful.

Maintenance

Currently on me. If you have any interest in helping please email me.

License

MIT License. Copyright (c) 2014-2015 Will Clark. See LICENSE for details.

About

Heroku buildpack for Octave that works on the Cedar 14 stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages