Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ipaaca
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Social Cognitive Systems
ipaaca
Commits
1c76bf61
Commit
1c76bf61
authored
5 years ago
by
Jan Pöppel
Browse files
Options
Downloads
Patches
Plain Diff
fixed meta yaml and cmakelists
parent
0b186d0a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
conda.recipe/meta.yaml
+44
-45
44 additions, 45 deletions
conda.recipe/meta.yaml
ipaacalib/cpp/CMakeLists.txt
+2
-2
2 additions, 2 deletions
ipaacalib/cpp/CMakeLists.txt
with
46 additions
and
47 deletions
conda.recipe/meta.yaml
+
44
−
45
View file @
1c76bf61
{
%
set protobufversion = "3.8.0" %
}
{
%
set protobufversion = "3.8.0" %
}
package
:
package
:
name
:
ipaaca
name
:
ipaaca
version
:
"
0.1.
1
"
version
:
"
0.1.
2
"
source
:
source
:
-
path
:
../ipaacalib/cpp
/
-
path
:
../ipaacalib/cpp
folder
:
ipaaca-cpp
folder
:
ipaaca-cpp
-
path
:
../ipaacalib/p
ython/
-
path
:
../ipaacalib/p
roto
folder
:
ipaaca-py
folder
:
proto
-
path
:
../ipaacalib/p
roto/
-
path
:
../ipaacalib/p
ython
folder
:
proto
folder
:
ipaaca-py
build
:
build
:
number
:
4
number
:
1
requirements
:
requirements
:
build
:
run
:
-
{{
compiler('cxx')
}}
7.3
# [linux]
-
ipaaca-cpp
-
cmake >=3.10
-
ipaaca-py
run
:
-
ipaaca-cpp
-
ipaaca-py
outputs
:
outputs
:
-
name
:
ipaaca-cpp
-
name
:
ipaaca-cpp
script
:
install_cpp.sh
script
:
install_cpp.sh
requirements
:
requirements
:
host
:
build
:
-
libprotobuf {{ protobufversion }}
-
{{
compiler('c')
}}
-
mosquitto
-
{{
compiler('cxx')
}}
-
libboost
-
cmake >=3.10
host
:
run
:
-
libprotobuf {{ protobufversion }}
-
mosquitto
-
mosquitto
-
{{
pin_compatible('libprotobuf'
,
max_pin='x.x')
}}
-
libboost
-
libboost
run
:
-
mosquitto
-
name
:
ipaaca-py
-
libprotobuf {{ protobufversion }}
noarch
:
python
-
libboost
script
:
install_python.sh
requirements
:
-
name
:
ipaaca-py
host
:
noarch
:
python
-
python
script
:
install_python.sh
-
pip
requirements
:
-
setuptools
host
:
-
protobuf {{ protobufversion }}
-
python
-
pip
run
:
-
setuptools
-
python
-
protobuf {{ protobufversion }}
-
mosquitto
run
:
-
paho-mqtt
-
python
-
{{
pin_compatible('protobuf'
,
max_pin='x.x')
}}
-
mosquitto
-
paho-mqtt
\ No newline at end of file
-
protobuf {{ protobufversion }}
This diff is collapsed.
Click to expand it.
ipaacalib/cpp/CMakeLists.txt
+
2
−
2
View file @
1c76bf61
...
@@ -3,10 +3,10 @@ cmake_minimum_required (VERSION 2.6)
...
@@ -3,10 +3,10 @@ cmake_minimum_required (VERSION 2.6)
# project name
# project name
project
(
ipaaca_cpp
)
project
(
ipaaca_cpp
)
set
(
CMAKE_CXX_STANDARD 11
)
#
set (CMAKE_CXX_STANDARD 11)
## use C++11 (starting with proto v2 / ipaaca-c++ release 12)
## use C++11 (starting with proto v2 / ipaaca-c++ release 12)
#
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-std=c++11"
)
## use the following line to enable console debug messages in ipaaca
## use the following line to enable console debug messages in ipaaca
## (this entails a slight slowdown since dynamic log level checks made at the very least)
## (this entails a slight slowdown since dynamic log level checks made at the very least)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-DIPAACA_DEBUG_MESSAGES"
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-DIPAACA_DEBUG_MESSAGES"
)
...
...
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