melkir, do not give such bad advice. Recompiling is the only sane solution in such cases.
Search Criteria
Package Details: scilab 2025.0.0-1
Package Actions
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: | 86 |
Popularity: | 0.016740 |
First Submitted: | 2011-12-07 20:36 (UTC) |
Last Updated: | 2024-10-26 02:56 (UTC) |
Dependencies (16)
- arpack (arpack-gitAUR)
- bwidgetAUR
- eigen (eigen-gitAUR)
- fftw
- hdf5-openmpi
- libmatio (libmatio-gitAUR)
- suitesparse
- ant (ant-gitAUR) (make)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR) (make)
- ocaml-num (make)
- pcre (make)
- pkgconf (pkgconf-gitAUR) (make)
- time (time-gitAUR) (make)
- tk (tk-fossilAUR) (make)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 29 Next › Last »
haawda commented on 2014-12-09 22:27 (UTC)
eolianoe commented on 2014-12-09 08:20 (UTC)
hdf5 was updated on 02/12/2014 to hdf5-1.8.14, and the version of the library changed: it's now libhdf5.so.9 (instead of libhdf5.so.8), that's why you have some trouble with hdf5.
You can rebuild scilab in order to link with the new version of hdf5 (that was done for several packages in the official repos).
I bumped the version of scilab, in order to force the rebuild.
melkir commented on 2014-12-08 22:08 (UTC)
If you have any trouble with libhf5.so.8 when you want to use scinotes, this is my fix:
sudo cp -s /usr/lib/libhdf5_hl.so /usr/share/scilab/lib/thirdparty/libhdf5_hl.so.8 && sudo cp -s /usr/lib/libhdf5.so /usr/share/scilab/lib/thirdparty/libhdf5.so.8
eolianoe commented on 2014-11-29 13:10 (UTC)
As requested in a comment (maybe deleted) add 'gtk-update-icon-cache' to the dependencies.
For the other requests about hdf5 and tk, I don't understand them.
MRWITEK commented on 2014-10-29 06:02 (UTC)
I should add that you can build old version of jogl package from here:
http://pkgbuild.com/git/aur-mirror.git/tree/jogl?id=14b88908976a71587de409d427ad6e58055de742
There wasn't big changes to PKGBUILD anyway.
eolianoe commented on 2014-10-28 21:42 (UTC)
It's a known bug that the version of jogl in AUR (2.2.x) is in conflict with the one of scilab. Moreover for the moment it's not possible to build scialb against it (http://bugzilla.scilab.org/show_bug.cgi?id=13586).
When the new version of scilab will come out, maybe I will use the dependency from AUR and not from the prerequirements as it is done with the scilab-git package (https://aur.archlinux.org/packages/scilab-git/)
For the -nogui option you could look at http://bugzilla.scilab.org/show_bug.cgi?id=10829, and you could use the option -nw or -nwni (see scilab --help), or you could use scilab-cli.
Pinned Comments
carlosal1015 commented on 2024-11-17 18:01 (UTC)
Open issue https://gitlab.com/scilab/scilab/-/issues/16429