Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 678824 | Differences between
and this patch

Collapse All | Expand All

(-)./config/cmake_files/medMacros.cmake (-3 / +3 lines)
Lines 396-405 Link Here
396
    ##
396
    ##
397
    ## Requires 1.10.x version
397
    ## Requires 1.10.x version
398
    ##
398
    ##
399
    IF (NOT HDF_VERSION_MAJOR_REF EQUAL 1 OR NOT HDF_VERSION_MINOR_REF EQUAL 10 OR NOT HDF_VERSION_RELEASE_REF GREATER 1)
399
    #IF (NOT HDF_VERSION_MAJOR_REF EQUAL 1 OR NOT HDF_VERSION_MINOR_REF EQUAL 10 OR NOT HDF_VERSION_RELEASE_REF GREATER 1)
400
        MESSAGE(FATAL_ERROR "HDF5 version is ${HDF_VERSION_REF}. Only versions >= 1.10.2 are supported.")
400
    #    MESSAGE(FATAL_ERROR "HDF5 version is ${HDF_VERSION_REF}. Only versions >= 1.10.2 are supported.")
401
    ENDIF()
401
    #ENDIF()
402
    ##
402
    ##
403
    ##
403
    ##
404
404

Return to bug 678824