components/open-fabrics/perftest/Makefile
branchs11u3-sru
changeset 6322 c8b38df3868d
parent 4996 739983ef315c
equal deleted inserted replaced
6300:bce0b6e91f80 6322:c8b38df3868d
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		perftest
    25 COMPONENT_NAME=		perftest
    26 COMPONENT_VERSION=	1.3.0
    26 COMPONENT_VERSION=	1.3.0
    27 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    27 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC)-0.42.gf350d3d.tar.gz
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC)-0.42.gf350d3d.tar.gz
    29 COMPONENT_ARCHIVE_HASH=	\
    29 COMPONENT_ARCHIVE_HASH=	\
    30     sha256:164d32753ab87ba3152c84f69bf16bb592d77b922e66e753bd9ad0e229675793
    30     sha256:164d32753ab87ba3152c84f69bf16bb592d77b922e66e753bd9ad0e229675793
    31 COMPONENT_ARCHIVE_URL=	http://www.openfabrics.org/downloads/perftest/$(COMPONENT_ARCHIVE)
    31 COMPONENT_ARCHIVE_URL=	https://www.openfabrics.org/downloads/perftest/$(COMPONENT_ARCHIVE)
    32 
    32 
    33 include $(WS_MAKE_RULES)/prep.mk
    33 include $(WS_MAKE_RULES)/prep.mk
    34 include $(WS_MAKE_RULES)/configure.mk
    34 include $(WS_MAKE_RULES)/configure.mk
    35 include ../ofed.mk
    35 include ../ofed.mk
    36 
    36