Package Details: scidavis-qt5 2.9.2-1

Git Clone URL: https://aur.archlinux.org/scidavis-qt5.git (read-only, click to copy)
Package Base: scidavis-qt5
Description: Application for Scientific Data Analysis and Visualization, fork of QtiPlot. Qt5 port
Upstream URL: http://scidavis.sourceforge.net/
Licenses: GPL
Conflicts: python-sip4, scidavis
Submitter: srtlg
Maintainer: srtlg
Last Packager: srtlg
Votes: 61
Popularity: 0.000000
First Submitted: 2019-07-05 12:50 (UTC)
Last Updated: 2023-05-26 10:38 (UTC)

Pinned Comments

srtlg commented on 2022-01-28 22:02 (UTC) (edited on 2023-05-26 10:37 (UTC) by srtlg)

This package does only build in a clean chroot via

extra-x86_64-build -- -I ../qwt5-qt5/qwt5-qt5-5.2.3.4-3-x86_64.pkg.tar.zst

Sorry for the inconvenience.

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 Next › Last »

chron commented on 2016-07-13 13:20 (UTC)

The Scidavis sources are unreachable for me... Is anyone else having problems?

manouchk commented on 2016-07-10 02:26 (UTC) (edited on 2016-07-10 02:32 (UTC) by manouchk)

Scidavis crashes on plotting. Reproducing the bug: fill first and second column with row numbers and make a plot (scatter or line plot).

arcanis commented on 2016-05-31 15:03 (UTC)

fixed, sorry for delay

kmiernik commented on 2016-05-22 09:27 (UTC)

I've got compilation error: Makefile:2092: recipe for target '../tmp/scidavis/FitDialog.o' failed make[1]: Leaving directory '/var/cache/pacman/pkg/scidavis2608/scidavis/src/scidavis.1.D9/libscidavis' Makefile:45: recipe for target 'sub-libscidavis-make_default-ordered' failed

arcanis commented on 2016-01-11 19:07 (UTC)

@rugaliz sorry for the delay I've been some busy, but it usually requires some time to make it working with our libraries

rugaliz commented on 2016-01-10 21:34 (UTC)

hi will we be getting scidavis 1d9 anytime soon? cheers

chron commented on 2015-04-21 12:44 (UTC)

You could take a look at saxonbeta's pyqt4.patch from qtiplot-opj, he found a nice way of doing it. from PyQt4 import QtCore import sipconfig sipcfg = sipconfig.Configuration() print " ".join([sipcfg.sip_bin, "-I", sipcfg.default_sip_dir + "/PyQt4", QtCore.PYQT_CONFIGURATION['sip_flags']])

arcanis commented on 2015-04-20 21:51 (UTC)

thanks, seems to be fixed now. The patch is required because for some time pyqtconfig method has been dropped by upstream. I've reported to the upstream about problem - https://sourceforge.net/p/scidavis/scidavis-bugs/243/ - but there was no changes applied