Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leto/parrot-lapack
LAPACK bindings for Parrot Virtual Machine
https://github.com/leto/parrot-lapack
Last synced: 5 days ago
JSON representation
LAPACK bindings for Parrot Virtual Machine
- Host: GitHub
- URL: https://github.com/leto/parrot-lapack
- Owner: leto
- License: artistic-2.0
- Created: 2012-05-24T05:27:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-05T19:31:25.000Z (over 12 years ago)
- Last Synced: 2024-11-15T02:44:17.060Z (2 months ago)
- Language: Perl
- Size: 212 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parrot Virtual Machine bindings to LAPACK
This is library for Parrot Virtual Machine to provide [LAPACK](http://www.netlib.org/lapack/) bindings to all
languages running on Parrot Virtual Machine.## Compiling
You need [Parrot VM](http://parrot.org) 3.5.0 or higher to compile parrot-lapack . 3.6.0
or higher is recommended.The language [Winxed](http://winxed.org) is included in Parrot >= 3.5.0, and the build system of parrot-lapack
uses it. To build parrot-lapack:winxed setup.winxed build
## Running Tests
parrot-lapack uses [Rosella](http://whiteknight.github.com/Rosella/) to run
and implement a test suite. You currently need Rosella installed to run the
tests.Instructions on compiling and installing Rosella can be found are [here](https://github.com/Whiteknight/Rosella/blob/master/README.md)
Once you have Rosella, run the parrot-lapack test suite with:
winxed setup.winxed test
## Installing
winxed setup.winxed install
If you installed Parrot into a system-wide directory that only root can write to, you
will need sudo:sudo winxed setup.winxed install
## Cleaning up
winxed setup.winxed clean
## Contributing
Beer, pull requests and patches welcome! Fork and be merry.
## Authors
Jonathan "Duke" Leto.
## Developer
Jashwanth Reddy M
## License
Artistic 2.0