-
Notifications
You must be signed in to change notification settings - Fork 68
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
Update MacOS compile process #12
Conversation
Hi, While trying to install p4vasp on Catalina (following README.MacOS). I am getting following error. Can anyone help with this issue. Thanks!cat vinfo.py >> lib/p4vasp/config.pycd install && python makeappletlist.py |
@shekar2055 After some light googling, I can only say that this problem has some thing to do with MacOS 10.15's objective-C. Have you tried updating your FLTK to the newest version? If that doesn't work, I would suggest you to either downgrade to 10.14 or choose alternatives. Sorry I could not be more help on this matter. Personally, I'll stick with 10.14 since 10.15 dropped support for 32-bit apps. |
Closed due to incompatibility with MacOS 10.15 and lack of support for f-orbital projection in VASP 5.4.4. |
Does "$ brew install --build-from-source ./brew_pygtk.rb —-with-libglade " still work? because I am getting such error: |
* Replace pymatgen by ase * Use plot as wrapper routine * Implement supercell for structure class * Implement supercell for Viewer3d class * Use a from_structure method to initialize viewer * Raise exception if atom positions are needed but not set
In this Pull request:
(1) Updated README.MacOS for MacOS v10.14.4 "Mojave"
(2) Addressed #8 [modified Patch file
MacOS.patch
](3) Addressed #9 [Add modified brew formula as
brew_pygtk.rb
]