openpmix-src 0.1.0-rc.1

Vendored build of OpenPMIx, developed for use by the Lamellar runtime.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "openpmix-src"
version = "0.1.0-rc.1"
edition = "2024"
authors = ["Ryan D. Friese <ryan.friese@pnnl.gov>"]
description = "Vendored build of OpenPMIx, developed for use by the Lamellar runtime."
readme = "README.md"
repository = "https://github.com/pnnl/lamellar"
homepage = "https://github.com/pnnl/lamellar-runtime"
license-file = "LICENSE"
keywords = ["hpc", "pmi", "process-management"]
categories = ["external-ffi-bindings", "network-programming"]

[dependencies]
hwlocality-sys = {version = "0.7.1", features = ["hwloc-latest", "vendored"]}
libevent-sys = {version="0.4.0", features = ["bundled", "openssl_bundled", "threading"]}
autotools = "0.2.7"