mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
[armadillo] Fix configure_file failed (#8299)
This commit is contained in:
parent
498a9b758e
commit
000e7c68f3
@ -1,4 +1,4 @@
|
|||||||
Source: armadillo
|
Source: armadillo
|
||||||
Version: 2019-04-16-4
|
Version: 2019-04-16-5
|
||||||
Description: Armadillo is a high quality linear algebra library (matrix maths) for the C++ language, aiming towards a good balance between speed and ease of use
|
Description: Armadillo is a high quality linear algebra library (matrix maths) for the C++ language, aiming towards a good balance between speed and ease of use
|
||||||
Build-Depends: openblas (!osx), clapack (!osx)
|
Build-Depends: openblas (!osx), clapack (!osx)
|
||||||
|
@ -20,6 +20,7 @@ file(REMOVE ${SOURCE_PATH}/cmake_aux/Modules/ARMA_FindOpenBLAS.cmake)
|
|||||||
|
|
||||||
vcpkg_configure_cmake(
|
vcpkg_configure_cmake(
|
||||||
SOURCE_PATH ${SOURCE_PATH}
|
SOURCE_PATH ${SOURCE_PATH}
|
||||||
|
DISABLE_PARALLEL_CONFIGURE
|
||||||
PREFER_NINJA
|
PREFER_NINJA
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-DDETECT_HDF5=false
|
-DDETECT_HDF5=false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user