Skip to content

Commit

Permalink
Update to OpenVDS 3.4.4 for improved segy importer
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjenssen authored and magnesj committed Nov 29, 2024
1 parent 041e2f2 commit 10ce200
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -396,12 +396,12 @@ endif()
if(MSVC)
FetchContent_Declare(
openvds
URL https://bluware.jfrog.io/artifactory/Releases-OpenVDSPlus/3.2/openvds+-3.2.7-win.zip
URL https://bluware.jfrog.io/artifactory/Releases-OpenVDSPlus/3.4/openvds+-3.4.4-win.zip
)
else()
FetchContent_Declare(
openvds
URL https://bluware.jfrog.io/artifactory/Releases-OpenVDSPlus/3.2/openvds+-3.2.7-manylinux_2014.tar.gz
URL https://bluware.jfrog.io/artifactory/Releases-OpenVDSPlus/3.4/openvds+-3.4.4-manylinux_2014.tar.gz
)
endif()

Expand Down Expand Up @@ -760,11 +760,11 @@ else()
set(OPENVDS_LIB_NAMES
libopenvds.so
libopenvds.so.3
libopenvds.so.3.2.7
libopenvds-e1541338.so.3.2.7
libopenvds.so.3.4.4
libopenvds-db55b03b.so.3.4.4
libsegyutils.so
libsegyutils.so.3
libsegyutils.so.3.2.7
libsegyutils.so.3.4.4
)
foreach(OPENVDS_LIB_NAME ${OPENVDS_LIB_NAMES})
list(APPEND RI_FILENAMES
Expand Down Expand Up @@ -1009,11 +1009,11 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
set(OPENVDS_SHARED_LIB_FILES
${RESINSIGHT_OPENVDS_API_DIR}/lib64/libopenvds.so
${RESINSIGHT_OPENVDS_API_DIR}/lib64/libopenvds.so.3
${RESINSIGHT_OPENVDS_API_DIR}/lib64/libopenvds.so.3.2.7
${RESINSIGHT_OPENVDS_API_DIR}/lib64/libopenvds-e1541338.so.3.2.7
${RESINSIGHT_OPENVDS_API_DIR}/lib64/libopenvds.so.3.4.4
${RESINSIGHT_OPENVDS_API_DIR}/lib64/libopenvds-db55b03b.so.3.4.4
${RESINSIGHT_OPENVDS_API_DIR}/lib64/libsegyutils.so
${RESINSIGHT_OPENVDS_API_DIR}/lib64/libsegyutils.so.3
${RESINSIGHT_OPENVDS_API_DIR}/lib64/libsegyutils.so.3.2.7
${RESINSIGHT_OPENVDS_API_DIR}/lib64/libsegyutils.so.3.4.4
)
install(FILES ${OPENVDS_SHARED_LIB_FILES}
DESTINATION ${RESINSIGHT_INSTALL_FOLDER}
Expand Down

0 comments on commit 10ce200

Please sign in to comment.