octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #54235] problems building Octave on Solaris


From: Michele
Subject: [Octave-bug-tracker] [bug #54235] problems building Octave on Solaris
Date: Mon, 16 Jul 2018 12:21:37 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; SunOS sun4u; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #116, bug #54235 (project octave):

Hey Mike, it looks like your sed magic spell did the trick!  Check it out:


...
  GEN      scripts/specfun/PKG_ADD
  GEN      scripts/special-matrix/PKG_ADD
  GEN      scripts/startup/PKG_ADD
  GEN      scripts/statistics/PKG_ADD
  GEN      scripts/strings/PKG_ADD
  GEN      scripts/testfun/PKG_ADD
  GEN      scripts/time/PKG_ADD
  GEN      scripts/@ftp/PKG_ADD
  GEN      libinterp/DOCSTRINGS
gmake[3]: Entering directory '/export/home/michele/octave-4.4.0x'
preserving existing HG-ID file
gmake[3]: Leaving directory '/export/home/michele/octave-4.4.0x'
Updating ./doc/liboctave/version-liboctave.texi
  GEN      etc/icons/org.octave.Octave.desktop
  GEN      .gdbinit

Octave successfully built.  Now choose from the following:

   ./run-octave    - to run in place to test before installing
   make check      - to run the tests
   make install    - to install (PREFIX=/usr/local)

   HG ID for this build is "5f63ca41eacb"

gmake[2]: Leaving directory '/export/home/michele/octave-4.4.0x'
gmake[1]: Leaving directory '/export/home/michele/octave-4.4.0x'
#


And a quick benchmark:


octave:24> a = magic (33) ;
octave:25> tic ; inv (inv (a)) ; toc
Elapsed time is 0.000426054 seconds.
octave:26>


This is on a Sun M3000 quad-core 2.75 GHz. SPARC64 VII.  For comparison, this
code on my fastest PC, an Intel Core 2 Duo 3.16 GHz. dual-core took 0.0630
seconds in Matlab 6R13. So that's not too bad.

With that done, is there a way to address the other issues now?  Most of my
applications are graphics, image processing, and network communication, so I
really need those functions.  And the GUI.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54235>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]