facebookresearch / diffkt

A framework for automatic differentiation in Kotlin
MIT License
60 stars 6 forks source link

Fix env vars #86

Closed david-boney-jobs closed 2 years ago

david-boney-jobs commented 2 years ago

Initial test to make sure this compiles on a Mac before I change things.

david-boney-jobs commented 2 years ago

Updated LibraryUtils.kt and set_env_vars.sh to not use environmental variables to determine the library extension type. Update Ubuntu build instruction to get rid of previous work around because of this issue.