Changes

Summary

  1. Gradle: Bootstrap from miniconda, including graphviz. (commit: cafa1db) (details)
  2. WIP: Setup Anaconda directly from the build script. (commit: ef1cbec) (details)
  3. working but resource-intense config (commit: b996ec4) (details)
  4. fix(build): allow installMacrogen when env exists (commit: 4d5145b) (details)
Commit cafa1dbf40478c631ebf74e5494e2d5cd895a564 by Thorsten Vitt
Gradle: Bootstrap from miniconda, including graphviz.

This relieves the dependency on a system GraphViz, and we can use a
pre-built Python.
(commit: cafa1db)
The file was modified build.gradle (diff)
Commit ef1cbec390e8b44abc53bd08897a511263541fe5 by Thorsten Vitt
WIP: Setup Anaconda directly from the build script.

This attempts to avoid the python envs plugin. The idea would be to get
a Miniconda installer via the regular dependency mechanism, install
miniconda and then install an environment from an environment.yml into
which we can then install macrogen.
(commit: ef1cbec)
The file was modified build.gradle (diff)
Commit b996ec4cc467a5dbcaf66e66d109ad82304335cd by Thorsten Vitt
working but resource-intense config
(commit: b996ec4)
The file was addedenvironment.yml
The file was modified build.gradle (diff)
Commit 4d5145b9236f6d1a5f47dd826a338a6aa2c98c36 by Thorsten Vitt
fix(build): allow installMacrogen when env exists
(commit: 4d5145b)
The file was modified build.gradle (diff)