Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekrich/sblas.g8
Giter8 template - example project for sblas - sbt new ekrich/sblas.g8
https://github.com/ekrich/sblas.g8
blas linear-algebra sblas scala-native
Last synced: about 1 month ago
JSON representation
Giter8 template - example project for sblas - sbt new ekrich/sblas.g8
- Host: GitHub
- URL: https://github.com/ekrich/sblas.g8
- Owner: ekrich
- Created: 2019-05-03T16:44:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T15:34:14.000Z (2 months ago)
- Last Synced: 2024-10-06T02:06:17.770Z (about 2 months ago)
- Topics: blas, linear-algebra, sblas, scala-native
- Language: Scala
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a minimal [Giter8][g8] template for sblas - Scala Native BLAS (Basic Linear Algebra Subprograms)
Please refer to the **sblas** [README](https://github.com/ekrich/sblas#sblas---scala-native-blas) first.
```
$ sbt new ekrich/sblas.g8
$ cd
$ sbt run
```License
-------
Written in 2019 by Eric RichardsonTo the extent possible under law, the author(s) have dedicated all copyright and
related and neighboring rights to this template to the public domain worldwide.
This template is distributed without any warranty. See
.[g8]: http://www.foundweekends.org/giter8/
Contributors
------------To run locally use the following setup instructions.
http://www.foundweekends.org/giter8/setup.html
Then run the following commands from the directory containing the `sblas.g8` project to test.
```
$ g8 file://sblas.g8
A minimal project that uses sblas.
name [Enter the sblas project directory name]: sblas-test
...
$ cd sblas-test
$ sbt
> run
...
```
You should see compiling, linking, and some BLAS output.