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

issue_no1 commented on 2020-05-08 23:59 (UTC) (edited on 2020-05-09 00:14 (UTC) by issue_no1)

the jogl patch got an update due to the switch from scilab 6.0.2 to 6.1 - https://codereview.scilab.org/#/c/17530/

looks like the lucent patch is not needed anymore.

But I failed compiling by missing jgraphx, even if I already have this on my system. - Really don't know how so solve this.

compiling leads to to following

...
checking jgraphx... no
configure: error: Could not find or use the Java package/jar jgraphx used by Diagram design (looking for package com.mxgraph.view.mxGraph)

bartus commented on 2020-05-07 09:24 (UTC) (edited on 2020-05-07 09:26 (UTC) by bartus)

@TheGoliath: jogl and lucent patches doesn't apply ( prepare.log ) rest seems fine.

otreblan commented on 2020-05-06 20:57 (UTC) (edited on 2020-05-06 20:57 (UTC) by otreblan)

prepare() fails

Xwang commented on 2020-04-26 14:02 (UTC)

I get the same configuration error related to jgraphx as @otreblan an @swilde

swilde commented on 2020-04-08 09:29 (UTC)

As reported by @otreblan build fails for me, too:

configure: error: Could not find or use the Java package/jar jgraphx used by Diagram design (looking for package com.mxgraph.view.mxGraph) ==> ERROR: A failure occurred in build().

'jgraphx' is installed though:

pacman -Q jgraphx

jgraphx 4.1.0-1

otreblan commented on 2020-03-26 13:04 (UTC)

AC_JAVA_CHECK_JAR doesn't find jgraphx.

configure: error: Could not find or use the Java package/jar jgraphx used by Diagram design (looking for package com.mxgraph.view.mxGraph)

thegala commented on 2020-02-23 11:11 (UTC)

Hello, I can't build scilab pacakge. This is error message:

/usr/bin/ld: ./modules/.libs/libscilab-cli.so: undefined reference to `get_full_pathW(wchar_t*, wchar_t const*, unsigned long)' /usr/bin/ld: ./modules/.libs/libscilab-cli.so: undefined reference to `pathconvertW(wchar_t const*, BOOL, BOOL, PathConvertType)' /usr/bin/ld: ~/.cache/yay/scilab/src/scilab-6.0.2/modules/functions_manager/.libs/libscifunctions_manager.so: undefined reference to `loadOnUseClassPath(char const*)' /usr/bin/ld: ./modules/.libs/libscilab-cli.so: undefined reference to `FileExist(char const*)' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:1215: scilab-bin] Error 1 make[1]: Leaving directory '~/.cache/yay/scilab/src/scilab-6.0.2' make: *** [Makefile:1601: all-recursive] Error 1

Problem with linker? Anyone now solution.

Jino commented on 2019-10-15 13:51 (UTC) (edited on 2019-10-16 07:01 (UTC) by Jino)

I just build and installed scilab for the first time. Unfortunately I cannot run it. I get an error: Error parsing gtk-icon-sizes string: ''

Does anybody experiences the same error? I am running xfce on latest arch. Furthermore I tried the same on my laptop with manjaro+xfce. Same result.

Edit: It seems that this issue is not xfce-related. I evaded the gtk error as suggested in the xfce forum. Now I don´t get any error anymore but still scilab won´t start as described before.

https://forum.xfce.org/viewtopic.php?id=13447

Edit#2: I removed this package and installed scilab-bin instead. Somehow, it works now. Note: I also tried to make different jdk versions default before. This also didnt make a different when trying to start scilab.

joren.ideas commented on 2019-08-20 18:43 (UTC) (edited on 2019-08-20 19:07 (UTC) by joren.ideas)

@ragoreco @tavla I found a solution, having the same problem before. Go into the directory where the Scilab aur package was downloaded, into src/scilab-6.0.2 or such, and edit ./modules/xml/src/cpp/XMLDocument.hxx Around line 26 will be "extern C {". remove that, as well as the next closing bracket.

There's also another of the same error. Just do the same thing with: ./modules/scicos/includes/XMIResource.hxx

After that finishes, run sudo make install.

I believe the reason for the error is some changes in xml.h that now has c++ code in it or something, conflicting with the whole "extern C" stuff.

tavla commented on 2019-06-20 11:01 (UTC) (edited on 2019-06-21 07:36 (UTC) by tavla)

version scilab 6.0.2-1 - multiple compile-time errors like "template with C linkage", for example: /usr/include/c++/9.1.0/memory:146:1: error: template with C linkage 146 | template <typename _Tp> | ^~~~~~~~ ...... make[3]: [Makefile:1147: src/cpp/libscicompletion_algo_la-XMLFieldsGetter.lo] Error 1 make[3]: Leaving directory '/tmp/yaourt-tmp-element/aur-scilab/src/scilab-6.0.2/modules/completion' make[2]: [Makefile:815: all] Error 2 make[2]: Leaving directory '/tmp/yaourt-tmp-element/aur-scilab/src/scilab-6.0.2/modules/completion' make[1]: [Makefile:827: all-recursive] Error 1 make[1]: Leaving directory '/tmp/yaourt-tmp-element/aur-scilab/src/scilab-6.0.2/modules' make: [Makefile:1601: all-recursive] Error 1