diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/armadillo/CONTROL | 5 | ||||
| -rw-r--r-- | ports/armadillo/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/armadillo/vcpkg.json | 10 |
3 files changed, 12 insertions, 7 deletions
diff --git a/ports/armadillo/CONTROL b/ports/armadillo/CONTROL deleted file mode 100644 index d903f6472..000000000 --- a/ports/armadillo/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: armadillo -Version: 10.2.0 -Homepage: http://arma.sourceforge.net -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: blas, lapack diff --git a/ports/armadillo/portfile.cmake b/ports/armadillo/portfile.cmake index bc275cb66..4f52e9d74 100644 --- a/ports/armadillo/portfile.cmake +++ b/ports/armadillo/portfile.cmake @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_sourceforge( OUT_SOURCE_PATH SOURCE_PATH REPO arma - FILENAME "armadillo-10.2.0.tar.xz" - SHA512 c5d6f4bac0acba63fbd7681653d521249fd303ffbbc5b18df71500eb111514c1d09db600a580091d6a23c83748c109c30938bbcd80a3a0b2c25e2fdea932f2cd + FILENAME "armadillo-10.4.0.tar.xz" + SHA512 72cf8a493e86c51c4c875076d0a9dd7c21fbfbd639064fa7a96daf4a5df02b36c93440bbae471f30d368547c6856c91fef97ce8ed2ec0526b0060588b71cd28a PATCHES remove_custom_modules.patch fix-CMakePath.patch diff --git a/ports/armadillo/vcpkg.json b/ports/armadillo/vcpkg.json new file mode 100644 index 000000000..19daff809 --- /dev/null +++ b/ports/armadillo/vcpkg.json @@ -0,0 +1,10 @@ +{ + "name": "armadillo", + "version": "10.4.0", + "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": [ + "blas", + "lapack" + ] +} |
