eth-cscs / stackinator

Home Page:https://eth-cscs.github.io/stackinator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need help in setting up stackinator

profkris opened this issue · comments

I am following the stackinator document but it not very clear to me.

I got stuck after executing ./bootstrap

i have created three directories "Build", "Recipe" and "Config"
and executed below command
stack-config --build $BUILD_PATH --recipe $RECIPE_PATH --system $SYSTEM_CONFIG_PATH

and it was showing that no compilers.yaml file in recipe directory

Kindly guide me to setup the things and explore it.

The online documentation is a good spot to get started: https://eth-cscs.github.io/stackinator/configuring/

For your specific issue, you need to create a recipe, which is a collection of yaml files that describe the contents of your desired environment. The compilers.yaml file describes compiles that you want to provide.

More details about exactly what is expected in a recipe are documented here: https://eth-cscs.github.io/stackinator/recipes/

If that documentation doesn't help get you started, please reply below.