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

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.

Xwang commented on 2020-06-17 06:09 (UTC)

The latest version compiles and installs correctly on my pc. Thanks!

bartus commented on 2020-06-16 23:22 (UTC) (edited on 2020-06-16 23:23 (UTC) by bartus)

Finished the patchs for libxml, hdf5>=1.8

# run from local clone to merge.
git pull https://github.com/bartoszek/scilab

Haven't tested the resulting binary, only build process.

ps. sorry for the mess, accidently posted this to scilab-git instead here.

ZioCroccante commented on 2020-06-04 11:24 (UTC) (edited on 2020-06-04 11:25 (UTC) by ZioCroccante)

Hi, I got this error when I try to install:

ERROR: Failure while downloading https://mirrors.tuna.tsinghua.edu.cn/apache/lucene/java/8.5.1/lucene-8.5.1.tgz

Thx fro help

Xwang commented on 2020-05-16 14:55 (UTC)

@bartus is there anything I can do to solve it or is it an upstream bug?

bartus commented on 2020-05-16 14:13 (UTC)

@Xwag: this error is caused by including libxml headers in extern "C" section, forcing C style linkage.

Xwang commented on 2020-05-15 09:49 (UTC) (edited on 2020-05-15 10:06 (UTC) by Xwang)

Even though I've jdk8 and compiled the jgraphx 3.7.4, I still have the following issue:

checking lucene-core... no configure: error: Could not find or use the Java package/jar lucene-core used by Lucene (looking for package org.apache.lucene.LucenePackage) ==> ERRORE: Si è verificato un errore in build(). L'operazione sta per essere interrotta... :: Unable to build scilab - makepkg exited with code: 4

The apache-lucene package v.8.5.1-1 is installed, but it seems to contain only this file: /usr/share/licenses/apache-lucene/license.txt

EDIT: I've reinstalled the apache-lucene and now it has correctly populated the /usr/share/java/apache-lucene folder. Now the building process starts but it terminates with this build error:

/usr/include/unicode/ucnv.h:585:1: error: conflicting declaration of C function ‘void icu_67::swap(icu_67::LocalUConverterPointer&, icu_67::LocalUConverterPointer&)’ 585 | U_DEFINE_LOCAL_OPEN_POINTER(LocalUConverterPointer, UConverter, ucnv_close); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/unicode/uenum.h:68:1: note: previous declaration ‘void icu_67::swap(icu_67::LocalUEnumerationPointer&, icu_67::LocalUEnumerationPointer&)’ 68 | U_DEFINE_LOCAL_OPEN_POINTER(LocalUEnumerationPointer, UEnumeration, uenum_close); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: [Makefile:883: src/cpp/libscifunctions_manager_la-dynamic_modules.lo] Errore 1 make[2]: uscita dalla directory «/home/andreak/tmp/trizen-andreak/scilab/src/scilab-6.1.0/modules/functions_manager» make[1]: [Makefile:844: all-recursive] Errore 1 make[1]: uscita dalla directory «/home/andreak/tmp/trizen-andreak/scilab/src/scilab-6.1.0/modules» make: *** [Makefile:1608: all-recursive] Errore 1 ==> ERRORE: Si è verificato un errore in build(). L'operazione sta per essere interrotta... :: Unable to build scilab - makepkg exited with code: 4

Which maybe is related to this bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=959756