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
15
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
213beafd
Commit
213beafd
authored
2 years ago
by
Dmitry Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[*] Part of MacOS python support
parent
23eb930a
No related branches found
No related tags found
2 merge requests
!974
bugfix-8996
,
!873
Hotfix 8568
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+14
-1
14 additions, 1 deletion
CMakeLists.txt
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
dap-sdk
+1
-1
1 addition, 1 deletion
dap-sdk
python-cellframe
+1
-1
1 addition, 1 deletion
python-cellframe
with
17 additions
and
4 deletions
CMakeLists.txt
+
14
−
1
View file @
213beafd
...
...
@@ -36,6 +36,13 @@ set(BUILD_WITH_GDB_DRIVER_MDBX ON)
#set(BUILD_CRYPTO_TESTS ON)
set
(
BUILD_WITH_ZIP OFF
)
option
(
SUPPORT_PYTHON_PLUGINS DEFAULT OFF
)
#if(MACOS)
# if(SUPPORT_PYTHON_PLUGINS)
# set(BUILD_WITH_PYTHON_ENV ON)
# endif()
#endif()
if
(
LINUX
)
set
(
BUILD_WITH_PYTHON_ENV ON
)
...
...
@@ -240,7 +247,13 @@ if(UNIX AND NOT WIN32)
find_package
(
PythonLibs REQUIRED
)
add_definitions
(
"-DDAP_BUILD_WITH_PYTHON_ENV"
)
set
(
PYTHON_LIBRARIES
${
PYTHON_LIBRARIES
}
-lssl -lcrypto -lcrypt -lnsl -lz -lutil -lexpat
)
if
(
MACOS OR IOS
)
set
(
PYTHON_LIBRARIES
${
PYTHON_LIBRARIES
}
-lssl -lcrypto -lz -lutil -lexpat
)
else
()
if
(
LINUX OR BSD
)
set
(
PYTHON_LIBRARIES
${
PYTHON_LIBRARIES
}
-lssl -lcrypto -lcrypt -lnsl -lz -lutil -lexpat
)
endif
()
endif
()
else
()
set
(
Python_ADDITIONAL_VERSION 3.9 3.8 3.7 3.6 3.5 3.4
)
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
f0f7c9ec
Compare
137af6ea
...
f0f7c9ec
Subproject commit
137af6ea30657e91bfabbf27e58e27deb03e03fa
Subproject commit
f0f7c9ecb16f5faebc803a6b9a486055f286178b
This diff is collapsed.
Click to expand it.
dap-sdk
@
b8c1fdc0
Compare
6aac418f
...
b8c1fdc0
Subproject commit
6aac418f3e9914558f9f472d635d5d8eed20ab5
f
Subproject commit
b8c1fdc024bb1169109c0bf73baf130c6a60f7a
f
This diff is collapsed.
Click to expand it.
python-cellframe
@
81ff2ae5
Compare
469aafe0
...
81ff2ae5
Subproject commit
469aafe088df7dfca93631e8e82877aaeb9d969a
Subproject commit
81ff2ae5025b261c5d9eec51567bdd32235a7f09
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