Skip to content

Commit cfa08c7

Browse files
authored
Merge pull request #612 from octave-user/main
Add mboct-*-pkg
2 parents c8215f0 + 5c8614e commit cfa08c7

File tree

4 files changed

+207
-0
lines changed

4 files changed

+207
-0
lines changed

packages/mboct-fem-pkg.yaml

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
layout: "package"
3+
permalink: "mboct-fem-pkg/"
4+
description: >-
5+
This package belongs to a suite of packages which can be used
6+
for pre- and postprocessing of flexible bodies in MBDyn (www.mbdyn.org)
7+
with GNU-Octave. It contains a general purpose structural
8+
Finite Element toolkit for linear statics and dynamics,
9+
which can be used to generate flexible body data for
10+
MBDyn's modal element and also hydrodynamic lubricated journal
11+
and slider plain bearings.
12+
icon: "https://avatars.githubusercontent.com/u/61900614?v=4"
13+
links:
14+
- icon: "far fa-copyright"
15+
label: "GPL-3.0-or-later"
16+
url: "https://github.com/octave-user/mboct-fem-pkg/blob/master/COPYING"
17+
- icon: "fas fa-rss"
18+
label: "news"
19+
url:
20+
- icon: "fas fa-code-branch"
21+
label: "repository"
22+
url: "https://github.com/octave-user/mboct-fem-pkg"
23+
- icon: "fas fa-th-list"
24+
label: "function reference"
25+
url: "https://gnu-octave.github.io/mboct-fem-pkg/functions/"
26+
- icon: "fas fa-bug"
27+
label: "report a problem"
28+
url: "https://github.com/octave-user/mboct-fem-pkg/issues"
29+
maintainers:
30+
- name: "Reinhard Resch"
31+
contact: "octave-user@a1.net"
32+
versions:
33+
- id: "0.2.2"
34+
date: "2025-08-24"
35+
sha256: "5d52d55d265dccb1ad1c90b78f914c900214b1e45a5cc9d9be391da64fb7f896"
36+
url: "https://github.com/octave-user/mboct-fem-pkg/releases/download/0.2.2/mboct-fem-pkg-0.2.2.tar.gz"
37+
depends:
38+
- "octave (>= 5.1.0)"
39+
- "pkg"
40+
- "mboct-octave-pkg (>=0.1.0)"
41+
- "mboct-numerical-pkg (>=0.1.0)"
42+
- "mboct-mbdyn-pkg (>=0.1.0)"
43+
ubuntu2204:
44+
- "libmkl-full-dev"
45+
- "libmetis-dev"
46+
- "libgtest-dev"
47+
- "libmumps-seq-dev"
48+
- "libnlopt-dev"
49+
- id: "0.2.1"
50+
date: "2025-08-24"
51+
sha256: "68186a6b2f14eb836261dcb49a96f6f70766a5b97919c928b3b53a64667a1e16"
52+
url: "https://github.com/octave-user/mboct-fem-pkg/releases/download/0.1.0/mboct-fem-pkg-0.2.1.tar.gz"
53+
depends:
54+
- "octave (>= 5.1.0)"
55+
- "pkg"
56+
- "mboct-octave-pkg (>=0.1.0)"
57+
- "mboct-numerical-pkg (>=0.1.0)"
58+
- "mboct-mbdyn-pkg (>=0.1.0)"
59+
ubuntu2204:
60+
- "libmkl-full-dev"
61+
- "libmetis-dev"
62+
- "libgtest-dev"
63+
- "libmumps-seq-dev"
64+
- "libnlopt-dev"
65+
---

packages/mboct-mbdyn-pkg.yaml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
layout: "package"
3+
permalink: "mboct-mbdyn-pkg/"
4+
description: >-
5+
This package belongs to a suite of packages which can be used
6+
for pre- and postprocessing of flexible bodies in MBDyn (www.mbdyn.org)
7+
with GNU-Octave. It contains interfaces to the multibody dynamics
8+
software MBDyn (www.mbdyn.org).
9+
icon: "https://avatars.githubusercontent.com/u/61900614?v=4"
10+
links:
11+
- icon: "far fa-copyright"
12+
label: "GPL-3.0-or-later"
13+
url: "https://github.com/octave-user/mboct-mbdyn-pkg/blob/master/COPYING"
14+
- icon: "fas fa-rss"
15+
label: "news"
16+
url:
17+
- icon: "fas fa-code-branch"
18+
label: "repository"
19+
url: "https://github.com/octave-user/mboct-mbdyn-pkg"
20+
- icon: "fas fa-th-list"
21+
label: "function reference"
22+
url: "https://gnu-octave.github.io/mboct-mbdyn-pkg/functions/"
23+
- icon: "fas fa-bug"
24+
label: "report a problem"
25+
url: "https://github.com/octave-user/mboct-mbdyn-pkg/issues"
26+
maintainers:
27+
- name: "Reinhard Resch"
28+
contact: "octave-user@a1.net"
29+
versions:
30+
- id: "0.1.1"
31+
date: "2025-08-24"
32+
sha256: "9b24940378e6f36186f1f607b5e2421680e227a3602256445e078ba8c615cca6"
33+
url: "https://github.com/octave-user/mboct-mbdyn-pkg/releases/download/0.1.1/mboct-mbdyn-pkg-0.1.1.tar.gz"
34+
depends:
35+
- "octave (>= 5.1.0)"
36+
- "pkg"
37+
- "mboct-octave-pkg (>=0.1.0)"
38+
- "mboct-numerical-pkg (>=0.1.0)"
39+
- "nurbs (>=1.3)"
40+
ubuntu2204:
41+
- "libmkl-full-dev"
42+
- "libmetis-dev"
43+
- "libgtest-dev"
44+
- "libmumps-seq-dev"
45+
- id: "0.1.0"
46+
date: "2025-08-24"
47+
sha256: "7c3031cd4d6f23c35ddcae07ff74b5ea6818e937daaab7f166fd71c11db56a7d"
48+
url: "https://github.com/octave-user/mboct-mbdyn-pkg/releases/download/0.1.0/mboct-mbdyn-pkg-0.1.0.tar.gz"
49+
depends:
50+
- "octave (>= 5.1.0)"
51+
- "pkg"
52+
- "mboct-octave-pkg (>=0.1.0)"
53+
- "mboct-numerical-pkg (>=0.1.0)"
54+
- "nurbs (>=1.3)"
55+
ubuntu2204:
56+
- "libmkl-full-dev"
57+
- "libmetis-dev"
58+
- "libgtest-dev"
59+
- "libmumps-seq-dev"
60+
---

