diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-04-26 19:12:26 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-04-26 19:12:26 -0700 |
| commit | 402c962f755297f2829717cd2519ef87f894923d (patch) | |
| tree | 4852032796367903d254ca924feeff835a0593cf | |
| parent | bca1e780373864082fe7205a697b76a87508e2ae (diff) | |
| download | vcpkg-402c962f755297f2829717cd2519ef87f894923d.tar.gz vcpkg-402c962f755297f2829717cd2519ef87f894923d.zip | |
[clblas] Also delete clBLAS-tune.pdb
| -rw-r--r-- | ports/clblas/portfile.cmake | 3 | ||||
| -rw-r--r-- | ports/gainput/CONTROL | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ports/clblas/portfile.cmake b/ports/clblas/portfile.cmake index 98ea1e515..9088fc2e9 100644 --- a/ports/clblas/portfile.cmake +++ b/ports/clblas/portfile.cmake @@ -9,7 +9,7 @@ vcpkg_from_github( ) # v2.12 has a very old FindOpenCL.cmake using OPENCL_ vs. OpenCL_ var names -# conflicting with the built-in, more modern FindOpenCL.cmake +# conflicting with the built-in, more modern FindOpenCL.cmake file( REMOVE ${SOURCE_PATH}/src/FindOpenCL.cmake ) @@ -45,6 +45,7 @@ file(INSTALL ) file(REMOVE + ${CURRENT_PACKAGES_DIR}/debug/bin/clBLAS-tune.pdb ${CURRENT_PACKAGES_DIR}/debug/bin/clBLAS-tune.exe ${CURRENT_PACKAGES_DIR}/bin/clBLAS-tune.exe ${CURRENT_PACKAGES_DIR}/debug/bin/concrt140d.dll diff --git a/ports/gainput/CONTROL b/ports/gainput/CONTROL index 45b7b6afb..29ac472c5 100644 --- a/ports/gainput/CONTROL +++ b/ports/gainput/CONTROL @@ -1,3 +1,3 @@ Source: gainput -Version: 1.0.0 +Version: 1.0.0-1 Description: Gainput is a multiplatform C++ input library, supporting mouse, keyboard and controllers |
