aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/openblas/portfile.cmake4
-rw-r--r--ports/openblas/vcpkg.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/openblas/portfile.cmake b/ports/openblas/portfile.cmake
index df74c3e68..262101692 100644
--- a/ports/openblas/portfile.cmake
+++ b/ports/openblas/portfile.cmake
@@ -79,8 +79,8 @@ elseif(VCPKG_TARGET_IS_WINDOWS)
${COMMON_OPTIONS}
)
else()
- list(APPEND VCPKG_C_FLAGS "-DNEEDBUNDERSCORE") # Required to get common BLASFUNC to append extra _
- list(APPEND VCPKG_CXX_FLAGS "-DNEEDBUNDERSCORE")
+ string(APPEND VCPKG_C_FLAGS " -DNEEDBUNDERSCORE") # Required to get common BLASFUNC to append extra _
+ string(APPEND VCPKG_CXX_FLAGS " -DNEEDBUNDERSCORE")
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
OPTIONS
diff --git a/ports/openblas/vcpkg.json b/ports/openblas/vcpkg.json
index 657558ade..8315910a3 100644
--- a/ports/openblas/vcpkg.json
+++ b/ports/openblas/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "openblas",
"version": "0.3.10",
- "port-version": 2,
+ "port-version": 3,
"description": "OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.",
"homepage": "https://github.com/xianyi/OpenBLAS",
"default-features": [