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.000278
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 .. 5 6 7 8 9 10 11 12 13 14 15 .. 29 Next › Last »

fusion809 commented on 2017-08-17 09:43 (UTC)

It works now! I checked out the jars for jlatexmath-fop.jar and jlatexmath.jar for v1.0.3 and they're both HTML files. The download location has been moved (which has been flagged at these packages). Sorry should have bugged them with this.

fusion809 commented on 2017-08-17 09:27 (UTC) (edited on 2017-08-17 09:35 (UTC) by fusion809)

Yeah I know but it isn't... I've checked that the file exists at /usr/share/java/jlatexmath/jlatexmath.jar but it is not detected by Scilab's configure script. EDIT: I'm now building the latest jlatexmath (1.0.6) using Maven and going to install it and see if Scilab builds then.

eolianoe commented on 2017-08-17 09:25 (UTC)

@fusion809: The '/usr/share/java/jlatexmath/jlatexmath.jar' file should be corrected by the configure script (see near line 20900)

fusion809 commented on 2017-08-17 07:50 (UTC)

1.0.3 of jlatexmath, I always use the latest packages, I run pacaur -Syu daily, at least. How would I configure it to find it? Edit the configure lines in the PKGBUILD to include `--with-jlatexmath=/path/to/jar`?

eolianoe commented on 2017-08-15 10:29 (UTC)

@fusion809: with the current version of jlatexmath in the AUR, confgure correctly find the jlatexmath.jat file. Which version are you using? @uboot: you could try do downgrade batik to version 1.7 to see if it's working.

fusion809 commented on 2017-08-14 22:15 (UTC)

Fails to build as it can't find jlatexmath despite the fact it is installed: checking for java... /usr/lib/jvm/java-8-openjdk/bin/java checking for java_g... no checking for javah... /usr/lib/jvm/java-8-openjdk/bin/javah checking for jar... /usr/lib/jvm/java-8-openjdk/bin/jar checking for javadoc... /usr/lib/jvm/java-8-openjdk/bin/javadoc checking for jdb... /usr/lib/jvm/java-8-openjdk/bin/jdb checking for ant... /usr/bin/ant checking jgraphx... /usr/share/java/jgraphx/jgraphx.jar Use external version of scirenderer checking flexdock... /usr/share/java/flexdock/flexdock.jar checking looks... no configure: WARNING: Could not find or use the Java package/jar looks used by Scilab Gui - Look and feel (looking for package com.jgoodies.looks.common.MenuItemRenderer) checking jgoodies-looks... /usr/share/java/jgoodies-looks/jgoodies-looks.jar checking skinlf... /usr/share/java/skinlf/skinlf.jar checking jogl2... /usr/share/java/jogl/jogl2.jar checking minimal version (Specification-Version 2.3) of jogl2... yes checking for glTexParameterf in -ljogl_desktop... no configure: WARNING: Could not link against -ljogl_desktop. Will try against -ljogl_desktop -lGL checking for glTexParameterf in -ljogl_desktop ... yes checking gluegen2-rt... /usr/share/java/jogl/gluegen2-rt.jar checking for Java_jogamp_common_jvm_JVMUtil_initialize in -lgluegen2-rt... yes checking jhall... /usr/share/java/javahelp/jhall.jar checking lucene-core... /usr/share/java/apache-lucene/lucene-core-6.6.0.jar checking lucene-analyzers-common... /usr/share/java/apache-lucene/lucene-core-6.6.0.jar checking lucene-queryparser... /usr/share/java/apache-lucene/lucene-queryparser-6.6.0.jar checking jrosetta-API... /usr/share/java/jrosetta/jrosetta-API.jar checking jrosetta-engine... /usr/share/java/jrosetta/jrosetta-engine.jar checking jeuclid-core... /usr/share/java/jeuclid/jeuclid-core.jar checking fop... /usr/share/java/fop/fop.jar checking batik-all... /usr/share/java/batik/batik-all-1.9.jar checking commons-io... /usr/share/java/commons-io/commons-io.jar checking xmlgraphics-commons... /usr/share/java/xmlgraphics-commons/xmlgraphics-commons.jar checking avalon-framework... /usr/share/java/avalon-framework/avalon-framework.jar checking xml-apis-ext... /usr/share/java/batik/xml-apis-ext-1.3.04.jar checking commons-logging... /usr/share/java/commons-logging/commons-logging.jar checking jlatexmath... no configure: error: Could not find or use the Java package/jar jlatexmath used by LaTex Rendering (looking for package org.scilab.forge.jlatexmath.TeXFormula)

uboot commented on 2017-08-10 12:03 (UTC)

Build works (had to supply jlatexmath*.jar dependencies myself), but Xcos is broken: Caused by: java.lang.RuntimeException: Unable to load the Batik library. Expecting version 1.7 ; Getting version 1.9 .

eolianoe commented on 2017-08-08 09:58 (UTC)

@mcrai: I've the same version, maybe it's something specific to Manjaro.

mcrai commented on 2017-08-06 18:39 (UTC)

@eolanoe: Thanks for your effort. I am using curl 7.54.1-2 and java-batik 1.9-1. Could you please indicate the versions you are using?

eolianoe commented on 2017-08-01 17:42 (UTC)

@mcrai: I received your logs. The differences come from the curl and java-batik version, but I don't know why the build is failing and I don't have access to a Manjaro machine do test. @Goby: you rebuilt scilab with an old version (<= 1.8) of hdf5? I don't have other idea :(