Ville Koskinen
Ville Koskinen
I'm using a bare bones sysroot (same as in issue #217 in fact) that doesn't have zlib installed. I have compiled and installed zlib in a different path, say $XYZZY,...
Makefile.PL sets include directories like so: ``` push @h_dirs, split /:/, $ENV{INCLUDE} if $ENV{INCLUDE}; push @h_dirs, split ' ', $Config{libsdirs}; push @h_dirs, qw(/include /usr/include /usr/local/include /usr/include/mach); ``` Why is it...
I can map most of the model names from DeepLCModels to the supplementary table 2 in the 2021 publication. A couple gaps are filled by issue #77 (thanks!). I cannot...