-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong assignment of binary packages dir ? #381
Comments
On Debian:
- the system packages directory does not exist ?
- what CMake option is used in CLI ?
|
The cmake commad used is :
the directory /usr/lib/vle-2.1 does not exist This temporary patch worked : |
Can you give me the Debian stable docker image to perform test? |
Yes you can find the recipe here : https://forgemia.inra.fr/record/azodyn/blob/siwaa/siwaa_recipe/container/Dockerfile |
In Context::getBinaryPackagesDir, two directory paths are provided for
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
The text was updated successfully, but these errors were encountered: