-
-
Notifications
You must be signed in to change notification settings - Fork 362
Closed
Labels
bugSomething isn't workingSomething isn't workingwindowsMicrosoft Windows specificMicrosoft Windows specific
Milestone
Description
Describe the bug
Installing grass-dev through the Windows Standalone installer results in missing libraries: libgomp, libfortran, libquadmath, and proj
To Reproduce
Steps to reproduce the behavior:
- Install grass-dev through the Windows Standalone installer (https://grass.osgeo.org/download/windows/#standalone-installers)
- Open nc_spm_08_grass7 example location
- Run
r.surf.random out="uniform" min=-2 max=2
- See error: missing libgomp and libfortran
- After finding and installing those libraries, run
r.surf.random out="uniform" min=-2 max=2
again - See error: missing libquadmath
- To see missing proj library, run
m.proj -o coordinates=638300,220750
System description (please complete the following information):
- Operating System: Windows 10 Home
- GRASS GIS version: GRASS GIS 8.0.dev (7be7cf9)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingwindowsMicrosoft Windows specificMicrosoft Windows specific