Changes between Initial Version and Version 1 of Ticket #26640


Ignore:
Timestamp:
Oct 13, 2010, 5:32:30 AM (14 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26640

    • Property Keywords octave blas lapack fortran removed
  • Ticket #26640 – Description

    initial v1  
    66
    77BTW:[[BR]]
    8 * There are no problems building "control" when using MacPorts octave-3.2.4, neither PPC nor Intel.[[BR]]
    9 * Note that is possible to compile individual oct-files by src/makefile_*.m and they include the "-Wl,-framework" "-Wl,vecLib" option[[BR]]
    10 * The only thing that works for me without "-Wl,-framework" "-Wl,vecLib" with octave 3.3.52 is src/makefile_helpers.m, probably because those functions are pure C++.[[BR]]
    11 * inst/test_control.m executes all tests at once.
     8 * There are no problems building "control" when using MacPorts octave-3.2.4, neither PPC nor Intel.[[BR]]
     9 * Note that is possible to compile individual oct-files by src/makefile_*.m and they include the "-Wl,-framework" "-Wl,vecLib" option[[BR]]
     10 * The only thing that works for me without "-Wl,-framework" "-Wl,vecLib" with octave 3.3.52 is src/makefile_helpers.m, probably because those functions are pure C++.[[BR]]
     11 * inst/test_control.m executes all tests at once.
    1212
    1313Please let me know if you have any questions or comments.[[BR]]
     
    2121http://octave.svn.sourceforge.net/viewvc/octave/trunk/octave-forge/main/control/src/Makefile
    2222
     23{{{
    2324## transmission zeros of state-space models[[BR]]
    2425mkoctfile slab08nd.cc \[[BR]]
     
    2930          slab08nd.cc \[[BR]]
    3031          AB08ND.f AB08NX.f TB01ID.f MB03OY.f MB03PY.f[[BR]]
    31 
     32}}}
    3233
    3334
    3435running "pkg install control*" from octave results in errors like
    3536
     37{{{
    3638Undefined symbols:
    3739 "_dlaset_", referenced from:
     
    175177ld: symbol(s) not found
    176178collect2: ld returned 1 exit status
     179}}}
    177180
    178181Package Download Link: