Skip to content

Commit

Permalink
LIB: Update EbsdLib to 1.0.28
Browse files Browse the repository at this point in the history
- Fixes a bug in CubicOps::getF1() method

Signed-off-by: Michael Jackson <[email protected]>
  • Loading branch information
imikejackson committed May 23, 2024
1 parent 25e351c commit d3137d0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions cmake/Summary.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ message(STATUS "* span-lite (${span-lite_VERSION}) ${span-lite_DIR}")
message(STATUS "* boost_mp11 (${boost_mp11_VERSION}) ${boost_mp11_DIR}")
message(STATUS "* nod (${nod_VERSION}) ${nod_DIR}")
message(STATUS "* reproc++ (${reproc_VERSION}) ${reproc++_DIR}")
message(STATUS "* EbsdLib (${EbsdLib_VERSION}) ${EbsdLib_DIR}")

message(STATUS "* -------------- Simplnx Configuration Options -------------------------------------")
message(STATUS "* SIMPLNX_BUILD_TESTS: ${SIMPLNX_BUILD_TESTS}")
Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
- path: ../
folder: simplnx
- git_url: https://github.com/BlueQuartzSoftware/EbsdLib
git_rev: v1.0.26
git_rev: v1.0.28
folder: EbsdLib
- git_url: https://github.com/BlueQuartzSoftware/H5Support
git_rev: v1.0.13
Expand Down
2 changes: 1 addition & 1 deletion conda/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
- path: ../
folder: simplnx
- git_url: https://github.com/BlueQuartzSoftware/EbsdLib
git_rev: v1.0.26
git_rev: v1.0.28
folder: EbsdLib
- git_url: https://github.com/BlueQuartzSoftware/H5Support
git_rev: v1.0.13
Expand Down
2 changes: 1 addition & 1 deletion vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"zlib",
"zstd"
],
"baseline": "13dcb0971a538726d6c5cd0ccea1b8ab536a81af"
"baseline": "494f4e919ff129575666eea412687cfb5383606c"
}
]
}
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"dependencies": [
{
"name": "ebsdlib",
"version>=": "1.0.27"
"version>=": "1.0.28"
}
]
},
Expand Down

0 comments on commit d3137d0

Please sign in to comment.