diff --git a/.gitignore b/.gitignore index e5ac932f8..b77ae5fef 100644 --- a/.gitignore +++ b/.gitignore @@ -26,8 +26,8 @@ dist/ downloads/ eggs/ .eggs/ -lib/ -lib64/ +#lib/ +#lib64/ parts/ sdist/ var/ diff --git a/lib/libta_lib.a b/lib/libta_lib.a new file mode 100644 index 000000000..a8452dbb3 Binary files /dev/null and b/lib/libta_lib.a differ diff --git a/lib/libta_lib.la b/lib/libta_lib.la new file mode 100644 index 000000000..5f310f80d --- /dev/null +++ b/lib/libta_lib.la @@ -0,0 +1,35 @@ +# libta_lib.la - a libtool library file +# Generated by ltmain.sh - GNU libtool 1.5.22 Debian 1.5.22-4 (1.1220.2.365 2005/12/18 22:14:06) +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='libta_lib.so.0' + +# Names of this library. +library_names='libta_lib.so.0.0.0 libta_lib.so.0 libta_lib.so' + +# The name of the static archive. +old_library='libta_lib.a' + +# Libraries that this one depends upon. +dependency_libs=' -lpthread -ldl ' + +# Version information for libta_lib. +current=0 +age=0 +revision=0 + +# Is this an already installed library? +installed=no + +# Should we warn about portability when linking against -modules? +shouldnotlink=no + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='/usr/local/lib' diff --git a/lib/libta_lib.lai b/lib/libta_lib.lai new file mode 100644 index 000000000..a02606b41 --- /dev/null +++ b/lib/libta_lib.lai @@ -0,0 +1,35 @@ +# libta_lib.la - a libtool library file +# Generated by ltmain.sh - GNU libtool 1.5.22 Debian 1.5.22-4 (1.1220.2.365 2005/12/18 22:14:06) +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='libta_lib.so.0' + +# Names of this library. +library_names='libta_lib.so.0.0.0 libta_lib.so.0 libta_lib.so' + +# The name of the static archive. +old_library='libta_lib.a' + +# Libraries that this one depends upon. +dependency_libs=' -lpthread -ldl' + +# Version information for libta_lib. +current=0 +age=0 +revision=0 + +# Is this an already installed library? +installed=yes + +# Should we warn about portability when linking against -modules? +shouldnotlink=no + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='/usr/local/lib' diff --git a/lib/libta_lib.so.0 b/lib/libta_lib.so.0 new file mode 120000 index 000000000..f1c7fea7f --- /dev/null +++ b/lib/libta_lib.so.0 @@ -0,0 +1 @@ +libta_lib.so.0.0.0 \ No newline at end of file diff --git a/lib/libta_lib.so.0.0.0 b/lib/libta_lib.so.0.0.0 new file mode 100755 index 000000000..b1f227ea3 Binary files /dev/null and b/lib/libta_lib.so.0.0.0 differ diff --git a/serverless.yml b/serverless.yml index 5f71e65d0..11018b3ab 100644 --- a/serverless.yml +++ b/serverless.yml @@ -73,10 +73,11 @@ custom: - pytest-mock - pytest-cov - pymongo + pipCmdExtraArgs: + - "--no-binary :all:" package: exclude: - test/** - - __pycache__/** - node_modules/** ############################################################################################