vle icon indicating copy to clipboard operation
vle copied to clipboard

Wrong assignment of binary packages dir ?

Open rtrepos opened this issue 4 years ago • 4 comments

In Context::getBinaryPackagesDir, two directory paths are provided for

  • the user pkgs dir built as : VLE_HOME/pkgs
  • the system pkgs dir (in install dir) built as : PREFIX/lib/vle-2.1/pkgs

On ubuntu 18.04 cmake version 3.10.2, it is OK On Debian GNU/Linux 10, cmake version 3.13.4 (in a docker container), the system pkgs dir is not ok.

On Debian, The system pkgs are installed in PREFIX/lib/x86_64-linux-gnu/vle-2.1/pkgs Is this a cmake concern or debian ? maybe information is given by cmake :

https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html

rtrepos avatar Sep 19 '19 14:09 rtrepos