Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: scilab-git 6.0.0.beta.2.r240.g7703c347-1
Git Clone URL: | https://aur-dev.archlinux.org/scilab-git.git (read-only) |
---|---|
Package Base: | scilab-git |
Description: | A scientific software package for numerical computations |
Upstream URL: | https://www.scilab.org/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | MRWITEK |
Maintainer: | eolianoe (MRWITEK) |
Last Packager: | eolianoe |
Votes: | 5 |
Popularity: | 0.081532 |
First Submitted: | 2013-05-09 17:05 |
Last Updated: | 2016-10-12 14:00 |
Dependencies (32)
- arpack
- beanshell
- curl (curl-http2-git, curl-git, curl-http2)
- docbook-xsl
- eclipse-ecj (gcc-gcj-ecj)
- eigen (eigen3-hg)
- fftw (fftw-mpich, fftw-mpi)
- fop-hyph
- hdf5 (hdf5-fortran-mpich, hdf5-fortran-openmpi, hdf5-cpp-fortran, hdf5-openmpi)
- java-qdox
- java-skinlf
- java-testng
- javahelp2
- jeuclid-core
- jgoodies-looks
- libmatio (libmatio-git)
- saxon-he
- tk (tk85)
- xalan-java
- jlatexmath-fop>=1.0.3
- jrosetta>=1.0.4
- java-flexdock>=1.2.4
- java-batik>=1.8
- jgraphx>=2.0.0.1
- jogl>=2.3.2
- suitesparse>=4.4.1
- java-runtime>=8 (java-gcj-compat, jdk6, jdk5, denix-jdk8, jre8-openjdk-jetbrains-git, server-jre, jre7-openjdk-infinality, tuxjdk, jdk-arm, jre8-openjdk-jetbrains, intellij-jdk, jre8-openjdk-infinality, jdk, jdk7, jre, jre6, jre7, jdk-devel, jre-devel, jre7-openjdk, jre8-openjdk)
- apache-ant (make)
- gcc-fortran (gcc-fortran-git, gcc-fortran-multilib-x32, gcc-fortran-multilib) (make)
- git (git-git) (make)
- ocaml (make)
- java-environment>=8 (java-gcj-compat, jdk6, jdk5, denix-jdk8, jdk8-openjdk-jetbrains-git, jdk7-openjdk-infinality, tuxjdk, jdk-arm, jdk8-openjdk-jetbrains, intellij-jdk, jdk8-openjdk-infinality, jdk, jdk7, jdk-devel, jdk7-openjdk, jdk8-openjdk) (make)
Required by (4)
- python-sciscipy (requires scilab)
- python2-sciscipy (requires scilab)
- quine-relay (requires scilab)
- quine-relay-git (requires scilab)
Latest Comments
1 2 3 Next › Last »
eolianoe commented on 2017-01-24 10:14
@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
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
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
java-commons-beanutils does not exist. Please update the PKGBUILD, if possible.
MRWITEK commented on 2014-09-08 17:06
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
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
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
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
can it depend on beanshell2 from extra instead of bsh, or bsh is needed?
holger commented on 2014-03-04 14:54
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