TUW-GEO/rt1

Setup

Closed this issue · 8 comments

Implement proper setup.py for the package

  • setup.py
  • PIP distribution

an initial setup.py and PIP related makefile was added

we should also allow for condo based installation

different installation mechanisms should be tested automatically

conda installation should also be covered!

installation works now for
a) standard python way using setup.py
b) using pip

what is still pending is the conda installation. For that a conda-forge recipe will be created. Will take a couple of days to finish.

add symengine dependency in setup.py

added symengine dependency in setup.py (ef4d9a7)

everything except conda installation is set up and working.
Conda installation pending on conda-forge admin.

I therefore close this issue for now