Giter VIP home page Giter VIP logo

Comments (4)

atilag avatar atilag commented on August 19, 2024

There's a way to specify the BLAS implementation you want to use for building in CMake. Apple Accelerate is our first candidate, so if CMake finds it, it just uses it.
This is not configurable at the moment.
Seems to be a good candidate for a Good First Issue

from qiskit-aer.

atilag avatar atilag commented on August 19, 2024

Adding HINTS parameter to the find_package() and takeing it's value from a env variable seems the way to go here:

find_package(BLAS HINTS "$ENV{MY_ENV_VARIABLE}" REQUIRED)

from qiskit-aer.

a07r avatar a07r commented on August 19, 2024

@atilag

I'm looking to get started, Not sure what "build system" tag is for! (there isn't a description to it in the labels)

Can I start here with this issue? (It's an old issue, has anything changed since you last made the comment!)

Edit: My Bad! I didn't notice that it's assigned to you already, Please ignore this comment!

from qiskit-aer.

atilag avatar atilag commented on August 19, 2024

We have introduced a way to do this with BLAS so I'm closing this issue.

from qiskit-aer.

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.