Skip to content

mochi-hpc/mochi-rs-margo-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mochi-margo-sys

This Rust library provides a FFI bindings to the mochi-margo library.

Requirements

This crate requires margo (see instructions here) and clang (see instructions here). Margo must be loaded (this crate uses pkg-config to locate its library and headers).

For example, on Debian and with Spack, the following can be used.

$ spack install mochi-margo
$ spack load mochi-margo
$ sudo apt install llvm-dev libclang-dev clang
$ git clone https://github.com/mochi-hpc/mochi-rs-margo-sys.git
$ cd mochi-rs-margo-sys
$ cargo build

About

Rust FFI bindings for the Margo library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published