Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
NexusCPP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Control System
Libraries
NexusCPP
Commits
0beef5cf
Commit
0beef5cf
authored
Sep 29, 2020
by
Stéphane Poirier
Browse files
Options
Downloads
Patches
Plain Diff
version 3.3.6
parent
e7f93028
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
ReleaseNotes.txt
+5
-0
5 additions, 0 deletions
ReleaseNotes.txt
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
with
8 additions
and
3 deletions
CMakeLists.txt
+
2
−
2
View file @
0beef5cf
...
@@ -5,7 +5,7 @@ set(CMAKE_VERBOSE_MAKEFILE TRUE)
...
@@ -5,7 +5,7 @@ set(CMAKE_VERBOSE_MAKEFILE TRUE)
set
(
MAJOR_VERSION
"3"
)
set
(
MAJOR_VERSION
"3"
)
set
(
MINOR_VERSION
"3"
)
set
(
MINOR_VERSION
"3"
)
set
(
PATCH_VERSION
"
5
"
)
set
(
PATCH_VERSION
"
6
"
)
set
(
VERSION
"
${
MAJOR_VERSION
}
.
${
MINOR_VERSION
}
.
${
PATCH_VERSION
}
"
)
set
(
VERSION
"
${
MAJOR_VERSION
}
.
${
MINOR_VERSION
}
.
${
PATCH_VERSION
}
"
)
if
(
NOT DEFINED CMAKE_INSTALL_PREFIX AND CMAKE_SIZEOF_VOID_P EQUAL 8
)
if
(
NOT DEFINED CMAKE_INSTALL_PREFIX AND CMAKE_SIZEOF_VOID_P EQUAL 8
)
...
@@ -20,7 +20,7 @@ pkg_check_modules(HDF5 hdf5>=1.8.16)
...
@@ -20,7 +20,7 @@ pkg_check_modules(HDF5 hdf5>=1.8.16)
if
(
UNIX
)
if
(
UNIX
)
add_definitions
(
-DLinux -DGNU_GCC -D_REENTRANT
)
add_definitions
(
-DLinux -DGNU_GCC -D_REENTRANT
)
add_definitions
(
-DPROJECT_NAME=NexusCPP -DPROJECT_VERSION=3.3.
5
-DHDF_PROJECT_NAME=HDF5 -DHDF_PROJECT_VERSION=1.8.20
)
add_definitions
(
-DPROJECT_NAME=NexusCPP -DPROJECT_VERSION=3.3.
6
-DHDF_PROJECT_NAME=HDF5 -DHDF_PROJECT_VERSION=1.8.20
)
add_definitions
(
-O2 -g -gstabs+ -std=c++0X -Wall -Wno-unused-variable
)
add_definitions
(
-O2 -g -gstabs+ -std=c++0X -Wall -Wno-unused-variable
)
set
(
CMAKE_SHARED_LINKER_FLAGS
"-Wl,-z,defs"
)
set
(
CMAKE_SHARED_LINKER_FLAGS
"-Wl,-z,defs"
)
endif
()
endif
()
...
...
This diff is collapsed.
Click to expand it.
ReleaseNotes.txt
+
5
−
0
View file @
0beef5cf
NexusCPP history file
NexusCPP history file
3.3.6 (2020/09/28)
==================
No change (control version management)
3.3.5 (2020/05/26)
3.3.5 (2020/05/26)
==================
==================
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
View file @
0beef5cf
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
</parent>
</parent>
<groupId>
fr.soleil.lib
</groupId>
<groupId>
fr.soleil.lib
</groupId>
<artifactId>
NexusCPP-${aol}-${library}-${mode}
</artifactId>
<artifactId>
NexusCPP-${aol}-${library}-${mode}
</artifactId>
<version>
3.3.6
-SNAPSHOT
</version>
<version>
3.3.6
</version>
<packaging>
nar
</packaging>
<packaging>
nar
</packaging>
<name>
NexusCPP
</name>
<name>
NexusCPP
</name>
<description>
NexusCPP library
</description>
<description>
NexusCPP library
</description>
...
...
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