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.000354
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 .. 29 Next › Last »

bartus commented on 2022-03-14 10:36 (UTC)

Sorry lads, I'm at the Polish Ukraine border helping allocate refugees. Expect no update until this hell is over, wish us luck. Have no time nor access to my rig and AUR keys to test/post updates. If you have a patch, ping me on email - I'll add you as co-maintainer. Posted with my old script - https://github.com/bartoszek/aur-post

bartus commented on 2021-07-22 10:09 (UTC) (edited on 2021-07-22 10:10 (UTC) by bartus)

Please report issues and patches at https://github.com/bartoszek/AUR-scilab

Vial commented on 2021-05-12 21:54 (UTC)

I'm facing the same compilation errors as @Cryen. I guess the only changes required are line 85: mat_uint32_t* rowIndexes = (mat_uint32_t*)MALLOC(sizeof(mat_uint32_t) * nonZeros); line 68: mat_uint32_t* colIndexes = (mat_uint32_t*)MALLOC(sizeof(mat_uint32_t) * (pSparse->getRows() + 1));

minhaj.sixbyte commented on 2021-04-25 18:41 (UTC)

Hey TheGoliath,

Your pinned comment, link to your github repo is broken. 404 Github page not found error.

Cryen commented on 2021-02-01 22:16 (UTC) (edited on 2021-02-01 22:17 (UTC) by Cryen)

I have issues building it with yay

src/cpp/GetSparseVariable.cpp:106:22: error: invalid conversion from ‘int*’ to ‘mat_uint32_t*’ {aka ‘unsigned int*’} [-fpermissive]

Same thing in 109

jventas commented on 2021-01-04 16:53 (UTC)

@Xwang

I got the same error you mentioned. I solved it replacing the line --with-modelica by --without-modelica in the PKGBUILD file.

a.kudelin commented on 2020-12-11 18:06 (UTC)

@AchmadFathoni, please report problems on the proper page next time. The maintainer of scilab might not be a maintainer of java-testng.

AchmadFathoni commented on 2020-10-25 19:47 (UTC) (edited on 2020-10-25 19:48 (UTC) by AchmadFathoni)

Got error when building java-testing. Here is the detail https://pastebin.com/sF3SXeki

Also why https://github.com/GoliathLabs/aurpackages is 404?

Xwang commented on 2020-10-17 12:37 (UTC) (edited on 2020-10-20 18:55 (UTC) by Xwang)

Today I get the following error while building the package:


File "./src/modelica_compiler/scicosOptimizingCompiler.ml", line 1:
Error: Files /usr/lib/ocaml/num/nums.cmxa and /usr/lib/ocaml/stdlib.cmxa
       make inconsistent assumptions over implementation Stdlib__sys
Command exited with non-zero status 2

Should I open a bug upstream? Is it an ocaml arch packaging issue?