Commits
Marius Schamschula authored e74b19036aa
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup cmake 1.0 |
5 5 | PortGroup compiler_blacklist_versions 1.0 |
6 6 | PortGroup mpi 1.0 |
7 7 | |
8 8 | name armadillo |
9 - | version 9.600.6 |
9 + | version 9.700.2 |
10 10 | revision 0 |
11 11 | categories science |
12 12 | platforms darwin |
13 13 | maintainers {mps @Schamschula} openmaintainer |
14 14 | license Apache-2 |
15 15 | |
16 16 | description Armadillo C++ linear algebra library |
17 17 | |
18 18 | long_description Armadillo is a C++ linear algebra library (matrix maths) \ |
19 19 | aiming towards a good balance between speed and ease of use. \ |
20 20 | Integer, floating point and complex numbers are supported, \ |
21 21 | as well as a subset of trigonometric and statistics functions. \ |
22 22 | Various matrix decompositions are provided through optional \ |
23 23 | integration with LAPACK or high-performance LAPACK-compatible \ |
24 24 | libraries. |
25 25 | |
26 26 | homepage http://arma.sf.net/ |
27 27 | master_sites sourceforge:project/arma |
28 28 | |
29 29 | use_xz yes |
30 30 | |
31 - | checksums rmd160 a1d350aefcab8e53e6ca114815fcf18d66c5b9f7 \ |
32 - | sha256 eff4aa3c28ab10ba0dead39cc1cb05364fdf35f0971125dfbe3b8c92b60f9372 \ |
33 - | size 4706548 |
31 + | checksums rmd160 f7565b1393c494d4858ec955fceec48875bf0ccc \ |
32 + | sha256 923f2b48974f707c9da3176aab8d370e8003de23277c17ca0e49fdf97fac08bd \ |
33 + | size 4710256 |
34 34 | |
35 35 | depends_build-append port:pkgconfig |
36 36 | |
37 37 | depends_lib-append port:hdf5 |
38 38 | |
39 39 | cmake.out_of_source yes |
40 40 | |
41 41 | mpi.setup |
42 42 | mpi.enforce_variant hdf5 |
43 43 | |