Files

39 lines
1.1 KiB
Tcl
Raw Permalink Normal View History

2023-02-02 18:45:10 +08:00
# -*- 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
PortGroup github 1.0
PortGroup makefile 1.0
2026-02-10 19:22:26 -07:00
github.setup georgeweigt eigenmath 350
2023-04-08 02:48:28 +08:00
revision 0
2026-02-10 19:22:26 -07:00
epoch 1
2023-02-02 18:45:10 +08:00
categories math
2026-04-11 19:42:02 +04:00
maintainers nomaintainer
2023-02-02 18:45:10 +08:00
license BSD
description Symbolic math app
long_description {*}${description}
2026-02-10 19:22:26 -07:00
checksums rmd160 3450ac3664ecfa0b8968b6e0bb966213aabad335 \
sha256 8092a385a8b4ad149910239c56db23f5fbc16da47291af006e0f230316d83c4e \
size 1038045
2024-08-14 10:42:41 +08:00
github.tarball_from archive
2023-02-02 18:45:10 +08:00
patchfiles-append patch-Makefile.diff
2023-02-02 18:45:10 +08:00
build.target eigenmath
destroot {
copy ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}
post-destroot {
set docdir ${prefix}/share/doc/${name}
xinstall -d ${destroot}${docdir}
xinstall -m 644 -W ${worksrcpath} LICENSE README.md ${destroot}${docdir}
}
test.run yes
test {
system -W ${worksrcpath} "./eigenmath test/selftest1 && ./eigenmath test/selftest2"
}