mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 22:19:07 +08:00
[armadillo] no absolute paths (#23793)
This commit is contained in:
parent
fed5cf1d9b
commit
33961bb0ed
@ -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()
|
||||||
|
|
||||||
|
@ -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": [
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user