packages/mboct-numerical-pkg.yaml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
layout: "package"
3+
permalink: "mboct-numerical-pkg/"
4+
description: >-
5+
This package belongs to a suite of packages which can be used for
6+
pre- and postprocessing of flexible bodies in MBDyn (www.mbdyn.org)
7+
with GNU-Octave. It contains interfaces to several well known numerical
8+
solvers.
9+
icon: "https://avatars.githubusercontent.com/u/61900614?v=4"
10+
links:
11+
- icon: "far fa-copyright"
12+
label: "GPL-3.0-or-later"
13+
url: "https://github.com/octave-user/mboct-numerical-pkg/blob/master/COPYING"
14+
- icon: "fas fa-rss"
15+
label: "news"
16+
url:
17+
- icon: "fas fa-code-branch"
18+
label: "repository"
19+
url: "https://github.com/octave-user/mboct-numerical-pkg"
20+
- icon: "fas fa-th-list"
21+
label: "function reference"
22+
url: "https://gnu-octave.github.io/mboct-numerical-pkg/functions/"
23+
- icon: "fas fa-bug"
24+
label: "report a problem"
25+
url: "https://github.com/octave-user/mboct-numerical-pkg/issues"
26+
maintainers:
27+
- name: "Reinhard Resch"
28+
contact: "octave-user@a1.net"
29+
versions:
30+
- id: "0.1.0"
31+
date: "2025-08-24"
32+
sha256: "bd575d17ef21a551d946dce08502f06cfc49fedef1e7b55168510a82b588f3dc"
33+
url: "https://github.com/octave-user/mboct-numerical-pkg/releases/download/0.1.0/mboct-numerical-pkg-0.1.0.tar.gz"
34+
depends:
35+
- "octave (>= 5.1.0)"
36+
- "pkg"
37+
- "mboct-octave-pkg (>=0.1.0)"
38+
ubuntu2204:
39+
- "libmkl-full-dev"
40+
- "libmetis-dev"
41+
- "libgtest-dev"
42+
- "libmumps-seq-dev"
43+
---

packages/mboct-octave-pkg.yaml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
layout: "package"
3+
permalink: "mboct-octave-pkg/"
4+
description: >-
5+
This package belongs to a suite of packages which can be used for
6+
pre- and postprocessing of flexible bodies in MBDyn (www.mbdyn.org)
7+
with GNU-Octave. It contains general purpose utility functions used
8+
in all mboct-* packages.
9+
icon: "https://avatars.githubusercontent.com/u/61900614?v=4"
10+
links:
11+
- icon: "far fa-copyright"
12+
label: "GPL-3.0-or-later"
13+
url: "https://github.com/octave-user/mboct-octave-pkg/blob/master/COPYING"
14+
- icon: "fas fa-rss"
15+
label: "news"
16+
url:
17+
- icon: "fas fa-code-branch"
18+
label: "repository"
19+
url: "https://github.com/octave-user/mboct-octave-pkg"
20+
- icon: "fas fa-th-list"
21+
label: "function reference"
22+
url: "https://gnu-octave.github.io/mboct-octave-pkg/functions/"
23+
- icon: "fas fa-bug"
24+
label: "report a problem"
25+
url: "https://github.com/octave-user/mboct-octave-pkg/issues"
26+
maintainers:
27+
- name: "Reinhard Resch"
28+
contact: "octave-user@a1.net"
29+
versions:
30+
- id: "0.1.0"
31+
date: "2025-08-24"
32+
sha256: "55f6debb0e22062ffb5fe462bda1537b5708ed47aa82aeb394f1e9c46c9a61e6"
33+
url: "https://github.com/octave-user/mboct-octave-pkg/releases/download/0.1.0/mboct-octave-pkg-0.1.0.tar.gz"
34+
depends:
35+
- "octave (>= 5.1.0)"
36+
- "pkg"
37+
ubuntu2204:
38+
- "libgtest-dev"
39+
---

0 commit comments

Comments
 (0)