mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
* hdf5: MAJOR VERSION UPDATE 2.1.1 * hdf5: Fix tests; add upstream fortran patch * hdf5: revbumps
52 lines
1.6 KiB
Tcl
52 lines
1.6 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
|
|
name matio
|
|
version 1.5.30
|
|
revision 1
|
|
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
license LGPL-2.1
|
|
categories math
|
|
|
|
description Matio is a library for working with Matlab save files.
|
|
long_description Matio is a library for reading and writing Matlab \
|
|
save files. It is used by scientific data processing \
|
|
programs.
|
|
|
|
homepage http://sourceforge.net/projects/matio
|
|
master_sites sourceforge:project/matio/matio/${version}/
|
|
|
|
checksums rmd160 33ca644f7350839fc3fc1efbeca3ebfbff0b3e49 \
|
|
sha256 8bd3b9477042ecc00dd71c04762fa58468e14cccc32fd8c6826c2da1e8bc3107 \
|
|
size 10185955
|
|
|
|
depends_lib path:lib/libhdf5.dylib:hdf5 \
|
|
port:zlib
|
|
|
|
use_autoreconf yes
|
|
|
|
configure.args --enable-shared
|
|
|
|
configure.cflags -DH5_USE_18_API
|
|
|
|
pre-destroot {
|
|
system "cd ${worksrcpath}/config && chmod a+x install-sh"
|
|
}
|
|
|
|
post-destroot {
|
|
set docdir ${destroot}${prefix}/share/doc/${name}
|
|
xinstall -d ${docdir}
|
|
xinstall -m 644 -W ${worksrcpath} \
|
|
COPYING \
|
|
NEWS \
|
|
README \
|
|
${docdir}
|
|
}
|
|
|
|
test.run yes
|
|
test.target check
|
|
|
|
livecheck.regex ${name}-(\\d+\\.\\d+\\.\\d+)${extract.suffix}
|