Package Manager#

Installation through a package manager is the recommended option except for the coupling to MSC Marc.

Ubuntu#

Ubuntu packages are hosted on launchpad. Supported versions are

  • 22.10 (Kinetic Kudu)

  • 22.04 (Jammy Jellyfish)

  • 20.04 (Focal Fossa)

A metapackage that contains the DAMASK open source suite consisting of grid solver (damask-grid), mesh solver (damask-mesh), and processing tools (python-damask) can be installed with

sudo add-apt-repository ppa:eisenforschung/damask
sudo apt-get update
sudo apt-get install -y damask=3.0.0-alpha7*

Details regarding the individual packages are available on DAMASK@launchpad.

Debian#

Debian packages are hosted on the openSUSE Build Service.

Attention

Unfortunately, openSUSE Build Service offers no outdated packages. Switch to stable version to obtain the newest packages.

Fedora#

Fedora packages are hosted on the openSUSE Build Service.

Attention

Unfortunately, openSUSE Build Service offers no outdated packages. Switch to stable version to obtain the newest packages.

openSUSE#

openSuse packages are hosted on the openSUSE Build Service.

Attention

Unfortunately, openSUSE Build Service offers no outdated packages. Switch to stable version to obtain the newest packages.

Arch Linux#

Recipes for Arch Linux and related distributions are available on the Arch Linux User Repository (AUR).

Attention

Unfortunately, the Arch Linux User Repository (AUR) offers no outdated packages. Switch to stable version to obtain the newest packages.

Conda#

Conda packages are hosted on conda-forge.

A metapackage that contains the DAMASK open source suite consisting of grid solver (damask-grid), mesh solver (damask-mesh), and processing tools (python-damask) can be installed with

conda config --add channels conda-forge
conda install damask=3.0.0a7

Details regarding the individual packages are available on DAMASK@conda-forge.

Warning

On Windows, only the processing tools (python-damask) but not the solvers can be installed due to missing dependencies.

Note

The Conda package is maintained on GitHub. Please report issues directly to the DAMASK feedstock repository.

Spack#

Spack packages are included as mainline packages.

A metapackage that contains the DAMASK open source suite consisting of grid solver (damask-grid), mesh solver (damask-mesh), and processing tools (py-damask) can be installed with

spack install damask@3.0.0-alpha7

Details regarding the individual packages are available on DAMASK@Spack.

Warning

Due to incompatibilities, the processing tools (py-damask) cannot be built using the Intel toolchain (intel-oneapi-compilers).

Note

The Spack package is maintained on GitHub. Please report issues directly to the Spack repository.