GraphBLAS JNI Bindings

Uberjar of JNI Bindings for native GraphBLAS Library.

License

License

Categories

Categories

Java Languages Native Development Tools
GroupId

GroupId

com.github.fabianmurariu
ArtifactId

ArtifactId

graphblas-java-native
Last Version

Last Version

0.1.18
Release Date

Release Date

Type

Type

jar
Description

Description

GraphBLAS JNI Bindings
Uberjar of JNI Bindings for native GraphBLAS Library.
Project URL

Project URL

https://github.com/fabianmurariu/graphblas-java-native
Source Code Management

Source Code Management

https://github.com/fabianmurariu/graphblas-java-native

Download graphblas-java-native

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.fabianmurariu/graphblas-java-native/ -->
<dependency>
    <groupId>com.github.fabianmurariu</groupId>
    <artifactId>graphblas-java-native</artifactId>
    <version>0.1.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fabianmurariu/graphblas-java-native/
implementation 'com.github.fabianmurariu:graphblas-java-native:0.1.18'
// https://jarcasting.com/artifacts/com.github.fabianmurariu/graphblas-java-native/
implementation ("com.github.fabianmurariu:graphblas-java-native:0.1.18")
'com.github.fabianmurariu:graphblas-java-native:jar:0.1.18'
<dependency org="com.github.fabianmurariu" name="graphblas-java-native" rev="0.1.18">
  <artifact name="graphblas-java-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fabianmurariu', module='graphblas-java-native', version='0.1.18')
)
libraryDependencies += "com.github.fabianmurariu" % "graphblas-java-native" % "0.1.18"
[com.github.fabianmurariu/graphblas-java-native "0.1.18"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

JNI bindings for GraphBLAS

Build and get the code

git clone --recurse-submodules https://github.com/fabianmurariu/graphblas-java-native.git

# this will build GraphBLAS for you and build the maven java project
make graphblas-java

# to install GraphBLAS

sudo make grb-install

# if you don't wish to install you need to set 
# LD_LIBRARY_PATH=$(pwd)/GraphBLAS/build:$LD_LIBRARY_PATH 
# before running the maven tests outside of make

For usage check tests

in GRAPHBLASSpec.scala

Create a Matrix

  Buffer mat = GRBCORE.createMatrix(GRAPHBLAS.booleanType(), rows, cols)

Versions

Version
0.1.18
0.1.17
0.1.16
0.1.15
0.1.14
0.1.11
0.1.10
0.1.9