mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-01 03:02:22 +02:00
Fix in makefile for OSX
This commit is contained in:
@@ -6,7 +6,7 @@ MKDIR = mkdir -p
|
||||
CPP = g++
|
||||
CPPFLAGS = -Wall -fPIC -pthread -std=c++1y -I./include -I${CONDA_PREFIX}/include
|
||||
LDLIBS = -L/usr/lib64 -L${CONDA_PREFIX}/lib -lzmq -lhdf5 -lhdf5_hl -lhdf5_cpp -lhdf5_hl_cpp -lboost_system -lboost_regex -lboost_thread -lpthread
|
||||
LDFLAGS = -shared -Wl,-soname,libcpp_h5_writer.so
|
||||
LDFLAGS = -shared -Wl,-install_name,libcpp_h5_writer.so
|
||||
|
||||
HEADERS = $(wildcard $(SRC_DIR)/*.hpp)
|
||||
SRCS = $(wildcard $(SRC_DIR)/*.cpp)
|
||||
|
||||
@@ -33,7 +33,6 @@ To create your own stream writer you need to specify:
|
||||
- The mapping between the stream header metadata and your H5 file format.
|
||||
- Additional metadata that is transfer in the stream message header.
|
||||
|
||||
|
||||
For example, lets see the SF file format. You will need to extend the abstract class H5Format. Lets
|
||||
save this file into **SfFormat.cpp**.
|
||||
```cpp
|
||||
|
||||
Reference in New Issue
Block a user