components/open-fabrics/libmlx4/Makefile
changeset 3817 30b42c38bbc4
parent 2225 f064d3d3190d
child 4088 98a08684d104
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    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, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
       
    23 
       
    24 # OFED only builds with GCC
       
    25 COMPILER=gcc3
       
    26 
    23 include ../../../make-rules/shared-macros.mk
    27 include ../../../make-rules/shared-macros.mk
    24 
    28 
    25 COMPONENT_NAME=		libmlx4
    29 COMPONENT_NAME=		libmlx4
    26 COMPONENT_VERSION=	1.0.1
    30 COMPONENT_VERSION=	1.0.1
    27 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    31 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC)-1.18.gb810a27.tar.gz
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC)-1.18.gb810a27.tar.gz
    29 COMPONENT_ARCHIVE_HASH=	\
    33 COMPONENT_ARCHIVE_HASH=	\
    30     sha256:ac3aa335d5749a8edc471630b1f5049122c8b7b66bab88c299e255122028e19c
    34     sha256:ac3aa335d5749a8edc471630b1f5049122c8b7b66bab88c299e255122028e19c
    31 COMPONENT_ARCHIVE_URL=	http://www.openfabrics.org/downloads/libmlx4/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	http://www.openfabrics.org/downloads/libmlx4/$(COMPONENT_ARCHIVE)
    32 
    36 
    33 include $(WS_TOP)/make-rules/prep.mk
    37 include $(WS_MAKE_RULES)/prep.mk
    34 include $(WS_TOP)/make-rules/configure.mk
    38 include $(WS_MAKE_RULES)/configure.mk
    35 include ../ofed.mk
    39 include ../ofed.mk
    36 
    40 
    37 # --disable-libcheck is not a supported option for this component
    41 # --disable-libcheck is not a supported option for this component
    38 DISABLE_LIBCHECK=
    42 DISABLE_LIBCHECK=
    39 
    43 
    64 
    68 
    65 build:		$(BUILD_32_and_64)
    69 build:		$(BUILD_32_and_64)
    66 
    70 
    67 install:	$(INSTALL_32_and_64)
    71 install:	$(INSTALL_32_and_64)
    68 
    72 
    69 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    70 
       
    71 test:		$(NO_TESTS)
    73 test:		$(NO_TESTS)
    72 
    74 
    73 include $(WS_TOP)/make-rules/depend.mk