Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 415
    • Issues 415
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Wiki
  • precompiled

precompiled · Changes

Page history
update links/information for 2212, add apptainer information authored Dec 22, 2022 by Mark OLESEN's avatar Mark OLESEN
Hide whitespace changes
Inline Side-by-side
precompiled.md
View page @ 9763ad1f
......@@ -20,9 +20,10 @@ Pre-compiled binaries are currently available for the following systems:
|---------------|
| [Ubuntu](/precompiled/debian) |
| [openSUSE](/precompiled/suse) |
| [CentOS/RedHat/Fedora](/precompiled/redhat) |
| [RedHat _derivatives_](/precompiled/redhat) |
| [Windows](/precompiled/windows) |
| [Docker](/precompiled/docker) |
| [Apptainer](/precompiled/apptainer) |
| [Docker / Podman](/precompiled/docker) |
![!!](/icons/alert-triangle.svg) The packages do ***not*** contain
......@@ -67,6 +68,7 @@ until completion of a particular project.
The system installation prefix `/usr/lib/openfoam` is used, below
which individual versions are located.
For example,
- `/usr/lib/openfoam/openfoam2212/`
- `/usr/lib/openfoam/openfoam2206/`
- `/usr/lib/openfoam/openfoam2112/`
- `/usr/lib/openfoam/openfoam2106/`
......@@ -75,6 +77,7 @@ For example,
The OpenFOAM bash session wrapper will be created under `/usr/bin`.
For example,
- `/usr/bin/openfoam2212`
- `/usr/bin/openfoam2206`
- `/usr/bin/openfoam2112`
- `/usr/bin/openfoam2106`
......@@ -90,7 +93,7 @@ need"_ approach [more control, less diskspace]. Another group of users
prefers the _"just install everything"_ approach [less control, more
diskspace].
We have attempted to strike a reasonable balance between both. For
any given *base* package (e.g., `openfoam2206` etc), there are a variant
any given *base* package (e.g., `openfoam2212` etc), there are a variant
of sub-packages (_"only-what-I-need"_), but also a `default` package for
the _"install-everything"_ folks.
......@@ -132,7 +135,7 @@ the same system, some installations use a meta-package structure:
| openfoam2112 | The maintenance version for v2112 |
| openfoam2106 | The maintenance version for v2106 |
The version-specific packages (eg, `openfoam2206`, `openfoam2112`, ...)
The version-specific packages (eg, `openfoam2212`, `openfoam2206`, ...)
install into distinct directories so that it is possible to have
multiple versions available on your systems.
The top-level `openfoam` package registers which of the
......@@ -146,7 +149,7 @@ version-specific packages corresponds to the current release.
|---------------|--------------|----------------|---------------|
| [Ubuntu](https://sourceforge.net/projects/openfoam/files/repos/deb/) | [dl.openfoam.com/repos/deb/](https://dl.openfoam.com/repos/deb/) | Actively maintained by OpenCFD | [notes](/precompiled/debian) |
| [openSUSE science](https://build.opensuse.org/project/show/science) | package [openfoam](https://build.opensuse.org/package/show/science/openfoam), [download](https://software.opensuse.org//download.html?project=science&package=openfoam) | Actively maintained by OpenCFD | [notes](/precompiled/suse) |
| [Fedora/CentOS/RedHat copr](https://copr.fedorainfracloud.org/coprs/openfoam/) | package [openfoam](https://copr.fedorainfracloud.org/coprs/openfoam/openfoam/) | In development by OpenCFD | [notes](/precompiled/redhat) |
| [RedHat _derivatives_: copr](https://copr.fedorainfracloud.org/coprs/openfoam/) | package [openfoam](https://copr.fedorainfracloud.org/coprs/openfoam/openfoam/) | In development by OpenCFD | [notes](/precompiled/redhat) |
## Resources
......@@ -158,7 +161,7 @@ reference purposes, and to help when scripting:
|---------------|---------------|-----------------|
| common | [openfoamAPI.spec](/packaging/common/openfoamAPI.spec) [rpmlintrc](/packaging/common/openfoam-rpmlintrc) | [create-tar](/packaging/common/create-tar.sh) |
| openSUSE | | |
| CentOS/RedHat | [openfoam-selector.spec](/packaging/redhat/openfoam-selector.spec) | [copr fetch](/packaging/redhat/copr-fetch.sh) |
| RedHat _derivatives_ | [openfoam-selector.spec](/packaging/redhat/openfoam-selector.spec) | [copr fetch](/packaging/redhat/copr-fetch.sh) |
| Ubuntu | | [add repo](/packaging/debian/add-debian-repo.sh) |
| Docker | | [run script][run-script] |
......
Clone repository
  • Submitting issues
  • building
  • building
    • cross compile mingw
  • coding
    • git workflow
    • patterns
      • HashTable
      • dictionary
      • memory
      • parallel
      • patterns
      • precision
      • selectors
      • strings
    • style
      • style
  • configuring
  • Home
View All Pages