Package Details: octave-hg 6:8.0.0.r31096.b6aeea949531-1

Git Clone URL: https://aur.archlinux.org/octave-hg.git (read-only, click to copy)
Package Base: octave-hg
Description: A high-level language, primarily intended for numerical computations.
Upstream URL: http://www.octave.org
Licenses: GPL
Conflicts: octave
Provides: octave
Submitter: haawda
Maintainer: None
Last Packager: haawda
Votes: 10
Popularity: 0.000000
First Submitted: 2009-10-01 23:27 (UTC)
Last Updated: 2022-06-15 21:50 (UTC)

Required by (102)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »

haawda commented on 2015-01-16 21:12 (UTC)

Needs suitesparse at runtime now, and I added portaudio as optional dependency.

Xtof commented on 2014-11-24 11:22 (UTC)

Well, I finally managed to build this package. Here is the complete procedure: > yaourt -S octave-hg # This intall fails. # On my computer, two folders are created : # /tmp/makepkg contain the cloned sources from git and hg # /tmp/yaourt-tmp-[username]/aur-octave-hg => this is the directory we want to use # To clone octave-hg manually : > hg clone http://hg.savannah.gnu.org/hgweb/octave # then copy the newly created /tmp/octave directory in # /tmp/yaourt-tmp-[username]/aur-octave-hg # Run bootstrap > /tmp/yaourt-tmp-[username]/aur-octave-hg/octave/./bootstrap # Launch makepkg -i from /tmp/yaourt-tmp-[username]/aur-octave-hg # Once the package is compiled, simply run the command > pacman -U octave-hg-xxxxxxxxx-x86_64.pkg.tar.xz

Xtof commented on 2014-11-23 20:59 (UTC)

I'm stuck with the installation of octave-hg due to the already mentioned "can't find /tmp/octave-hg/octave/gnulib-hg" issue. I'm trying to follow the suggestions from haawda and roadrunner but I'm not sure what to copy from where to where. I tried several things that do not work. I'm not an expert with these manual build things. The failed install was working in the /tmp/.../aur-octave-hg directory and created ./gnulib and ./octave subdirs. Can anybody give a more detailed procedure ? Any help would be really appreciated here :)

dumbojumbo commented on 2014-10-07 16:31 (UTC)

even after adding the texlive-core I get the same error message. I'm not sure what is wrong. For the time-being I have disabled document generation. On another note has anybody experienced an improvement with JIT enabled. Thanks again @haawda

haawda commented on 2014-10-06 20:20 (UTC)

--disable-java is correct, because in both cases - id est with java enabled - libjvm.so is not found by the build system. I added texlive-core to the makedependencies, maybe this fixes your problem with the missing pngs.

dumbojumbo commented on 2014-10-06 15:12 (UTC)

@haawda thanks a lot for the effort. Now, the build is moving past the suitesparse lib problem, however gets stuck up at the documentation building step. I have pasted the build error in the following link: http://pastebin.com/VUCP4jha I'm not sure what causes the problem. Any help will be appreciated. In the PKGBUILD there is both --enable-java and --disable-java options used. Is this valid?

haawda commented on 2014-10-05 12:22 (UTC)

new makedependency suitesparse-solibs needed.

haawda commented on 2014-08-29 23:05 (UTC)

I encountered build problems with the newest suitesparse version. For now I added --without-umfpack to the configure options.

haawda commented on 2013-12-04 23:11 (UTC)

Provides version 4.1.0 now, some new deps and makedeps needed.