Skip to content
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

Installs RDKit/Code into the wrong directory #106

Closed
thorlucas opened this issue Dec 30, 2020 · 3 comments
Closed

Installs RDKit/Code into the wrong directory #106

thorlucas opened this issue Dec 30, 2020 · 3 comments

Comments

@thorlucas
Copy link

From RDKit's FindMyRDKit.cmake:

set(RDKIT_DIR $ENV{RDBASE})
if(NOT RDKIT_DIR)
  message( WARNING "Using RDKit at /home/cosgrove/RDKit_2013_09_1" )
  set(RDKIT_DIR "/home/cosgrove/RDKit_2013_09_1")
endif(NOT RDKIT_DIR)

set(RDKIT_INCLUDE_DIR ${RDKIT_DIR}/Code)

In otherwords, RDKit's cmake files look for includes in the $RDBASE/Code directory. Instead, with this we have them in something like /usr/local/Cellar/rdkit/2020.09.1. This is incorrect.

@thorlucas
Copy link
Author

I would suggest running ln -s /usr/local/Cellar/rdkit/${THE VERSION VAR} /usr/local/share/RDKit/Code or something

@thorlucas
Copy link
Author

Also this directory is missing some files that are expected, such as the directory $RDBASE/Code/cmake, etc.

@UnixJunkie
Copy link
Collaborator

I feel this issue is about rdkit, not about the brew installer.
Please open an issue in there: https://github.com/rdkit/rdkit/issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants