diff --git a/octave/octave-mboct-numerical/Portfile b/octave/octave-mboct-numerical/Portfile new file mode 100644 index 00000000000..e8458e0524a --- /dev/null +++ b/octave/octave-mboct-numerical/Portfile @@ -0,0 +1,27 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 + +PortSystem 1.0 +PortGroup linear_algebra 1.0 +PortGroup octave 1.0 + +octave.setup github octave-user mboct-numerical-pkg 0.1.0 +github.tarball_from releases +octave.module mboct-numerical +revision 0 + +license GPL-3+ +maintainers {mps @Schamschula} openmaintainer +description TMBDyn/Octave numerical solvers. +long_description {*}${description} mboct-numerical belongs to a suite of packages \ + which can be used for pre- and post-processing of flexible bodies \ + in MBDyn with GNU-Octave and Gmsh. + +checksums rmd160 91a1ade3f653f090e2d2a2afca03ba397c0f6a0e \ + sha256 bd575d17ef21a551d946dce08502f06cfc49fedef1e7b55168510a82b588f3dc \ + size 144089 + +depends_lib port:gtest \ + port:metis \ + port:mumps \ + port:octave-mboct-octave \ + port:pastix