Giter VIP home page Giter VIP logo

Comments (5)

cponder avatar cponder commented on July 17, 2024

Also, I've got to say, I can't figure out build options from CMake the way i can from AutoTools.

from clblas.

tingxingdong avatar tingxingdong commented on July 17, 2024

sudo apt install liblapack-dev liblapack3 libopenblas-base libopenblas-dev

from clblas.

cponder avatar cponder commented on July 17, 2024

I'm using a system where I don't have the authority to do this.
Also I'm trying to build separate copies of the library to be ported to other CentOS- and Ubuntu- based systems, and want to minimize the number of external library dependencies
Since, assuming I read correctly, the OpenBLAS is only being used in the testing phase, that dependency shouldn't have to be in the library.

from clblas.

CNugteren avatar CNugteren commented on July 17, 2024

I believe by setting BUILD_TEST to off you wouldn't need a reference BLAS library as a dependency, because you shouldn't get into this bit of code.

from clblas.

cponder avatar cponder commented on July 17, 2024

Ok -- thenks -- this solved the problem!
I had been setting
-DBUILD_KTEST:BOOL=OFF
but that isn't the same thing.
So here's the next question: is there a way to separate the build/install of the libraries from the build/install of the tests? Like
cmake -DBUILD_TEST:BOOL=OFF ...
make install
<set up openblas dependencies>
cmake -DBUILD_TEST:BOOL=ON ...
make test

from clblas.

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.