[armadillo] no absolute paths (#23793)

This commit is contained in:
autoantwort 2022-03-28 22:40:11 +02:00 committed by GitHub
parent fed5cf1d9b
commit 33961bb0ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -44,7 +44,7 @@ endif()
set(filename "${CURRENT_PACKAGES_DIR}/include/armadillo_bits/config.hpp") set(filename "${CURRENT_PACKAGES_DIR}/include/armadillo_bits/config.hpp")
if(EXISTS "${filename}") if(EXISTS "${filename}")
file(READ "${filename}" contents) 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}") file(WRITE "${filename}" "${contents}")
endif() endif()

View File

@ -1,7 +1,7 @@
{ {
"name": "armadillo", "name": "armadillo",
"version": "10.6.2", "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", "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", "homepage": "http://arma.sourceforge.net",
"dependencies": [ "dependencies": [

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "fb3b2fb5c5daeea857a0b9952dbef5c980fa14c9",
"version": "10.6.2",
"port-version": 5
},
{ {
"git-tree": "ddc4477e6ecc2d66e429e18e9ccd96367da2ce88", "git-tree": "ddc4477e6ecc2d66e429e18e9ccd96367da2ce88",
"version": "10.6.2", "version": "10.6.2",

View File

@ -162,7 +162,7 @@
}, },
"armadillo": { "armadillo": {
"baseline": "10.6.2", "baseline": "10.6.2",
"port-version": 4 "port-version": 5
}, },
"arrayfire": { "arrayfire": {
"baseline": "3.8.0", "baseline": "3.8.0",