Search Criteria
Package Details: lush2 2.0.1-3
Git Clone URL: | https://aur.archlinux.org/lush2.git (read-only, click to copy) |
---|---|
Package Base: | lush2 |
Description: | An object-oriented programming language designed for researchers, experimenters, and engineers interested in large-scale numerical and graphic applications. |
Upstream URL: | http://lush.sourceforge.net |
Licenses: | |
Submitter: | None |
Maintainer: | None |
Last Packager: | mstone |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2010-03-26 01:05 |
Last Updated: | 2015-07-07 20:43 |
Dependencies (7)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm) (optional)
- gsl (optional)
- lapack (openblas-lapack-git, lapack-tmg, flexiblas, openblas-lapack-static, atlas-lapack, lapack-git, openblas-lapack, armpl) (optional)
- libxft (libxft-bgra-git, libxft-bgra) (optional)
- opencv (opencv-cuda-git, opencv2, opencv2-samples, opencv-with-python2-support, opencv-git, opencv-cuda) (optional)
- sdl (sdl-openglhq, sdl-nokbgrab, sdl-openglhq-nokbgrab, sdl-git, sdl2_compat12-git) (optional)
- texlive-core (texlive-installer, texlive-full) (optional)
Latest Comments
gucong commented on 2013-02-24 04:25
@ackalker: Please adopt
ackalker commented on 2013-02-24 03:05
Package fails to build with this error:
[...]
checking whether bfd works with -Bstatic... no
checking whether bfd works alone... no
configure: error: Unable to locate BFD development files.
[...]
From looking at config.log, it appears that the configure test is missing a dependency: libbfd.a depends on libz.a. See FS#14215 for another example.
After fixing this with a patch (should really be fixed in upstream configure.ac), linking fails because x11_driver depends on libfontconfig.
After adding the missing lib, I get the following working PKGBUILD: http://pastie.org/6325346
gucong commented on 2011-10-05 00:58
Adopted. Not sure about the dependencies. Inform me if I miss something.
gucong commented on 2011-04-09 07:10
Oh, 'sudo' in PKGBUILD.
And here's an updated one: http://pastebin.com/esv3yJSj
Anonymous comment on 2011-03-14 19:29
please add i686:
arch=('i686' 'x86_64')
Anonymous comment on 2011-02-04 08:20
Why does the arch not include i686?