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 2 3 4 5 6 7 8 9 10 .. 13 Next › Last »

ktamp commented on 2018-08-11 08:17 (UTC)

Does not build any more unless "-fpermissive" is added to CXXFLAGS in the Makefile for libscidavis.

Fellypao commented on 2018-06-08 01:32 (UTC) (edited on 2018-06-08 01:33 (UTC) by Fellypao)

Python 3 support was added to the latest version (1.23). To build using python 2, add this before the qmake command:

export PYTHON=python2

To build using python 3 add:

export PYTHON=python3

Without any of the options above SciDAVis will be compiled against the default python version of the system.

Fellypao commented on 2018-04-24 16:05 (UTC)

Call for beta testers - SciDAVis 1.22.1 Please, see details about the beta release at: https://sourceforge.net/p/scidavis/mailman/message/36300611/

Source code available at: https://github.com/highperformancecoder/scidavis/releases

Best regards

arcanis commented on 2017-11-30 15:47 (UTC)

sorry, I pushed it, but didnt notice an error said that I forgot update .srcinfo =| with 1.22 I tried to put translations manually

xxxtonixxx commented on 2017-11-30 15:40 (UTC)

Thank you so much, @Fellypao! That works perfectly! :-D

Fellypao commented on 2017-10-31 13:21 (UTC)

xxxtonixxx, Sometimes (most of the times, probably) the 'make install' step fails to install the SciDAVis translation files. You can add these lines into PKGBUILD after 'make install' command in order to have translations installed: mkdir -p ${pkgdir}/usr/share/scidavis/translations install -m 0644 scidavis/translations/*.qm ${pkgdir}/usr/share/scidavis/translations Alternatively (not recommended) you can copy manually the desired .qm file (generated during the build process and stored at ${pkgname}-${pkgver}/scidavis/translations/) to /usr/share/scidavis/translations. Notice: you may need to review the paths. I'm inferring them by analyzing the PKGBUILD.

xxxtonixxx commented on 2017-10-28 19:55 (UTC)

How can I include spanish into languages? It's built with english language only Thanks :-)

Fellypao commented on 2017-07-24 13:45 (UTC)

The 1.19 release fix missing desktop integration files and icons in Linux packages. Then the "install desktop file and icon" step in the pkgbuild can be removed. Regards.

Fellypao commented on 2017-06-22 17:27 (UTC)

SciDAVis 1.18 has been released (some improvements/bug fixes since 1.17): https://sourceforge.net/projects/scidavis/files/SciDAVis/1.18/ I believe that you will not need scidavis-qwt5.patch to build this version. Best regards.

Fellypao commented on 2017-06-01 13:02 (UTC)

SciDAVis 1.17 has been released. The patch "fix_wrong_values_on_parameters_errors.patch" is not necessary anymore. By inspecting the PKGBUILD, I noticed that you are not enabling Python scripting and Origin import support. These are features that makes SciDAVis more useful and powerful. If you want to enable them, just add CONFIG+="liborigin python" to qmake: qmake-qt4 CONFIG+="liborigin python" Best regards.