This repository contains the code to build a Python wheel to load the Dakota python module.
pip install itis-dakota
At the moment the wheel can be installed on Linux (manylinux_2_28 compatible distributions) only.
Support for other operating systems will be added in the future.
After installation, the module can be imported:
import dakota
import dakota.environment as dakenv
And example on how to use the environment module can be found here: https://github.com/snl-dakota/dakota/blob/devel/src/unit/test_dakota_python_env.py
make wheel
Copyright (c) 2023-2024 IT'IS Foundation, Zurich, Switzerland