Package Details: scilab 2024.0.0-1

Git Clone URL: https://aur.archlinux.org/scilab.git (read-only, click to copy)
Package Base: scilab
Description: A scientific software package for numerical computations
Upstream URL: https://www.scilab.org
Keywords: algorithm analysis data development gui mathematics model modelica numeric numerical science scientific sdk simulation visualization
Licenses: BSD-3-Clause, GPL-2.0-or-later, CeCILL-2.1
Submitter: td123
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 85
Popularity: 0.000230
First Submitted: 2011-12-07 20:36 (UTC)
Last Updated: 2024-04-02 23:25 (UTC)

Pinned Comments

carlosal1015 commented on 2024-04-02 23:27 (UTC)

Hi folks, now there are some issues with HDF5 latest API, let's await for a patch. We recommend use scilab-bin until this issue will be fixed.

https://gitlab.com/scilab/scilab/-/issues/17230

Latest Comments

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

eleftg commented on 2018-02-15 15:20 (UTC)

The package fails to compile. Latest ocaml (4.06.0) seems to be the issue.

eolianoe commented on 2018-01-10 22:16 (UTC)

@hpfmn: downgrading is fine if you downgrade all of your package, but please, never symlink libraries and advise people to do it. If the soname change there might be a reason, you just need to rebuild.

hpfmn commented on 2018-01-10 18:28 (UTC)

won't build or start with current openmpi version 3.0.0:

/usr/bin/scilab-bin: error while loading shared libraries: libmpi.so.20: cannot open shared object file: No such file or directory

creating a symlink in /lib/openmpi or downgrading to 2.1.1 helps though

pouar commented on 2017-12-08 22:01 (UTC)

@Xwang Apparently Scilab isn't compatible with apache-lucene>=7

Xwang commented on 2017-11-16 18:38 (UTC)

I have the compile error without having scilab installed.

Xwang commented on 2017-11-10 20:22 (UTC)

I get the following compile error: [javac] /home/andreak/tmp/yaourt-tmp-andreak/aur-scilab/src/scilab-6.0.0/modules/xcos/src/java/org/scilab/modules/xcos/utils/XcosRouteUtils.java [javac] /home/andreak/tmp/yaourt-tmp-andreak/aur-scilab/src/scilab-6.0.0/modules/xcos/src/java/org/scilab/modules/xcos/palette/PaletteIndexer.java:165: error: cannot find symbol [javac] refname.setBoost(100f); [javac] ^ [javac] symbol: method setBoost(float) [javac] location: variable refname of type Field [javac] /home/andreak/tmp/yaourt-tmp-andreak/aur-scilab/src/scilab-6.0.0/modules/xcos/src/java/org/scilab/modules/xcos/palette/PaletteIndexer.java:179: error: cannot find symbol [javac] refpurpose.setBoost(10f); [javac] ^ [javac] symbol: method setBoost(float) [javac] location: variable refpurpose of type Field [javac] /home/andreak/tmp/yaourt-tmp-andreak/aur-scilab/src/scilab-6.0.0/modules/xcos/src/java/org/scilab/modules/xcos/palette/PaletteSearcher.java:60: error: cannot find symbol [javac] queryParserHelper.setLowercaseExpandedTerms(true); [javac] ^ [javac] symbol: method setLowercaseExpandedTerms(boolean) [javac] location: variable queryParserHelper of type StandardQueryParser [javac] Note: /home/andreak/tmp/yaourt-tmp-andreak/aur-scilab/src/scilab-6.0.0/modules/xcos/src/java/org/scilab/modules/xcos/palette/actions/SearchAction.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 3 errors BUILD FAILED /home/andreak/tmp/yaourt-tmp-andreak/aur-scilab/src/scilab-6.0.0/modules/prebuildjava/build.xml:104: The following error occurred while executing this line: /home/andreak/tmp/yaourt-tmp-andreak/aur-scilab/src/scilab-6.0.0/build.incl.xml:110: Compile failed; see the compiler error output for details.

RaK commented on 2017-11-07 11:54 (UTC)

The configure script can't find jgraphx, even though it is installed (with the aur jgraphx-git package). What should I do ?

eleftg commented on 2017-10-28 20:56 (UTC) (edited on 2017-10-28 21:04 (UTC) by eleftg)

It fails to build the documentation. the "make doc" step of build() throws this output: https://pastebin.com/dAXqcVNz Even by removing "make doc" from the PKGBUILD and completing successfully the installation, we can't bypass the issue, as during execution we get : "stack smashing detected" which means the error will most probably have to be reported upstream (if not already the case). Running software with stack buffer overflows is generally not a good idea.

eolianoe commented on 2017-10-21 12:26 (UTC)

@ye_k: you should never create symlinks for libraries, if the soname changed there is a reason. Clear your build directory and rebuild everything against '/usr/lib/libhdf5.so.101'. Everyting is working after a build in a clean chroot with the current hdf5

ye_k commented on 2017-10-20 17:35 (UTC)

Hi! I have some troubles with building scilab. Scilab requires hdf5 and I have community/hdf5 1.10.1-1 installed. But while building scilab a receive error: libhdf5.so.100: cannot open shared object file: No such file or directory (not literally). So to fix it I've tried sudo ln -s /usr/lib/libhdf5.so.101 /usr/lib/libhdf5.so.100 and recompiled scilab after that. No errors occurred, package building were successful, but I received some warnings and null pointer exceptions while Help Browser was in compilation process. So, I've tested Scilab Help Browser and found its partially out of order: the only operable sections of Scilab Help are -- Scilab Help >> Scilab -- Scilab Help >> Differential calculus, Integration -- Scilab Help >> Elementary Functions -- Scilab Help >> Linear Algebra All sections below Linear Algebra are not showing their content without any error messages to terminal. Scilab core (plots and math operations) seems to be OK. The same situation after downgrading hdf5 to 1.10.0 and subsequent recompilation of scilab. Can anyone confirm problems with libhdf5.so.100 and Scilab Help Browser? I suppose strict dependency to libhdf5.so.100 should be fixed. Best wishes, yevhen