Building AZ Plugins with HOOMD Blue 2.9.6 #2007
Unanswered
gauravmitra1995
asked this question in
Support
Replies: 1 comment 9 replies
-
The most recent release of azplugins (1.1.0) requires HOOMD 5, so it should not build with HOOMD 2.9.6. I do not provide backsupport for older releases of azplugins, so I recommend upgrading your HOOMD installation and trying again. If the problem persists, it may be an incompatibility between the conda installation and your own compilers (see #1930). In that case, I suggest compiling HOOMD from source. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I am having an issue with building AZ plugins with HOOMD 2.9.6. I have HOOMD 2.9.6 installed using conda. I have git cloned the repository for azplugins (https://github.com/mphowardlab/azplugins.git)
and when I try to do:
cmake -B build/azplugins -S azplugins
it gives me the following error:
dyld[47127]: Library not loaded: @rpath/librhash.0.dylib
Referenced from: <276AFB20-1FE1-3459-BFD7-8ABFEE0D7EED> /Users/gauravmitra/anaconda3/envs/hoomdtest/bin/cmake
Reason: tried: '/Users/gauravmitra/anaconda3/envs/hoomdtest/bin/../lib/librhash.0.dylib' (no such file), '/Users/gauravmitra/anaconda3/envs/hoomdtest/bin/../lib/librhash.0.dylib' (no such file), '/usr/local/lib/librhash.0.dylib' (no such file), '/usr/lib/librhash.0.dylib' (no such file, not in dyld cache)
zsh: abort cmake -B build/azplugins -S azplugins
I am not sure where I am going wrong. My Python version is 3.8.5
(hoomdtest) (.venv) gauravmitra@Gauravs-MacBook-Pro Condensates_softwares % python --version
Python 3.8.5
Please help.
Best,
Gaurav
Beta Was this translation helpful? Give feedback.
All reactions