|
From: | John W. Eaton |
Subject: | [Octave-bug-tracker] [bug #59475] Exceptions Running Octave with 64-bit Indexes |
Date: | Tue, 17 Nov 2020 10:57:59 -0500 (EST) |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 |
Follow-up Comment #1, bug #59475 (project octave): Was your BLAS library actually compiled to use 64-bit indexing? What about other libraries that also use the BLAS? They all need to be consistently using 64-bit integers for indexing. Have you read https://octave.org/doc/v5.2.0/Compiling-Octave-with-64_002dbit-Indexing.html#Compiling-Octave-with-64_002dbit-Indexing ? We build Octave for Windows systems with 64-bit BLAS and related libraries, so I'm confident that it is possible to build Octave this way. But most Linux distributions don't package BLAS and related libraries compiled to use 64-bit integers for indexing. So if you want to do that, you probably have to correctly configure and build those libraries as well. I _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?59475> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |