Robin Betz
Robin Betz
You are correct! I will fix that.
Good point-- it's been a while since I've synchronized this repo with VMD's master branch. I'll get to that in the next few days.
Oh boy... yes regular VMD will run on anything, including Power8. When making vmd-python I removed a lot of support for architectures I didn't feel comfortable supporting. Post your error...
I'll add a check for Power9 systems in setup.py and put the right logic back in the configure script which hopefully will fix your problems with plugins not building. What's...
Alright, I've made a new branch, `ppc64le` with an initial attempt. The build logic for this architecture seems to be pretty much identical except for no linkage to libstdc++ (hence...
Hmmmm, that's weird. It's not the __init__.py, that's a benign error as that file is moved from elsewhere during installation. Although the output is missing it probably is failing to...
I merged @jvermaas pull request so you can also try the ppc64le branch again
I do need to update the code to 1.9.4... the main obstacle to this is I need to upstream all of my Python 3 compatibility stuff and now everything is...
Hi Tyler, Welcome to scientific computing! If you're coming from a software background, prepare to be entertained :) For a VMD plugin, you'll need a couple of things: 1) A...
Hi, In order to help you solve your problem I need more details. 1. Syntax highlighting in IDEs often doesn't work on binary packages. So red squiggly lines under "from...