Package Details: scilab 6.1.1-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: GPL2, BSD, custom:CeCILL
Submitter: td123
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 85
Popularity: 0.000625
First Submitted: 2011-12-07 20:36 (UTC)
Last Updated: 2024-03-15 17:46 (UTC)

Dependencies (37)

Required by (0)

Sources (8)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 29 Next › Last »

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?

Xwang commented on 2020-06-17 10:45 (UTC)

@Bartus sorry but I do not use hdf5. However if you tell me what and how to test, I can do that.

bartus commented on 2020-06-17 08:16 (UTC)

@Xwang, could you perhaps test hdf5 support, as this patch is quite crude and can introduce some problems.