Package Details: scilab-git 6.2.0.r216.g81a9cc04933-1

Git Clone URL: https://aur.archlinux.org/scilab-git.git (read-only, click to copy)
Package Base: scilab-git
Description: A scientific software package for numerical computations.
Upstream URL: https://www.scilab.org
Licenses: GPL2, BSD, custom:CeCILL
Conflicts: scilab
Provides: scilab
Submitter: MRWITEK
Maintainer: None
Last Packager: bartus
Votes: 8
Popularity: 0.000000
First Submitted: 2013-05-09 17:05 (UTC)
Last Updated: 2021-07-22 10:22 (UTC)

Dependencies (37)

Required by (0)

Sources (8)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

eolianoe commented on 2017-01-24 10:14 (UTC)

@petronny: thanks for the lucene package. I will add the dependency when I will find a way to properly build the package

petronny commented on 2017-01-23 09:44 (UTC) (edited on 2017-01-26 15:43 (UTC) by petronny)

I have created a package called apache-lucene to fix the previous error. Please add it as a dependency. It can be compiled now, but still throws [javac] /build/scilab-git/src/scilab/scilab/modules/xcos/src/java/org/scilab/modules/xcos/palette/PaletteSearcher.java:55: error: no suitable method found for open(IndexWriter,boolean) No idea how to fix it...

petronny commented on 2017-01-23 07:32 (UTC)

I got this error, 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... no configure: error: Could not find or use the Java package/jar lucene-core used by Lucene (looking for package org.apache.lucene.LucenePackage) But there is no package named lucene ,java-lucene etc. Please fix it

xyproto commented on 2015-10-30 20:32 (UTC)

java-commons-beanutils does not exist. Please update the PKGBUILD, if possible.

MRWITEK commented on 2014-09-08 17:06 (UTC)

Scilab currently can't build with up to date jogl so you can use the following link to build jogl-2.1.5 http://pkgbuild.com/git/aur-mirror.git/tree/jogl?id=14b88908976a71587de409d427ad6e58055de742 Also there is problem with suitesparse (umfpack) so if you need to you can downgrade that package and remove --without-umfpack line from PKGBUILD.

MRWITEK commented on 2014-09-06 15:27 (UTC)

Thank you, eolianoe! I used your fix for the PKGBUILD. Also I'll report a bug describing this. In other news, I somehow missed gcc-fortran dependency earlier.

eolianoe commented on 2014-09-03 16:33 (UTC)

With the new version of suitesparse (umfpack) you need to add a prepare function to build: prepare() { cd ${srcdir}/scilab/scilab/ # Temporary fix for the new version of suitesparse (4.3.1). sed -i "s/-lamd/-lamd -lsuitesparseconfig/g" configure sed -i "s/umf_divcomplex/SuiteSparse_divcomplex/g" configure }

MRWITEK commented on 2014-03-18 17:14 (UTC)

By default pacman uses extra/beanshell2. The jar shipping with sources by developers is from www.beanshell.org, though. Can't say if it breaks something.

giniu commented on 2014-03-16 21:10 (UTC)

can it depend on beanshell2 from extra instead of bsh, or bsh is needed?

holger commented on 2014-03-04 14:54 (UTC)

Can you add a desktop file? Just add this to your PKGBUILD install -Dm644 ${srcdir}/${pkgname}.desktop \ ${pkgdir}/usr/share/applications/${pkgname}.desktop scilab-git.desktop: [Desktop Entry] Name=Scilab Comment=A scientific software package for numerical computations Icon=scilab Exec=scilab Encoding=UTF-8 Terminal=false Type=Application Categories=Application;Science;Math