Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
17
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
celllframe-node
Commits
773a47f2
Commit
773a47f2
authored
2 years ago
by
dpuzyrkov
Browse files
Options
Downloads
Patches
Plain Diff
[*] save python permissions on install
parent
7c838b7b
No related branches found
No related tags found
3 merge requests
!974
bugfix-8996
,
!873
Hotfix 8568
,
!498
[+] Standalone python added.
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
README.md
+1
-1
1 addition, 1 deletion
README.md
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
prod_build
+1
-1
1 addition, 1 deletion
prod_build
with
4 additions
and
4 deletions
CMakeLists.txt
+
1
−
1
View file @
773a47f2
...
...
@@ -303,7 +303,7 @@ else()
INSTALL
(
TARGETS
${
NODE_TOOL_TARGET
}
DESTINATION
${
CMAKE_INSTALL_PREFIX
}
/bin
)
if
(
SUPPORT_PYTHON_PLUGINS AND NOT BUILD_WITH_SYSTEM_PYTHON
)
#install python environment if not system python in use
INSTALL
(
DIRECTORY build/python/ DESTINATION
${
CMAKE_INSTALL_PREFIX
}
/bin/python
)
INSTALL
(
DIRECTORY build/python/ DESTINATION
${
CMAKE_INSTALL_PREFIX
}
/bin/python
USE_SOURCE_PERMISSIONS
)
endif
()
endif
()
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
773a47f2
...
...
@@ -11,7 +11,7 @@
To successfully complete of the build, you need to have the following packages to be installed
(packages are named as in Debian GNU/Linux 10 "buster", please found the corresponding packages for your distribution):
*
libjson-c-dev
*
libsqlite3-dev
*
libmagic-dev
*
libz-dev
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
ba5e0cfe
Compare
13dd1554
...
ba5e0cfe
Subproject commit
13dd15540cb882f58e7c40d042f655ed3d80b427
Subproject commit
ba5e0cfe6945b3bbdde3fada01118da5283875a4
This diff is collapsed.
Click to expand it.
prod_build
@
f2580676
Compare
fdc63065
...
f2580676
Subproject commit f
dc630656705bd3252c5ad1254f773f6ca64db28
Subproject commit f
25806769dd39c6d53020f9c4fb2604dee721e5d
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment