[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-patch-tracker] [patch #7468] Wrapper for OSX libBLAS.dylib and l
From: |
anonymous |
Subject: |
[Octave-patch-tracker] [patch #7468] Wrapper for OSX libBLAS.dylib and libLAPACK.dylib |
Date: |
Thu, 17 Feb 2011 08:46:45 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.102 Safari/534.13 |
URL:
<http://savannah.gnu.org/patch/?7468>
Summary: Wrapper for OSX libBLAS.dylib and libLAPACK.dylib
Project: GNU Octave
Submitted by: None
Submitted on: Thu 17 Feb 2011 08:46:44 AM UTC
Category: None
Priority: 7 - High
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
The attached changeset (blaswrap.diff) adds checks to configure.ac to retry
incompatible fortran compiler in two ways:
1) Try with the "-ff2c" option, i.e. to use the F2C calling convention. This
is required with e.g. 32-bit OSX, when using the Apple provided BLAS and
LAPACK libraries, but may also work with other platforms
2) On OSX, try with an OSX specific libcruft/misc/blaswrap.c, which converts
the F2C calls in libBLAS.dylib and libLAPACK.dylib to the native gfortran
calling convention. This is required with 64-bit OSX, if using the Apple
provided BLAS and LAPACK libraries.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Thu 17 Feb 2011 08:46:44 AM UTC Name: blaswrap.diff Size: 12kB By:
None
<http://savannah.gnu.org/patch/download.php?file_id=22708>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?7468>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-patch-tracker] [patch #7468] Wrapper for OSX libBLAS.dylib and libLAPACK.dylib,
anonymous <=