Commits
Marius Schamschula authored c17730673b8
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.700.3 |
9 + | version 9.800.1 |
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 3c1947e4ff15e50eb2139f04ab13ff82e5a80de1 \ |
32 - | sha256 6779ab4e82b8487dcf08e58d6d7d86f20b1c0032c6817712a95ec6097fe4528d \ |
33 - | size 4711276 |
31 + | checksums rmd160 217d66a6ed1a2dde86bfc54c93debb68c9b8714c \ |
32 + | sha256 ebcf57e031465848d2110d2d9f0b09a3bfd31d7e117327e6142935f2e783daee \ |
33 + | size 4713172 |
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 | |