diff --git a/ports/armadillo/portfile.cmake b/ports/armadillo/portfile.cmake index 30030dcd8e..aa501fc5d5 100644 --- a/ports/armadillo/portfile.cmake +++ b/ports/armadillo/portfile.cmake @@ -44,7 +44,7 @@ endif() set(filename "${CURRENT_PACKAGES_DIR}/include/armadillo_bits/config.hpp") if(EXISTS "${filename}") file(READ "${filename}" contents) - string(REGEX REPLACE "\n#define ARMA_AUX_LIBS [^\\n]*\n" "\n" contents "${contents}") + string(REGEX REPLACE "\n#define ARMA_AUX_LIBS [^\n]*\n" "\n" contents "${contents}") file(WRITE "${filename}" "${contents}") endif() diff --git a/ports/armadillo/vcpkg.json b/ports/armadillo/vcpkg.json index 7cceca2189..27e432049a 100644 --- a/ports/armadillo/vcpkg.json +++ b/ports/armadillo/vcpkg.json @@ -1,7 +1,7 @@ { "name": "armadillo", "version": "10.6.2", - "port-version": 4, + "port-version": 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", "homepage": "http://arma.sourceforge.net", "dependencies": [ diff --git a/versions/a-/armadillo.json b/versions/a-/armadillo.json index 51a586f56e..395d93271e 100644 --- a/versions/a-/armadillo.json +++ b/versions/a-/armadillo.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "fb3b2fb5c5daeea857a0b9952dbef5c980fa14c9", + "version": "10.6.2", + "port-version": 5 + }, { "git-tree": "ddc4477e6ecc2d66e429e18e9ccd96367da2ce88", "version": "10.6.2", diff --git a/versions/baseline.json b/versions/baseline.json index 63157add8b..52c2cab6bf 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -162,7 +162,7 @@ }, "armadillo": { "baseline": "10.6.2", - "port-version": 4 + "port-version": 5 }, "arrayfire": { "baseline": "3.8.0",