Git Product home page Git Product logo

Comments (8)

kumarvirendra avatar kumarvirendra commented on July 18, 2024

There no no information available in output file regarding compiled library information.

from raspa2.

friendly0115 avatar friendly0115 commented on July 18, 2024

There no no information available in output file regarding compiled library information.

How to prepare the lib files of fftw3 blas and lapack? libfftw3f.a, libblas.a, liblapack.a?
Or, there is something or step i missed.

from raspa2.

kumarvirendra avatar kumarvirendra commented on July 18, 2024

if all above library/packages are in your system path then during compilation it will auto detect.

from raspa2.

kumarvirendra avatar kumarvirendra commented on July 18, 2024

check your config.log file:
configure:4136: gcc -o conftest -g -O2 conftest.c -llapack -lblas >&5
configure:4153: result: -llapack
configure:4199: gcc -o conftest -g -O2 conftest.c -lfftw3 -llapack -lblas >&5
configure:4216: result: -lfftw3

from raspa2.

kumarvirendra avatar kumarvirendra commented on July 18, 2024

configure:4080: gcc -o conftest -g -O2 conftest.c -lblas >&5
configure:4097: result: -lblas

from raspa2.

friendly0115 avatar friendly0115 commented on July 18, 2024

configure:4080: gcc -o conftest -g -O2 conftest.c -lblas >&5
configure:4097: result: -lblas

thank you for your reply. but my results are -lfftw3 -lblas without -llapack.
can you show the details of installing lapack? i really don't know what wrong with my steps

from raspa2.

kumarvirendra avatar kumarvirendra commented on July 18, 2024

Which Operating System(OS) you are using

from raspa2.

friendly0115 avatar friendly0115 commented on July 18, 2024

last time, i use the way "yum install lapack lapack-devel" on CentOS 7, then raspa2 could be installed with blas and lapack, but now when i use the same way "dnf installl lapack" on CentOS 8, it does not work, raspa2 can not find the lapack and blas. I still don't know what is the key for this?

from raspa2.

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.