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
6027f5b0
Commit
6027f5b0
authored
8 months ago
by
Stéphane Poirier
Browse files
Options
Downloads
Patches
Plain Diff
version 4.0.1
parent
2c0011f8
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!2
HDF5 1.14.3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ReleaseNotes.txt
+11
-0
11 additions, 0 deletions
ReleaseNotes.txt
conanfile.py
+1
-1
1 addition, 1 deletion
conanfile.py
with
12 additions
and
1 deletion
ReleaseNotes.txt
+
11
−
0
View file @
6027f5b0
NexusCPP history file
NexusCPP history file
4.0.1 (2024/11/19)
==================
Bug fix concerning attributes creation
4.0.0 (2024/06/18)
==================
Upgrade supported HDF5 version to 1.14.3
HDF5 binding re-written using the C API.
3.5.3 (2023/07/19)
3.5.3 (2023/07/19)
==================
==================
...
...
This diff is collapsed.
Click to expand it.
conanfile.py
+
1
−
1
View file @
6027f5b0
...
@@ -3,7 +3,7 @@ from conan.tools.cmake import CMakeToolchain, CMake, CMakeDeps
...
@@ -3,7 +3,7 @@ from conan.tools.cmake import CMakeToolchain, CMake, CMakeDeps
class
nexuscppRecipe
(
ConanFile
):
class
nexuscppRecipe
(
ConanFile
):
name
=
"
nexuscpp
"
name
=
"
nexuscpp
"
version
=
"
4.0.
0
"
version
=
"
4.0.
1
"
package_type
=
"
library
"
package_type
=
"
library
"
user
=
"
soleil
"
user
=
"
soleil
"
...
...
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