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

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

[Octave-bug-tracker] [bug #35114] Octave 3.5.90: mkoctfile fails to link


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #35114] Octave 3.5.90: mkoctfile fails to link against BLAS/LAPACK
Date: Sat, 24 Dec 2011 16:57:49 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.63 Safari/535.7

Follow-up Comment #10, bug #35114 (project octave):

Lukas,

Please run "make check" to see if tests fail with qhull 2011.2. You should see
more than 10 tests fail due to this version of qhull. Most test failure are
resolved by the patch below.


diff --git a/src/DLD-FUNCTIONS/oct-qhull.h b/src/DLD-FUNCTIONS/oct-qhull.h
--- a/src/DLD-FUNCTIONS/oct-qhull.h
+++ b/src/DLD-FUNCTIONS/oct-qhull.h
@@ -20,6 +20,8 @@
 
 */
 
+#define qh_QHpointer 1
+
 #if !defined (octave_oct_qhull_h)
 #define octave_oct_qhull_h 1
 

However, with this patch I still see one failure, so I've been using qhull
2010.1. I haven't tried to debug the failure. Perhaps it is specific to my
build. Please let me know how "make check fairs" for you.

For the purpose of MacPorts, I think it will be more convenient to use the
2011 version, with the patch applied by the port file.



    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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