File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,10 @@ if(EXISTS "${pcfile}")
8787 file (WRITE "${pcfile} " "prefix=${CURRENT_INSTALLED_DIR} /debug\n ${_contents} " )
8888endif ()
8989
90- if (NOT USE_OPTIMIZED_BLAS AND NOT (VCPKG_TARGET_IS_WINDOWS AND VCPKG_LIBRARY_LINKAGE STREQUAL "static" ))
90+ if (NOT USE_OPTIMIZED_BLAS AND NOT (
91+ VCPKG_TARGET_IS_WINDOWS AND
92+ VCPKG_LIBRARY_LINKAGE STREQUAL "static" AND
93+ NOT VCPKG_TARGET_IS_MINGW ))
9194 set (pcfile "${CURRENT_PACKAGES_DIR} /lib/pkgconfig/blas.pc" )
9295 if (EXISTS "${pcfile} " )
9396 file (READ "${pcfile} " _contents)
Original file line number Diff line number Diff line change 11{
22 "name" : " lapack-reference" ,
33 "version" : " 3.12.1" ,
4- "port-version" : 1 ,
4+ "port-version" : 2 ,
55 "description" : " LAPACK - Linear Algebra PACKage" ,
66 "homepage" : " https://netlib.org/lapack/" ,
77 "license" : " BSD-3-Clause-Open-MPI" ,
4141 },
4242 "noblas" : {
4343 "description" : " Use external optimized BLAS" ,
44- "supports" : " !windows | !static" ,
44+ "supports" : " !windows | !static | mingw " ,
4545 "dependencies" : [
4646 " blas"
4747 ]
Original file line number Diff line number Diff line change 44744474 },
44754475 "lapack-reference" : {
44764476 "baseline" : " 3.12.1" ,
4477- "port-version" : 1
4477+ "port-version" : 2
44784478 },
44794479 "lastools" : {
44804480 "baseline" : " 2.0.4" ,
Original file line number Diff line number Diff line change 11{
22 "versions" : [
3+ {
4+ "git-tree" : " f50927961bf58450be5c919b3f2e66584cd6585c" ,
5+ "version" : " 3.12.1" ,
6+ "port-version" : 2
7+ },
38 {
49 "git-tree" : " 2cb3ab92f81e3a04378f80e0efb1c1fac10a6164" ,
510 "version" : " 3.12.1" ,
You can’t perform that action at this time.
0 commit comments