aboutsummaryrefslogtreecommitdiff
path: root/ports/lapack-reference
diff options
context:
space:
mode:
authorras0219 <533828+ras0219@users.noreply.github.com>2020-08-31 22:36:25 -0700
committerGitHub <noreply@github.com>2020-08-31 22:36:25 -0700
commit46e25a10d7295d3bc107d6f51ce0e2851877f393 (patch)
treeeaceaf631ad478dbdc584332a7541cd40bc22449 /ports/lapack-reference
parentcdd4a988fdf867d3c6dba43fd3924c5188de18bd (diff)
downloadvcpkg-46e25a10d7295d3bc107d6f51ce0e2851877f393.tar.gz
vcpkg-46e25a10d7295d3bc107d6f51ce0e2851877f393.zip
[vcpkg] Replace uses of msys pacman.exe with direct package downloads (#13019)
* wip Apply suggestions from code review Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> * [vcpkg_acquire_msys] Trim list of packages. Introduce defaults. * [behaviortree-cpp] Fix dynamic dependency on ZMQ Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/lapack-reference')
-rw-r--r--ports/lapack-reference/CONTROL2
-rw-r--r--ports/lapack-reference/portfile.cmake3
2 files changed, 2 insertions, 3 deletions
diff --git a/ports/lapack-reference/CONTROL b/ports/lapack-reference/CONTROL
index 5bb5ca6f5..d44258412 100644
--- a/ports/lapack-reference/CONTROL
+++ b/ports/lapack-reference/CONTROL
@@ -13,5 +13,5 @@ Build-Depends: openblas
Description: Use external optimized BLAS
Feature: blas-select
-Build-Depends: lapack-reference[core, noblas](!windows|(windows&!static))
+Build-Depends: lapack-reference[core, noblas](!windows|!static)
Description: Use external optimized BLAS
diff --git a/ports/lapack-reference/portfile.cmake b/ports/lapack-reference/portfile.cmake
index 39159abf7..11655858c 100644
--- a/ports/lapack-reference/portfile.cmake
+++ b/ports/lapack-reference/portfile.cmake
@@ -113,12 +113,11 @@ if("cblas" IN_LIST FEATURES)
endif()
endif()
vcpkg_fixup_pkgconfig()
-vcpkg_copy_pdbs()
# Handle copyright
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
-# remove debug includs
+# remove debug includes
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
if(VCPKG_TARGET_IS_WINDOWS)