forked frombmsherman/haskell-matlab
- Notifications
You must be signed in to change notification settings - Fork0
Matlab bindings and interface for Haskell
License
NotificationsYou must be signed in to change notification settings
nko/haskell-matlab
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is an updated version of Dylan Simon'smatlab package which isavailable on Hackage. I made changes primarily to allow the package to workwith newer versions of GHC and MATLAB.
You will probably need to add some arguments that point Cabal to your MATLABinstallation. For example, on a Linux system with MATLAB R2014a,it may look like this:
cabal install --extra-lib-dirs="/usr/local/MATLAB/R2014a/bin/glnxa64/" --extra-include-dirs="/usr/local/MATLAB/R2014a/extern/include/"
On a Windows system with the MATLAB Compiler Runtime, it might look like this:
cabal install --extra-lib-dirs="C:\Program Files\MATLAB\MATLAB Compiler Runtime\v83\extern\include" --extra-lib-dirs="C:\Program Files\MATLAB\MATLAB Compiler Runtime\v83\bin\win64"
This package has been confirmed to work on the following systems:
GHC version | cabal-install version | Operating System | MATLAB |
---|---|---|---|
7.8.3 | 1.20.0.3 | Ubuntu 14.10 | MATLAB R2014a |
7.8.3 | 1.18.0.5 | Windows 7 | MCR R2014a |
About
Matlab bindings and interface for Haskell
Resources
License
Stars
Watchers
Forks
Packages0
No packages published
Languages
- Haskell91.7%
- C6.6%
- Makefile1.5%
- Other0.2%