Package Details: scilab 2025.1.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: 86
Popularity: 0.000280
First Submitted: 2011-12-07 20:36 (UTC)
Last Updated: 2025-07-05 22:08 (UTC)

Pinned Comments

carlosal1015 commented on 2024-11-17 18:01 (UTC)

Open issue https://gitlab.com/scilab/scilab/-/issues/16429

Latest Comments

1 2 3 4 5 6 .. 29 Next › Last »

greyltc commented on 2025-07-04 23:57 (UTC)

Anyone have a solution for src/c/qsort.c:75:60: error: too many arguments to function 'cmp'; expected 0, have 5?

libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../modules/core/includes -I./includes/ -I./src/c/ -I./src/cpp/ -I../../modules/ast/includes/ast/ -I../../modules/ast/includes/exps/ -I../../modules/ast/includes/operations/ -I../../modules/ast/includes/parse/ -I../../modules/ast/includes/symbol/ -I../../modules/ast/includes/system_env/ -I../../modules/ast/includes/types/ -I../../modules/dynamic_link/includes -I../../modules/api_scilab/includes/ -I../../modules/console/includes/ -I../../modules/localization/includes/ -I../../modules/output_stream/includes/ -I../../modules/threads/includes/ -I../../modules/string/includes/ -DNDEBUG -g1 -O2 -m64 -fno-stack-protector -Wall -Wpedantic -fdiagnostics-show-option -Wformat -Werror=format-security -Werror=implicit -Werror=incompatible-pointer-types -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/build/scilab/src=/usr/src/debug/scilab -flto=auto -fcommon -MT src/c/libscielementary_functions_algo_la-qsort.lo -MD -MP -MF src/c/.deps/libscielementary_functions_algo_la-qsort.Tpo -c src/c/qsort.c  -fPIC -DPIC -o src/c/.libs/libscielementary_functions_algo_la-qsort.o
src/c/qsort.c: In function 'sciqsort':
src/c/qsort.c:75:60: error: too many arguments to function 'cmp'; expected 0, have 5
   75 |             for (pl = pm, tabl = tabm ; pl > (char *) a && cmp(pl - es, pl, tabl - es1, tabl, flag) > 0;  pl -= es, tabl -= es1)
      |                                                            ^~~ ~~~~~~~
In file included from src/c/qsort.c:10:
src/c/qsort.h:23:20: error: too many arguments to function 'swapcode'; expected 0, have 4
   23 | #define swap(a, b) swapcode(a, b, 1,es)
      |                    ^~~~~~~~
src/c/qsort.c:78:17: note: in expansion of macro 'swap'
   78 |                 swap(pl, pl - es);
      |                 ^~~~
src/c/qsort.c:100:88: error: too many arguments to function 'cmp'; expected 0, have 4
  100 |             med3(pl, tabl, pl, pl + d, pl + 2 * d, tabl, tabl + dind, tabl + 2 * dind, cmp);
      |                            ~~                                                          ^~~
...

greyltc commented on 2025-07-04 23:54 (UTC) (edited on 2025-07-04 23:54 (UTC) by greyltc)

rapidjson is missing from the makedepends array

carlosal1015 commented on 2025-02-22 11:45 (UTC)

Many thanks @crisipa

crisipa commented on 2025-02-22 11:43 (UTC) (edited on 2025-02-22 14:48 (UTC) by crisipa)

after install ocaml-findlib,it's able to build with scilab-num.patch . but a new problem is the file conflict with sundials. edit:scilab-cli can't run. Caught signal 11 (Segmentation fault: address not mapped to object at address 0x8)

carlosal1015 commented on 2024-11-17 18:01 (UTC)

Open issue https://gitlab.com/scilab/scilab/-/issues/16429

MarsSeed commented on 2024-04-01 14:23 (UTC)

@carlosal1015, thanks for your response. It is fine by me either way. I am not a user of this package. I was just trying to test an AUR dependency of this, that's when I accidentally bumped into the flexdock related build issue here.

Please do as you see fit as per your insight.

carlosal1015 commented on 2024-03-26 12:29 (UTC)

I am planning disable java support Any hint: https://github.com/carlosal1015/scilab-pkgbuild

MarsSeed commented on 2024-03-26 11:04 (UTC)

Btw, it seems forcing dependence on jgraphx-jre8 is unnecessary, and the jre8/jdk8 also causes the previously mentioned java-flexdock to fail to build. I had to manually install a newer jdk (java-environent>=11) to build the latter.

There is a newer jgraphx package; I think that is the one that should be used as dependency here.

MarsSeed commented on 2024-03-26 01:43 (UTC)

I don't know why, but this fails to build for me, despite having java-flexdock installed:

checking flexdock... no
configure: error: Could not find or use the Java package/jar flexdock used by Scilab Gui (looking for package org.flexdock.util.Utilities)