Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Dmitry Puzyrkov
celllframe-node
Commits
3cf5cc69
Commit
3cf5cc69
authored
4 years ago
by
Roman Khlopkov
🔜
Browse files
Options
Downloads
Patches
Plain Diff
[-] Sub libdap-plugins-python
parent
0ee8f62b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitmodules
+0
-8
0 additions, 8 deletions
.gitmodules
CMakeLists.txt
+1
-2
1 addition, 2 deletions
CMakeLists.txt
libdap-plugins-python
+0
-1
0 additions, 1 deletion
libdap-plugins-python
python-cellframe
+1
-1
1 addition, 1 deletion
python-cellframe
with
2 additions
and
12 deletions
.gitmodules
+
0
−
8
View file @
3cf5cc69
...
@@ -2,10 +2,6 @@
...
@@ -2,10 +2,6 @@
path = test/libdap-test
path = test/libdap-test
url = ../libdap-test.git
url = ../libdap-test.git
branch = master
branch = master
[submodule "libdap-plugins-python"]
path = libdap-plugins-python
url = ../libdap-plugins-python.git
branch = master
[submodule "python-cellframe"]
[submodule "python-cellframe"]
path = python-cellframe
path = python-cellframe
url = ../python-cellframe.git
url = ../python-cellframe.git
...
@@ -14,7 +10,3 @@
...
@@ -14,7 +10,3 @@
path = cellframe-sdk
path = cellframe-sdk
url = ../cellframe-sdk.git
url = ../cellframe-sdk.git
branch = master
branch = master
[submodule "cellframe-sdk-python"]
path = cellframe-sdk-python
url = ../cellframe-sdk-python.git
branch = master
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
2
View file @
3cf5cc69
...
@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
...
@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 3
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 3
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 2
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 2
)
SET
(
CPACK_PACKAGE_VERSION_PATCH 1
6
)
SET
(
CPACK_PACKAGE_VERSION_PATCH 1
7
)
# init CellFrame SDK
# init CellFrame SDK
add_definitions
(
"-DDAP_VERSION=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
\"
"
)
add_definitions
(
"-DDAP_VERSION=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
\"
"
)
...
@@ -132,7 +132,6 @@ if(UNIX AND NOT WIN32)
...
@@ -132,7 +132,6 @@ if(UNIX AND NOT WIN32)
include_directories
(
${
PYTHON_INCLUDE_DIR
}
include/
)
include_directories
(
${
PYTHON_INCLUDE_DIR
}
include/
)
add_subdirectory
(
python-cellframe
)
add_subdirectory
(
python-cellframe
)
add_subdirectory
(
libdap-plugins-python
)
set
(
NODE_LIBRARIES
${
NODE_LIBRARIES
}
${
PYTHON_LIBRARIES
}
dap_plugins_python
)
set
(
NODE_LIBRARIES
${
NODE_LIBRARIES
}
${
PYTHON_LIBRARIES
}
dap_plugins_python
)
endif
()
endif
()
...
...
This diff is collapsed.
Click to expand it.
libdap-plugins-python
@
275167bd
Compare
275167bd
...
275167bd
Subproject commit 275167bdc1343765c49ca8b0eb796132d3e4cb1b
This diff is collapsed.
Click to expand it.
python-cellframe
@
fbb50e65
Compare
1307c3fb
...
fbb50e65
Subproject commit
1307c3fb4e2ff23ccde8e38d85ef6274a9315016
Subproject commit
fbb50e65fec326cd6ea2b47ebebbe5aad8feba39
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