1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <html lang="en">
- <head>
- <title>Additional harminv notes - avram - a virtual machine code interpreter</title>
- <meta http-equiv="Content-Type" content="text/html">
- <meta name="description" content="avram - a virtual machine code interpreter">
- <meta name="generator" content="makeinfo 4.13">
- <link title="Top" rel="start" href="index.html#Top">
- <link rel="up" href="harminv.html#harminv" title="harminv">
- <link rel="prev" href="harminv-exceptions.html#harminv-exceptions" title="harminv exceptions">
- <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
- <meta http-equiv="Content-Style-Type" content="text/css">
- <style type="text/css"><!--
- pre.display { font-family:inherit }
- pre.format { font-family:inherit }
- pre.smalldisplay { font-family:inherit; font-size:smaller }
- pre.smallformat { font-family:inherit; font-size:smaller }
- pre.smallexample { font-size:smaller }
- pre.smalllisp { font-size:smaller }
- span.sc { font-variant:small-caps }
- span.roman { font-family:serif; font-weight:normal; }
- span.sansserif { font-family:sans-serif; font-weight:normal; }
- --></style>
- </head>
- <body>
- <div class="node">
- <a name="Additional-harminv-notes"></a>
- <p>
- Previous: <a rel="previous" accesskey="p" href="harminv-exceptions.html#harminv-exceptions">harminv exceptions</a>,
- Up: <a rel="up" accesskey="u" href="harminv.html#harminv">harminv</a>
- <hr>
- </div>
- <h4 class="subsection">D.8.4 Additional <code>harminv</code> notes</h4>
- <p>The <code>harminv</code> library interface requires the <code>harminv</code> and
- <code>lapack</code> libraries to be installed on the host system, and also
- requires standard complex number support from the system's C library.
- <p>The author's installation of <code>avram</code> has been compiled against
- the Debian <code>harminv</code> development library package, which at this
- writing is unmaintained and is missing the necessary header file
- <samp><span class="file">harminv-int.h</span></samp>, without which compilation of files including
- <samp><span class="file">harminv.h</span></samp> fails. Some headers from <samp><span class="file">harminv.h</span></samp> have been
- copied directly into <samp><span class="file">avram-x.x.x/src/harminv.c</span></samp> under the
- <code>avram</code> source tree to avoid this dependence, so that
- <code>avram</code> will compile correctly on a Debian system. These may need
- to be updated if necessary to track the <code>harminv</code> source.
- </body></html>
|