2022-12-29 03:13:17 +07: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 cmake 1.1
|
|
|
|
|
PortGroup github 1.0
|
|
|
|
|
|
2024-09-14 03:46:38 +08:00
|
|
|
github.setup devernay cminpack 1.3.11 v
|
2022-12-29 03:13:17 +07:00
|
|
|
categories math
|
|
|
|
|
license BSD
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2022-12-29 03:13:17 +07:00
|
|
|
description Solving nonlinear equations and nonlinear least squares problems
|
|
|
|
|
long_description A C/C++ rewrite of the MINPACK software (originally in Fortran) \
|
|
|
|
|
for solving nonlinear equations and nonlinear least squares problems.
|
2024-09-14 03:46:38 +08:00
|
|
|
checksums rmd160 50aa8b983fccce5e7510ddd477fac00d80e93f3a \
|
|
|
|
|
sha256 45675fac0a721a1c7600a91a9842fe1ab313069db163538f2923eaeddb0f46de \
|
|
|
|
|
size 337521
|
2024-06-01 18:51:42 +08:00
|
|
|
github.tarball_from archive
|
2022-12-29 03:13:17 +07:00
|
|
|
|
|
|
|
|
configure.args-append \
|
|
|
|
|
-DBUILD_SHARED_LIBS=ON \
|
|
|
|
|
-DUSE_BLAS=OFF
|
|
|
|
|
|
|
|
|
|
notes "
|
|
|
|
|
This product includes software developed by the University
|
|
|
|
|
of Chicago, as Operator of Argonne National Laboratory.
|
|
|
|
|
"
|
|
|
|
|
|
|
|
|
|
post-destroot {
|
|
|
|
|
xinstall -d ${destroot}${prefix}/share/${name}
|
|
|
|
|
xinstall -m 0644 -W ${worksrcpath} CopyrightMINPACK.txt ${destroot}${prefix}/share/${name}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
test.run yes
|
|
|
|
|
test.cmd ctest
|