Skip to content
Snippets Groups Projects
Commit 19930e13 authored by Stephane Poirier's avatar Stephane Poirier
Browse files

version 3.4.1

parent e02aaf92
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ set(CMAKE_VERBOSE_MAKEFILE TRUE)
set(MAJOR_VERSION "3")
set(MINOR_VERSION "4")
set(PATCH_VERSION "0")
set(PATCH_VERSION "1")
set(VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")
if (NOT DEFINED CMAKE_INSTALL_PREFIX AND CMAKE_SIZEOF_VOID_P EQUAL 8)
......@@ -15,12 +15,12 @@ else()
endif()
find_package(PkgConfig)
pkg_check_modules(YAT yat>=1.13.16)
pkg_check_modules(YAT yat>=1.18.7)
pkg_check_modules(HDF5 hdf5>=1.8.16)
if (UNIX)
add_definitions(-DLinux -DGNU_GCC -D_REENTRANT)
add_definitions(-DPROJECT_NAME=NexusCPP -DPROJECT_VERSION=3.4.0 -DHDF_PROJECT_NAME=HDF5 -DHDF_PROJECT_VERSION=1.8.18)
add_definitions(-DPROJECT_NAME=NexusCPP -DPROJECT_VERSION=3.4.1 -DHDF_PROJECT_NAME=HDF5 -DHDF_PROJECT_VERSION=1.8.18)
add_definitions(-O2 -g -gstabs+ -std=c++0x -Wall -Wno-unused-variable)
set(CMAKE_SHARED_LINKER_FLAGS "-Wl,-z,defs")
endif()
......
NexusCPP history file
3.4.1 (2022/09/28)
==================
Fixes
DataStreamer
In synchronous mode Buffer files was not renamed from temporary to final
names until the end of acquisition process
3.4.0 (2021/05/06)
==================
......
......@@ -9,7 +9,7 @@
</parent>
<groupId>fr.soleil.lib</groupId>
<artifactId>NexusCPP-${aol}-${library}-${mode}</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1/version>
<packaging>nar</packaging>
<name>NexusCPP</name>
<description>NexusCPP library</description>
......
......@@ -10,7 +10,7 @@
<groupId>fr.soleil.lib</groupId>
<artifactId>NexusCPP-amd64-Linux-gcc-shared-${mode}</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
<packaging>nar</packaging>
<name>NexusCPP</name>
......@@ -54,7 +54,7 @@
<dependency>
<groupId>fr.soleil.lib</groupId>
<artifactId>YAT-amd64-Linux-gcc-shared-${mode}</artifactId>
<version>1.18.7</version>
<version>1.19.3</version>
</dependency>
<!-- still not supported in 64 bits -->
<!-- <dependency>
......
......@@ -10,7 +10,7 @@
<groupId>fr.soleil.lib</groupId>
<artifactId>NexusCPP-${aol}-shared-${mode}</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
<packaging>nar</packaging>
<name>NexusCPP</name>
......@@ -38,7 +38,7 @@
</scm>
<properties>
<YAT.version>1.18.7</YAT.version>
<YAT.version>1.19.3</YAT.version>
<libs-64bits>//filer2.ica.synchrotron-soleil.fr/ica/LIB_VC12_64</libs-64bits>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment