Search Criteria
Package Details: qtgrace 0.2.6-3
Git Clone URL: | https://aur.archlinux.org/qtgrace.git (read-only, click to copy) |
---|---|
Package Base: | qtgrace |
Description: | A program to display or plot data, analyze data and prepare it for printing, Qt version of the Grace |
Upstream URL: | http://plasma-gate.weizmann.ac.il/Grace/ |
Licenses: | |
Submitter: | sirocco |
Maintainer: | sirocco |
Last Packager: | sirocco |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2012-09-04 09:52 |
Last Updated: | 2017-05-10 12:11 |
Dependencies (3)
- qt5-svg (qt5-svg-git)
- fftw (fftw-mpich, fftw-mpi, fftw-amd) (optional) – for better fourier-transformation
- libharu (optional) – for pdf-output
Latest Comments
sirocco commented on 2017-05-10 12:12
Done, thanks for the patch.
munyamunya commented on 2017-05-10 10:21
It can be painlessly build with Qt5. With 5.8 one line change is required https://pastebin.com/fq6v3Wpr
karamaz0v commented on 2013-04-30 21:28
due to qt upgrade qmake is now for qt 5 by default
I've just compiled succesfully changing line
DESTDIR="${pkgdir}" PREFIX="/usr" qmake src.pro
in PKGBUILD to
DESTDIR="${pkgdir}" PREFIX="/usr" qmake-qt4 src.pro
mrbit commented on 2012-09-04 10:45
...works....
sirocco commented on 2012-09-04 10:38
Added, but not tested.
mrbit commented on 2012-09-04 10:05
add PKGBUILD x86_64..????