Package Details: scilab-bin 2024.0.0-1

Git Clone URL: https://aur.archlinux.org/scilab-bin.git (read-only, click to copy)
Package Base: scilab-bin
Description: A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications.
Upstream URL: https://www.scilab.org
Keywords: programming scientific scilab
Licenses: GPL
Conflicts: scilab, scilab-git
Provides: scilab
Submitter: marcel83
Maintainer: davidgarfias
Last Packager: davidgarfias
Votes: 32
Popularity: 0.090608
First Submitted: 2015-11-11 19:36 (UTC)
Last Updated: 2023-11-26 05:45 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

gnuku commented on 2018-01-08 14:23 (UTC)

Solving only partially. Now scilab opens and crashes/closes right away. Ditto for xcos

eleftg commented on 2018-01-03 23:29 (UTC) (edited on 2018-01-03 23:29 (UTC) by eleftg)

Fixed. Many thanks to curufinwe and eolianoe for their suggestions

eolianoe commented on 2018-01-03 17:36 (UTC)

@curufinwe: I can confirm that deleting the files make scilab works

# Fix bug: http://bugzilla.scilab.org/show_bug.cgi?id=15145
+  rm -f -- "${pkgdir}/opt/${_pkgname}/lib/thirdparty/libz.so"*

curufinwe commented on 2017-12-30 17:38 (UTC)

To run scilab-6.0.0 you should delete zlib* libraries from

scilab-6.0.0/lib/thirdparty

After that scilab will start normally. Information from http://bugzilla.scilab.org/show_bug.cgi?id=15145

It works for me.

grandchild commented on 2017-12-06 17:42 (UTC) (edited on 2017-12-22 15:14 (UTC) by grandchild)

If you just now want to install Scilab, no prior installation, you have to do the following:

  1. Edit the PKGBUILD: pgkver=5.5.2 and sha256sums_x86_64=("SKIP")

  2. Make sure that your default Java version is not java-8-openjdk (plotting failed for me on openjdk8): sudo archlinux-java set java-7-openjdk/jre # or java-7-openjdk or similar, check archlinux-java status to see what you have available

  3. Start Scilab with: _JAVA_OPTIONS='-Dswing.installedlafs=com.sun.java.swing.plaf.gtk.GTKLookAndFeel' /opt/scilab/bin/scilab

  4. Then edit /etc/pacman.conf to IgnorePkg = scilab-bin to avoid having to do this all again later.

eleftg commented on 2017-10-28 20:52 (UTC) (edited on 2017-10-28 20:53 (UTC) by eleftg)

As of 2017-10-28 the official binary distribution of scilab does not work. It throws a segmentation fault : bin/scilab: line 957: 31730 Segmentation fault (core dumped) "$SCILABBIN" "$@" Updates will follow once this gets fixed upstream

ryukinix commented on 2017-06-30 19:06 (UTC)

Thanks for the tip to fix that problem, ye_k.

ye_k commented on 2017-05-13 06:06 (UTC)

Unfortunately scilab-bin 5.5.2-1 doesn't work properly. To be more precise, it doesn't even start after recent update of ArchLinux. To fix this behaviour and make scilab-bin runnable again the one should use the next export: $ export _JAVA_OPTIONS='-Dswing.installedlafs=com.sun.java.swing.plaf.gtk.GTKLookAndFeel' && /usr/bin/scilab I suppose it worse to put this export to the very beginning of /usr/bin/scilab file.