-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated conan package for QtColorWidgets * "updated conan packages and some code to boot; updates #255" * "should build, daqlite added to everything target; updates #255" * "updated CLI11; updates #255" * "changed node to ubuntu20.04; updates #255" * "std filsystem linking for older compilers; updates #255" * "consistent target link signatures in cmake; updates #255" * trying to ignore warnings while building (hack) * morten trying to hack his way into compiling on Mac * debugging build * undo debug * trying isysroot * trying isysroot II * "updated conan packages and some code to boot; updates #255" * "should build, daqlite added to everything target; updates #255" * "updated CLI11; updates #255" * "changed node to ubuntu20.04; updates #255" * "std filsystem linking for older compilers; updates #255" * "consistent target link signatures in cmake; updates #255" * trying to ignore warnings while building (hack) * morten trying to hack his way into compiling on Mac * debugging build * undo debug * trying isysroot * trying isysroot II * "updated thread includes; updates #255" * "updated conan dependencies, Jenkins badge in readme; updates #255" * "updated dependencies; updates #255" * "updated conan dependencies; updates #255" * "downgrade cli11; updates #255" * "downgrade eigen; updates #255" * "downgrade kafka; updates #255" * "downgrade kafka; updates #255" * "downgrade kafka; updates #255" * resolved conflicts * "downgrade spdlog and removed some hacks; updates #255" * "downgrade fmt; updates #255" * making librdkafka linking static (revert) * adding include path as H5CC build fails because it cant find stdio.h * Revert "adding include path as H5CC build fails because it cant find stdio.h" This reverts commit 68ff106. * try -I to fix mac build * debug * debug * debug: trying new sdk for isysroot * debug: checking out if /usr and /usr/include are available * debug: check /usr/local * debug: trying isysroot with conan command * debug: check /usr/local - missing string quote * debug: testing [env] section of conan * debug: checking conan version * debug: removed all hacks, clean slate * removing isysroot * remove duplicate -> arrow in conanfile Co-authored-by: Morten Jagd Christensen <[email protected]>
- Loading branch information
Showing
20 changed files
with
73 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,7 @@ if(GTest_FOUND) | |
all_tests | ||
acquire | ||
daquiri | ||
daqlite | ||
) | ||
create_coverage_targets( | ||
coverage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,36 @@ | ||
[requires] | ||
cli11/1.9.1 | ||
date/27d1e1e@ess-dmsc/stable | ||
eigen/3.3.9 | ||
fmt/6.2.0 | ||
cli11/2.1.1 #bump to 2.1.2 requires conan upgrade | ||
date/3.0.1 | ||
eigen/3.3.9 #bump to 3.4.0 requires conan upgrade | ||
gtest/1.10.0 | ||
h5cpp/0.3.3@ess-dmsc/stable | ||
nlohmann_json/3.9.1 | ||
librdkafka/1.6.0 | ||
fmt/6.2.0 #bump to 8.1.1 requires upgrade of spdlog as well | ||
librdkafka/1.6.0 #bump to 1.8.2 requires conan upgrade | ||
nlohmann_json/3.10.5 | ||
spdlog/1.8.5 #bump to 1.9.2 requires conan upgrade | ||
h5cpp/0.4.1@ess-dmsc/stable | ||
logical-geometry/705ea61@ess-dmsc/stable | ||
qplot/2ffc74f@ess-dmsc/stable | ||
Qt-Color-Widgets/a95f72e@ess-dmsc/stable | ||
spdlog/1.8.5 | ||
qplot/6e192ab@ess-dmsc/stable | ||
Qt-Color-Widgets/9f4e052@ess-dmsc/stable | ||
streaming-data-types/6a41aee@ess-dmsc/stable | ||
|
||
[generators] | ||
cmake | ||
virtualrunenv | ||
cmake_find_package | ||
virtualbuildenv | ||
virtualrunenv | ||
|
||
[options] | ||
gtest:shared=False | ||
librdkafka:shared=False | ||
flatbuffers:shared=True | ||
hdf5:shared=True | ||
date:use_system_tz_db=True | ||
h5cpp:with_boost=False | ||
|
||
[imports] | ||
bin, cmake -> ./bin | ||
bin, *.dll -> ./bin | ||
lib, *.dll -> ./bin | ||
lib, *.so.* -> ./lib | ||
lib, *.so -> ./lib | ||
share, * -> ./share | ||
filesystem/lib, *.so* -> ./lib | ||
system/lib, *.so* -> ./lib | ||
., *.dylib* -> ./lib @ keep_path=False | ||
., *.so* -> ./lib @ keep_path=False | ||
., LICENSE* -> ./licenses @ folder=True, ignore_case=True | ||
., *.dll -> ./bin @ keep_path=False | ||
., *.a* -> ./lib @ keep_path=False | ||
., *.lib -> ./bin @ keep_path=False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#pragma once | ||
|
||
#include <consumers/Spectrum.h> | ||
#include <deque> | ||
|
||
namespace DAQuiri { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters