hombit / mesa2py

Yet another Python binding to MESA
0 stars 1 forks source link

Update MESASDK and MESA SOURCE links. #14

Closed AndreyTavleev closed 7 months ago

AndreyTavleev commented 7 months ago

I've just updated MESASDK and MESA source links. Unfortunately, the new ZENODO link is not user-friendly and is hardcoded into the Dockerfile. Also, I deleted the installing subversion command, as we no longer need it. !!! ISSUES: 'apt-get update' return a lot of errors while installing the MESASDK (in docker-mesa-src), as well as while compiling MESA (in the root directory) together with other 'apt-get' commands. For now, the 'apt-get update' command is commented in the Dockerfile in docker-mesa-src.

AndreyTavleev commented 7 months ago

Have changed the python docker image. One need to update the docker mesa-src image on Github to build mesa2py.

AndreyTavleev commented 7 months ago

Also removed the pip3 installing command, as pip is already installed in python3 image. Also had to explicitly run the mesa_init.sh script, because it didn't run from the setup.py file. I don't know the reason of such a behaviour.