grass
grass copied to clipboard
[Bug] linux binaries not available
Describe the bug
Linux binaries are not available at https://grass.osgeo.org/download/linux/. Binaries for Windows and MacOS are available.
To reproduce
- Go to https://grass.osgeo.org/download/linux/
- See the message "The packaging status does not work"
Expected behavior
I'd like to see links to Linux binaries available for download, just like they are available for other OSs.
Screenshots
System description
- target OS at HPC: Debian 12
Additional context
In the meantime, I also tried your docker containers using Singularity at our HPC cluster, but I get "permission denied" errors with a python script I need to run (file permissions are different outside vs inside container, but in both cases r is set so I'd expect grass --exec my_script.py to work fine, just like python3 my_script.py does). Compilation also failed while looking for PDAL (which I provided), so binaries are my last hope ATM.