icecube / nuflux

A library for calculating atmospheric neutrino fluxes.
https://docs.icecube.aq/nuflux/main
GNU Lesser General Public License v3.0
15 stars 5 forks source link

Build fails under Ubuntu 20.04 #20

Closed briedel closed 1 year ago

briedel commented 1 year ago

Build fails in container with Ubuntu 20.04 base with:

docs/meson.build:6:12: ERROR: Command/usr/bin/git describe --tags --alwaysfailed with status 128.

https://github.com/icecube/nuflux/blob/c842b479a683d136ac874b24e0ae54031159a17a/docs/meson.build#L6

briedel commented 1 year ago

Added context this fails because the containers pull down a tar.gz of the repo and this does not include the .git dir. So it might be better to resolve this by setting version separately.

kjmeagher commented 1 year ago

fixed in 6c25bb3f58cfd84eabe4d8d12c207e6eda73034c