Skip to content

Commit

Permalink
multithreaded OPENBLAS & FFTW
Browse files Browse the repository at this point in the history
  • Loading branch information
willyborn authored and umar456 committed Mar 16, 2023
1 parent c167e9f commit 1e4b1a0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,14 @@
"openblasfftw": {
"description": "Build with OpenBLAS/FFTW",
"dependencies": [
"fftw3",
"openblas",
{
"name": "fftw3",
"features": [ "threads" ]
},
{
"name": "openblas",
"features": [ "threads" ]
},
"lapack"
]
},
Expand Down

0 comments on commit 1e4b1a0

Please sign in to comment.