LIHPC-Computational-Geometry / metis-rs

Idiomatic wrapper for METIS, the serial graph partitioner and fill-reducing matrix orderer
https://lihpc-computational-geometry.github.io/metis-rs/metis/
Apache License 2.0
11 stars 9 forks source link

Link to clang at runtime #7

Closed hhirtz closed 1 year ago

hhirtz commented 1 year ago

this makes bindgen load libclang during the execution of build instead of its compilation.

it also has the advantage that older versions of clang are supported. see the following links for statements: