Closed ocefpaf closed 7 years ago
Hi! This is the friendly automated conda-forge-linting service.
I just wanted to let you know that I linted all conda-recipes in your PR (recipe
) and found it was in an excellent condition.
OS X
:
+ conda inspect linkages -p /Users/travis/miniconda3/conda-bld/sqlite_1501090959969/_t_env sqlite
sqlite
------
ncurses-5.9-10:
libtinfo.5.dylib (lib/libtinfo.5.dylib)
sqlite-3.19.3-0:
libsqlite3.0.dylib (lib/libsqlite3.0.dylib)
system:
libSystem.B.dylib (/usr/lib/libSystem.B.dylib)
libedit.3.dylib (/usr/lib/libedit.3.dylib)
Linux
:
+ conda inspect linkages -p /feedstock_root/build_artefacts/sqlite_1501087606775/_t_env sqlite
sqlite
------
ncurses-5.9-10:
libncurses.so.5 (lib/libncurses.so.5)
libtinfo.so.5 (lib/libtinfo.so.5)
readline-6.2-0:
libreadline.so.6 (lib/libreadline.so.6)
system:
libc.so.6 (/lib64/libc.so.6)
libdl.so.2 (/lib64/libdl.so.2)
libpthread.so.0 (/lib64/libpthread.so.0)
linux-vdso.so.1 ()
Not sure if we need to do something extra to get readline
on OS X
:confused:
Going ahead with this. If the addition of readline
proves to be an issue we can revert it.
Replaces #7 Closes #15 and #6