Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e3549681 authored by hhakim's avatar hhakim
Browse files

Move postinst_py.sh (rpm/deb post-install scripts) to python 3.7.

The version should be set automatically with cmake (issue #107).
parent 9e925ade
Branches
Tags 2.5.1
No related merge requests found
Pipeline #833881 skipped
......@@ -8,7 +8,7 @@ uid=$(id -u)
[[ -z "$FAUST_PY_WRAPPER_PATH" ]] && echo "USAGE: $0 <path>" && exit 2
[[ ! -d "$FAUST_PY_WRAPPER_PATH" ]] && echo "ERROR: directory $FAUST_PY_WRAPPER_PATH doesn't exist" && exit 3
SUPPORTED_PY3=6
SUPPORTED_PY3=7
function link_py_files(){
PY_MAJOR_VER=$1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment