-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
@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