https://github.com/milover/foam-extend-containers
Build files for foam-extend-related containers.
https://github.com/milover/foam-extend-containers
Last synced: 8 months ago
JSON representation
Build files for foam-extend-related containers.
- Host: GitHub
- URL: https://github.com/milover/foam-extend-containers
- Owner: Milover
- License: mit
- Created: 2022-02-10T11:48:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T17:57:23.000Z (over 4 years ago)
- Last Synced: 2025-03-26T04:25:35.721Z (about 1 year ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Containers for foam-extend and related projects
Files for setting up base container images for [foam-extend][fe] and the
[solids4foam][s4f] project.
The default foam-extend version is 4.1, but it can be changed in the Makefile
by changing the `FOAM_VERSION` variable.
__Notes:__
* most third party components aren't built/included (e.g. pyFoam, metis)
* build tools aren't included in the base images
* master branch tips are used for building
Prebuilt images are available through the [Docker hub][docker-hub]:
* [foam-extend][fe-hub]
* [solids4foam][s4f-hub]
## Build
Only [Docker][docker] is necessary for building, since all sources are pulled
during the build.
The images can be built by running:
```shell
$ make foam-extend
$ make solids4foam
```
Depending on your Docker setup, you might have to prepend `sudo` to the make
commands.
## License
[MIT License][lic]
[of]: https://www.openfoam.com
[opencfd]: https://hub.docker.com/u/opencfd
[fe]: https://sourceforge.net/projects/foam-extend/
[s4f]: https://bitbucket.org/philip_cardiff/solids4foam-release/src/master/
[docker]: https://www.docker.com
[lic]: LICENSE
[docker-hub]: https://hub.docker.com
[fe-hub]: https://hub.docker.com/r/capsisescape/foam-extend
[s4f-hub]: https://hub.docker.com/r/capsisescape/solids4foam