Skip to content
Discussion options

You must be logged in to vote

good idea, we will check this out, here from what I see it won't be difficult to add the arm option when distributing the conda packages. Until then I leave your workflow as answer on how to build for arm:

Three steps are needed:

  1. create combined conda env for gems3k and xgems dependencies
  2. build gems3k from source (just follow instructions on https://github.com/gemshub/GEMS3K)
  3. build xgems from source (instructions: https://github.com/gemshub/xgems)

for the conda enviroment, heres the full list of dependencies (replace in environment.devenv.yaml):

dependencies:
  - gxx_linux-64  # [linux]
  - cmake>=3.13
  - make
  - git
  - clcache  # [win]
  - ccache  # [unix]
  - pybind11
  - pytest
 …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by gdmiron
Comment options

You must be logged in to vote
1 reply
@j-engelmann
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants