mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
b03c67869c
- Connect tests to the framework to help QA remaining patches - Force rebuild all consumers after https://reviews.llvm.org/D59783 Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/
32 lines
685 B
Makefile
32 lines
685 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libxsmm
|
|
DISTVERSION= 1.10
|
|
PORTREVISION= 5
|
|
CATEGORIES= math science
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Library for dense and sparse matrix operations and deep learning
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
ONLY_FOR_ARCHS= amd64
|
|
ONLY_FOR_ARCHS_REASON= relies on hard-coded x86 code, and is only supported on 64-bit
|
|
|
|
BUILD_DEPENDS= bash:shells/bash
|
|
LIB_DEPENDS= libomp.so:devel/openmp
|
|
|
|
USES= fortran gmake localbase:ldflags python:build shebangfix
|
|
SHEBANG_GLOB= *.sh
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= hfp
|
|
USE_LDCONFIG= yes
|
|
|
|
MAKE_ARGS= STATIC=0 DEPSTATIC=0 MAKE_PARALLEL=1
|
|
LDFLAGS+= -lm
|
|
|
|
BINARY_ALIAS= python=${PYTHON_CMD}
|
|
|
|
.include <bsd.port.mk>
|