aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-02-28 14:20:17 -0800
committerRobert Schumacher <roschuma@microsoft.com>2018-02-28 14:20:17 -0800
commit8361b44fcdb1d7b0535afe6a22a4aa880b05ed5e (patch)
tree2ca67f56d042b7449ab4d648974139af2b6b384c
parentbbbbfb9e79a201a7c479fbc9e8ca14cd8569703d (diff)
downloadvcpkg-8361b44fcdb1d7b0535afe6a22a4aa880b05ed5e.tar.gz
vcpkg-8361b44fcdb1d7b0535afe6a22a4aa880b05ed5e.zip
[tiny-dnn] Fix regression during upgrade
-rw-r--r--ports/tiny-dnn/CONTROL2
-rw-r--r--ports/tiny-dnn/portfile.cmake7
2 files changed, 4 insertions, 5 deletions
diff --git a/ports/tiny-dnn/CONTROL b/ports/tiny-dnn/CONTROL
index bb16f127a..550eb4d98 100644
--- a/ports/tiny-dnn/CONTROL
+++ b/ports/tiny-dnn/CONTROL
@@ -1,3 +1,3 @@
Source: tiny-dnn
-Version: 2018-02-25
+Version: 2018-02-25-1
Description: A C++14 implementation of deep learning. It is suitable for deep learning on limited computational resource.
diff --git a/ports/tiny-dnn/portfile.cmake b/ports/tiny-dnn/portfile.cmake
index 7357eb7c8..686c5e161 100644
--- a/ports/tiny-dnn/portfile.cmake
+++ b/ports/tiny-dnn/portfile.cmake
@@ -8,8 +8,7 @@ vcpkg_from_github(
HEAD_REF master
)
-file(INSTALL ${SOURCE_PATH}/tiny_dnn DESTINATION ${CURRENT_PACKAGES_DIR}/include)
+file(COPY ${SOURCE_PATH}/tiny_dnn DESTINATION ${CURRENT_PACKAGES_DIR}/include/)
-
-file(COPY ${CURRENT_BUILDTREES_DIR}/src/tiny-dnn-dd906fed8c8aff8dc837657c42f9d55f8b793b0e/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/tiny-dnn)
- file(RENAME ${CURRENT_PACKAGES_DIR}/share/tiny-dnn/LICENSE ${CURRENT_PACKAGES_DIR}/share/tiny-dnn/copyright) \ No newline at end of file
+file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/tiny-dnn)
+file(RENAME ${CURRENT_PACKAGES_DIR}/share/tiny-dnn/LICENSE ${CURRENT_PACKAGES_DIR}/share/tiny-dnn/copyright)