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

use-system and vendored features are not additive #34

Open cedricchevalier19 opened 7 months ago

cedricchevalier19 commented 7 months ago

Features should be purely additive, but here use-system and vendored are mutually exclusive. Moreover, the logic with force-optimize-vendor is to enable vendored.

However, it seems that we can still end up with configurations enabling use-system and force-optimize-vendor (and thus vendored) at the same time (see #32).