You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for the nice extension library for hatch. I'm getting started using it for an academic project, but noticed that the default include and library paths point to some homebrew directories that dont necessarily exist. I -think- (?) I can override these using my own conda paths, but it would be nice to have the default pull from envvars (e.g., LDPATH, etc).
The text was updated successfully, but these errors were encountered:
thanks for the nice extension library for hatch. I'm getting started using it for an academic project, but noticed that the default include and library paths point to some homebrew directories that dont necessarily exist. I -think- (?) I can override these using my own conda paths, but it would be nice to have the default pull from envvars (e.g., LDPATH, etc).
Hey! Thanks for the feedback 🙂 The default include paths (and all include paths directly controlled by this lib) are actually checked for existence. In addition, all standard env vars are actually pulled and merged or overridden from env vars, as well as supported in configuration.
Let me know if this doesn't fit the use case you're describing, otherwise I think I'm alr doing what you're asking so I'll go ahead and close 😋
Hi 👋 ,
thanks for the nice extension library for hatch. I'm getting started using it for an academic project, but noticed that the default include and library paths point to some homebrew directories that dont necessarily exist. I -think- (?) I can override these using my own conda paths, but it would be nice to have the default pull from envvars (e.g., LDPATH, etc).
The text was updated successfully, but these errors were encountered: