# $Id:$ PortSystem 1.0 name octave-odebvp version 1.0.4 categories math science platforms darwin maintainers andrea.damore@macports.org description To approximate the solution of the boundary-value problem y''=p(x)*y' + q(x)*y + r(x), a<=x<=b, y(a)=alpha, y(b)=beta by the linear finite-diffence method. long_description ${description} homepage http://octave.sf.net master_sites sourceforge:octave distname odebvp-1.0.4 checksums \ odebvp-1.0.4.tar.gz \ md5 266792970891e79fab7b3fb97421e4b5 \ sha1 f36fc6480ebb64a93b7900f7f7692dbe29a9f903 \ rmd160 8b8e6fd1c9d9ca9467ab741dd8699063acb5d9b0 depends_lib-append port:octave post-destroot { move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} } post-activate { system "octave --eval \"pkg rebuild\"" }