grand-mother / grand

Core package for GRAND aka GrandLib
https://grand-mother.github.io/grand-docs
GNU Lesser General Public License v3.0
4 stars 13 forks source link

Source env/setup.sh always remakes the files #61

Closed lwpiotr closed 1 year ago

lwpiotr commented 1 year ago

Related to #59

The first time the source env/setup.sh is executed the "Install external lib gull and turtle" should be executed of course, but for the next times, it should be skipped and the script should just set the environment. Or the readme should say, that source env/setup.sh should be executed just when running for the first time, and then some other script should be sourced just to set up the environment in the following uses.

lwpiotr commented 1 year ago

Yes, this commit fixes it.

luckyjim commented 1 year ago

Hello,

There is this pitfall with env/setup.sh that I don't know how to fix easily, so I added a make clean I don't remember exactly the problem ... I remove the make clean e84c92c and I'm waiting for someone to come back to the problem to correct it more properly

Check and close please

lwpiotr commented 1 year ago

I've already closed this. When someone again encounters a problem, we will learn how to reproduce it and then fix.

grand-oma commented 5 months ago

William Erba (intren at ICRR) seems to have fallen in this problem at installation time Error: File "/home/grand/grand/geo/turtle.py", line 12, in from .._core import ffi, lib ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /home/grand/grand/../lib/libturtle.so)

All good after full clean + reinstal following JM's advice.