From e1f7fe2114739480a48fe12c39b23acf6fc86771 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Thu, 4 Jul 2019 18:32:36 +0100 Subject: libffi always installed in the lib directory On some Fedora systems, libffi installs under `lib64', not `lib'. As a result, Python's Setuptools can't find it and will not built (complaining about not finding the `_ctypes' module). With this commit, we fix this problem by explicitly putting a copy of libffi's installed libraries within the `lib' directory. This issue was found while testing the pipeline with Elham Saremi and Hamed Altafi. --- .file-metadata | Bin 6236 -> 6236 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to '.file-metadata') diff --git a/.file-metadata b/.file-metadata index 551ee79..c73ffa1 100644 Binary files a/.file-metadata and b/.file-metadata differ -- cgit v1.2.1