Search Criteria
Package Details: fermisurfer 2.1.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/fermisurfer.git (read-only, click to copy) |
|---|---|
| Package Base: | fermisurfer |
| Description: | Fermisurfer can display Fermi surfaces colored as a function of arbitraly quantities such as the orbital character. |
| Upstream URL: | https://osdn.net/projects/fermisurfer/ |
| Submitter: | specter119 |
| Maintainer: | None |
| Last Packager: | specter119 |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-03-25 08:05 (UTC) |
| Last Updated: | 2021-07-03 08:23 (UTC) |
Dependencies (2)
- freeglut (freeglut-x11-gitAUR, freeglut-wayland-gitAUR)
- wxgtk2 (wxwidgets-gtk2AUR)
Latest Comments
qubit commented on 2022-11-01 14:57 (UTC)
The issue that I was having during compilation has been fixed in the upstream (see https://osdn.net/projects/fermisurfer/scm/git/fermisurfer/commits/3139383108ffb07e1b323b9167ec55152d735522). So starting with the next release there will be no need to patch the source code.
qubit commented on 2022-10-27 14:30 (UTC) (edited on 2022-10-27 14:31 (UTC) by qubit)
The current version of this package is broken and outdated. According to the comments in the AUR packages for
wxgtk2, this dependency should be replaced bywxwidgets-gtk3from the official repo's. Also, I had the patch thesrc/menu.cppfile, because it used "None" in a place where it was not defined. This command fixed the problem:sed -i 's/^\([[:blank:]]\+\)None/\10/' src/menu.cpp(where we replaceNoneby0) so this should probably be added to thePKGBUILDin aprepare()section.