I am pretty embarrassed by the number of red status symbols next to my package so I'm trying to fix that. Without libtool installed, PkgEval fails to build a dependency with the following error.
Makefile.am:3: error: Libtool library used but 'LIBTOOL' is undefined
Makefile.am:3: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
Makefile.am:3: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
Makefile.am:3: If 'LT_INIT' is in 'configure.ac', make sure
Makefile.am:3: its definition is in aclocal's search path.
This PR isn't quite enough on its own to make LibHealpix.jl pass on PkgEval, but I think the next tag should pass... Hopefully :)
I am pretty embarrassed by the number of red status symbols next to my package so I'm trying to fix that. Without libtool installed, PkgEval fails to build a dependency with the following error.
This PR isn't quite enough on its own to make LibHealpix.jl pass on PkgEval, but I think the next tag should pass... Hopefully :)