Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Excuse me if I am barking up the wrong tree, but from what I can tell Sundials is at version 2.4 (with the individual libraries at 2.6)? <a href="https://computation.llnl.gov/casc/sundials/download/download.html" rel="nofollow">https://computation.llnl.gov/casc/sundials/download/download.html</a>. Have you tried compiling from the sources here?</p> <p>I just compiled and installed on my Mac Pro running 10.6.7 with no problems! You need to configure using the following in order to install the .dylib otherwise it just generates .la and .a</p> <pre><code>./configure --enable-shared </code></pre> <p>I now have the following:</p> <pre><code>w125-244:sundials-2.4.0 stevemoss$ ls -al /usr/local/lib/libsundials_cvode* -rwxr-xr-x 1 root staff 4136 28 Apr 16:07 /usr/local/lib/libsundials_cvode.1.0.0.dylib lrwxr-xr-x 1 root staff 29 28 Apr 16:07 /usr/local/lib/libsundials_cvode.1.dylib -&gt; libsundials_cvode.1.0.0.dylib -rw-r--r-- 1 root staff 512704 28 Apr 16:07 /usr/local/lib/libsundials_cvode.a lrwxr-xr-x 1 root staff 29 28 Apr 16:07 /usr/local/lib/libsundials_cvode.dylib -&gt; libsundials_cvode.1.0.0.dylib -rwxr-xr-x 1 root staff 878 28 Apr 16:07 /usr/local/lib/libsundials_cvode.la -rwxr-xr-x 1 root staff 4136 28 Apr 16:07 /usr/local/lib/libsundials_cvodes.2.0.0.dylib lrwxr-xr-x 1 root staff 30 28 Apr 16:07 /usr/local/lib/libsundials_cvodes.2.dylib -&gt; libsundials_cvodes.2.0.0.dylib -rw-r--r-- 1 root staff 926048 28 Apr 16:07 /usr/local/lib/libsundials_cvodes.a lrwxr-xr-x 1 root staff 30 28 Apr 16:07 /usr/local/lib/libsundials_cvodes.dylib -&gt; libsundials_cvodes.2.0.0.dylib -rwxr-xr-x 1 root staff 885 28 Apr 16:07 /usr/local/lib/libsundials_cvodes.la </code></pre> <p>and</p> <pre><code>w125-244:sundials-2.4.0 stevemoss$ otool -L /usr/local/lib/libsundials_cvode.dylib /usr/local/lib/libsundials_cvode.dylib: /usr/local/lib/libsundials_cvode.1.dylib (compatibility version 2.0.0, current version 2.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.10) </code></pre> <p>Also, perhaps a symlink might have been better than an mv in your example?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload