EnzymeAD / rust

A rust fork to work towards Enzyme integration
https://www.rust-lang.org
Other
67 stars 9 forks source link

fix enzyme library used for build #150

Closed tgymnich closed 2 months ago

tgymnich commented 2 months ago

Use shared lib instead of module which only works on linux.

ZuseZ4 commented 2 months ago

It fails Rust linux CI, but I guess this name is only to be used on mac, right? @marcpabst can you confirm this config works for you too?

tgymnich commented 2 months ago

The name should also work just fine on linux

tgymnich commented 2 months ago

@ZuseZ4 found some more occurrences of the wrong lib name. We are failing at the test stage now.