aboutsummaryrefslogtreecommitdiff
path: root/ports/openblas/install-openblas.patch
diff options
context:
space:
mode:
authorzhihaoy <43971430+zhihaoy@users.noreply.github.com>2019-02-01 14:20:58 -0600
committerVictor Romero <romerosanchezv@gmail.com>2019-02-01 12:20:57 -0800
commit9be25c17aaf1fc9a1cf2c86a9225879f5ee45f57 (patch)
tree9502cf081fa31e7560e00873e604f44b1cc33a06 /ports/openblas/install-openblas.patch
parent78dd5184dc1f14499f05d48058863ff51374c404 (diff)
downloadvcpkg-9be25c17aaf1fc9a1cf2c86a9225879f5ee45f57.tar.gz
vcpkg-9be25c17aaf1fc9a1cf2c86a9225879f5ee45f57.zip
[openblas] Update to 0.3.5 (#5245)
fixes: #5161, #4145
Diffstat (limited to 'ports/openblas/install-openblas.patch')
-rw-r--r--ports/openblas/install-openblas.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/ports/openblas/install-openblas.patch b/ports/openblas/install-openblas.patch
deleted file mode 100644
index ef9574cdd..000000000
--- a/ports/openblas/install-openblas.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index a379f549..f95a872b 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -16,7 +16,7 @@ enable_language(C)
- include(GNUInstallDirs)
-
- if(MSVC)
--set(OpenBLAS_LIBNAME libopenblas)
-+set(OpenBLAS_LIBNAME openblas)
- else()
- set(OpenBLAS_LIBNAME openblas)
- endif()
-@@ -197,6 +197,10 @@ set_target_properties(${OpenBLAS_LIBNAME} PROPERTIES
- SOVERSION ${OpenBLAS_MAJOR_VERSION}
- )
-
-+install(TARGETS ${OpenBLAS_LIBNAME}
-+ RUNTIME DESTINATION bin
-+ LIBRARY DESTINATION lib
-+ ARCHIVE DESTINATION lib)
-
- # TODO: Why is the config saved here? Is this necessary with CMake?
- #Save the config files for installation