-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rdpath in dylibs is not set (10.15.7 intel) #112
Comments
And so, how should we fix this? |
Also, does this break something? |
A pull request to fix/improve this would be welcome. |
This issue will be solved by adding And I recommend using homebrew-core's rdkit formula instead.
|
@YoshitakaMo if you created a new brew formula for rdkit, and this is to be the standard one, maybe it should be announced on the rdkit-mailing list... |
Since RDKit is now also used as a component of other programs such as Coot, I created a new RDKit formula as a byproduct of it. I would like to thank the long-time contributors of this formula. I'll consider announcing it on the mailing list. |
Did you create your formula starting from this one? The fact that in your new formula, several things are no more optional makes it quite slow to install (not everybody Regards, |
Yes, I analyzed the rdkit formula here to create the new one. The basic functionalities are thus almost compatible, but I removed
Thank you for this comment. Today I modified the new formula again to enable Linux OS to build rdkit from source. I tested it on my CentOS 7.8 and the installation was succeeded.
I don't think it is such a big problem because homebrew-core provides a "bottle" of pre-compiled rdkit for each OS. This saves a lot of installation time, which is an advantage of using homebrew-core. A bottle for Linux OS is not ready at this time for some reason, but I think homebrew-core/linuxbrew-core will generate it later. |
You removed the java support because it doesn't compile on a Mac, right? |
If you announce your recipe on the mailing-list, many people use the new formula and are happy with it, we might stop maintaining this repository and just pointing to the new one. The fact that we don't need a tap anymore makes the install simpler. |
Yes, I removed it because I don't have a good idea to include java support. conda-rdkit neither.
Thanks @UnixJunkie and the contributors here. I will announce on the mailing-list in a few days. |
rpath unset in most of the libraries. eg:
otool -L libRDKitSimDivPickers.2020.09.1.dylib | grep rpath
@rpath/libRDKithc.1.dylib (compatibility version 1.0.0, current version 2020.9.1)
@rpath/libRDKitRDGeneral.1.dylib (compatibility version 1.0.0, current version 2020.9.1)
The text was updated successfully, but these errors were encountered: