Skip to content

Setting up autocmake to compile gimic #295

@mariavd

Description

@mariavd

@bast I'm not sure if the gimic repo is the right place to ask about autocmake, but I ran into trouble recompiling gimic on the CSC computers. We no longer have a full Anaconda but containerized Miniconda. Apparently, autocmake is missing. I downloaded the tar with the latest release of autocmake, but I couldn't figure out how to get it running to compile gimic.

I tried making a custom environment from a yml file but it fails to install autocmake. One of my attempts was:

channels:
  - conda-forge
dependencies:
  - python=3.10
  - pip=22.2.2
  - cython
  - numpy
  - pyparsing=2.4.7
  - pyyaml
  - sphinx
  - sphinx_rtd_theme
  - pip:
      - runtest=2.3.2
      - autocmake

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions