No description
Production wgrib2 3.8.0 still hit `*** FATAL ERROR: packing type 40 not supported ***` on HRDPS files. ldd confirmed wgrib2 was linking only libc/libm — no OpenJPEG, no Jasper, no g2c. wgrib2 3.8.0 cmake doesn't have USE_OPENJPEG or USE_JASPER options. The legacy flag names we passed were silently ignored. The actual knob is USE_G2CLIB_LOW, which links wgrib2 to the external g2c lib (already built in the previous stage with OpenJPEG support). Dropped the bogus USE_PNG / USE_OPENJPEG flags and added USE_G2CLIB_LOW=ON in both Dockerfiles. Verified by reading wgrib2 v3.8.0's CMakeLists.txt: the documented JPEG2000 path is "USE_G2CLIB_LOW: Use g2c low-level decoders (png,jpeg2000)?". |
||
|---|---|---|
| .forgejo/workflows | ||
| .github | ||
| assets | ||
| bin | ||
| config | ||
| docs | ||
| k8s | ||
| lib | ||
| lib_ml | ||
| notebooks | ||
| priv | ||
| rel | ||
| rust/prop_grid_rs | ||
| scripts | ||
| test | ||
| vendor | ||
| .credo.exs | ||
| .dockerignore | ||
| .formatter.exs | ||
| .gitignore | ||
| .tool-versions | ||
| AGENTS.md | ||
| algo.md | ||
| app.json | ||
| bugs.md | ||
| CLAUDE.md | ||
| Dockerfile | ||
| elevation.md | ||
| LICENSE | ||
| mix.exs | ||
| mix.lock | ||
| prediction.md | ||
| README.md | ||
| tail_logs.sh | ||
| updates.md | ||
Microwaveprop
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
Learn more
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix