aboutsummaryrefslogtreecommitdiff
path: root/versions/o-/openblas.json
AgeCommit message (Collapse)Author
2021-07-25[openblas] update to 0.3.15 version and add dynamic arch feature (#15238)Ilya Arzhannikov
* [openblas] dynamic arch feature * remove debug output * Update ports/openblas/CONTROL Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * update version to 0.3.13 * osx build * fix CONTROL, add FEATURES keyword to vcpkg_check_features * x-add-version * bump openblas version to 0.3.14 * ./vcpkg x-add-version openblas * apply format.diff from ci * ./vcpkg x-add-version openblas --overwrite-version * Update versions/o-/openblas.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * update port to version 0.3.15 * ./vcpkg x-add-version openblas * vcpkg_check_linkage * ./vcpkg x-add-version openblas --overwrite-version * ./vcpkg x-add-version openblas --overwrite-version * Update versions/o-/openblas.json Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2021-07-22[openblas] Fix C/CXX flag customization in openblas (#18535)Johannes Schönberger
* Fix C/CXX flag customization in openblas * Update ports/openblas/portfile.cmake Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> * Update versions * Update versions/o-/openblas.json * Fix merge conflict * Update versions/o-/openblas.json Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
2021-06-21[openblas] Fix the macro collision with Windows 10 SDK (#18530)NancyLi1013
* [openblas] Fix the macro collision with Windows 10 SDK * Update version files * Update feature thread as threads in vcpkg.json * Update versions/o-/openblas.json
2021-06-10[openblas] Add feature simplethread and thread (#18265)Jack·Boos·Yu
* [openblas] Add feature simplethread and thread * update version record * Update ports/openblas/portfile.cmake * Update ports/openblas/vcpkg.json * Update ports/openblas/vcpkg.json * Update versions/o-/openblas.json
2021-01-21[vcpkg] Rename `port_versions` to `versions` (#15784)nicole mazzuca