Skip to content

Commit

Permalink
remove zfp version
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz-h committed Feb 17, 2023
1 parent b8c1286 commit 218b2a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ports/adios2/zfp-version.patch
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
diff --git a/cmake/DetectOptions.cmake b/cmake/DetectOptions.cmake
index d4e2e5dbf..c96536c57 100644
index d4e2e5dbf..80f231c16 100644
--- a/cmake/DetectOptions.cmake
+++ b/cmake/DetectOptions.cmake
@@ -89,9 +89,9 @@ endif()

# ZFP
if(ADIOS2_USE_ZFP STREQUAL AUTO)
- find_package(ZFP 0.5.1 CONFIG)
+ find_package(ZFP 1.0.0 CONFIG)
+ find_package(ZFP CONFIG)
elseif(ADIOS2_USE_ZFP)
- find_package(ZFP 0.5.1 REQUIRED CONFIG)
+ find_package(ZFP 1.0.0 REQUIRED CONFIG)
+ find_package(ZFP REQUIRED CONFIG)
endif()
if(ZFP_FOUND)
set(ADIOS2_HAVE_ZFP TRUE)
Expand Down
2 changes: 1 addition & 1 deletion versions/a-/adios2.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "eaff12231ad89050448a4257970ab6290afa9ced",
"git-tree": "fac4ec886b3d46f0a48ee44988fc8224bce59ad7",
"version": "2.8.3",
"port-version": 1
},
Expand Down

0 comments on commit 218b2a2

Please sign in to comment.