Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jashwanth9/parrot-lapack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parrot Virtual Machine bindings to LAPACK

This is library for Parrot Virtual Machine to provide LAPACK bindings to all languages running on Parrot Virtual Machine.

Compiling

You need Parrot VM 3.5.0 or higher to compile parrot-lapack . 3.6.0 or higher is recommended.

The language Winxed 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 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

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

About

LAPACK bindings for Parrot Virtual Machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%