mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 06:29:21 +01:00
added conda pkgs for moench
This commit is contained in:
@@ -8,6 +8,7 @@ cmake .. \
|
|||||||
-DSLS_USE_TEXTCLIENT=ON \
|
-DSLS_USE_TEXTCLIENT=ON \
|
||||||
-DSLS_USE_RECEIVER=ON \
|
-DSLS_USE_RECEIVER=ON \
|
||||||
-DSLS_USE_GUI=ON \
|
-DSLS_USE_GUI=ON \
|
||||||
|
-DSLS_USE_MOENCH=ON\
|
||||||
-DSLS_USE_TESTS=ON \
|
-DSLS_USE_TESTS=ON \
|
||||||
-DSLS_USE_PYTHON=OFF \
|
-DSLS_USE_PYTHON=OFF \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
|||||||
4
conda-recepie/copy_moench.sh
Normal file
4
conda-recepie/copy_moench.sh
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#Copy the Moench executables
|
||||||
|
mkdir -p $PREFIX/bin
|
||||||
|
cp build/install/bin/moench04ZmqProcess $PREFIX/bin/.
|
||||||
|
cp build/install/bin/moenchZmqProcess $PREFIX/bin/.
|
||||||
@@ -118,3 +118,17 @@ outputs:
|
|||||||
- qwt 6.*
|
- qwt 6.*
|
||||||
- qt 4.8.*
|
- qt 4.8.*
|
||||||
- expat
|
- expat
|
||||||
|
|
||||||
|
- name: moenchzmq
|
||||||
|
script: copy_moench.sh
|
||||||
|
requirements:
|
||||||
|
|
||||||
|
build:
|
||||||
|
- {{ compiler('c') }}
|
||||||
|
- {{compiler('cxx')}}
|
||||||
|
- {{ pin_subpackage('slsdetlib', exact=True) }}
|
||||||
|
|
||||||
|
|
||||||
|
run:
|
||||||
|
- {{ pin_subpackage('slsdetlib', exact=True) }}
|
||||||
|
- expat
|
||||||
|
|||||||
@@ -42,4 +42,8 @@ foreach(exe ${MOENCH_EXECUTABLES})
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
endforeach(exe ${MOENCH_EXECUTABLES})
|
endforeach(exe ${MOENCH_EXECUTABLES})
|
||||||
|
|
||||||
|
install(TARGETS ${MOENCH_EXECUTABLES} DESTINATION bin)
|
||||||
@@ -2,6 +2,7 @@
|
|||||||
#include "sls/ClientSocket.h"
|
#include "sls/ClientSocket.h"
|
||||||
#include "sls/ServerSocket.h"
|
#include "sls/ServerSocket.h"
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
|
#include <thread>
|
||||||
#include <future>
|
#include <future>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user