-
-
Notifications
You must be signed in to change notification settings - Fork 417
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When GRASS is installed via conda, the include/Make/Platform.make file contains hardcoded absolute paths to compilers from the build environment. For example:
CC = /home/conda/feedstock_root/build_artifacts/grass_1768323359793/_build_env/bin/x86_64-conda-linux-gnu-cc
These paths do not exist on the user's system, causing g.extension to fail when attempting to compile addons:
/bin/sh: line 1: /home/conda/feedstock_root/build_artifacts/grass_1768323359793/_build_env/bin/x86_64-conda-linux-gnu-cc: No such file or directory
While this may need to be addressed in https://github.com/conda-forge/grass-feedstock, I opened it here for more visibility and in case there is something in GRASS itself that can be fixed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working