Code Monkey home page Code Monkey logo

Comments (4)

siko1056 avatar siko1056 commented on August 24, 2024

Which Linux distribution do you use? A common problem was, that the compiler mex a.k.a. mkoctfile is not installed by default, see for example https://packages.debian.org/stretch/liboctave-dev . If you can properly call mkoctfile from the Octave command line, you can rebuild the binaries by running

install_sedumi -rebuild

from sedumi.

rickllyxu avatar rickllyxu commented on August 24, 2024

Thank you! After installing liboctave-dev and install_sedumi -rebuild, Compilation gets successful.
btw, I copy the file f77blas.h and openblas_config.h to the sedumi directory, or it will give a not found error.

from sedumi.

siko1056 avatar siko1056 commented on August 24, 2024

Did you copy the files /usr/include/openblas/f77blas.h and /usr/include/openblas/openblas_config.h from https://packages.debian.org/stretch/libopenblas-dev ?

Alternatively, you can run

setenv ("CFLAGS", "-I/usr/include/openblas");

before install_sedumi -rebuild.

Anyways, if you are satisfied with the solution, you can close this item.

from sedumi.

rickllyxu avatar rickllyxu commented on August 24, 2024

thanks the alternative solution.

from sedumi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.