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

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

[Octave-bug-tracker] [bug #60308] mkoctfile function behaves different t


From: Martin K
Subject: [Octave-bug-tracker] [bug #60308] mkoctfile function behaves different than in command style
Date: Tue, 30 Mar 2021 06:27:11 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:86.0) Gecko/20100101 Firefox/86.0

Follow-up Comment #1, bug #60308 (project octave):

The working code should be 

 blas_libs = evalc('mkoctfile --print BLAS_LIBS');
lapack_libs = evalc('mkoctfile --print LAPACK_LIBS');
 

with 'eval' ist returns a parse error. 

But this output can later not be used in 'mkoctfile' since they return
`-lblas` and not `-l blas`. So this is an issue as well. 

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60308>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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