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/
31 lines
627 B
Makefile
31 lines
627 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= lis
|
|
DISTVERSION= 2.0.19
|
|
PORTREVISION= 1
|
|
CATEGORIES= math
|
|
MASTER_SITES= https://www.ssisc.org/lis/dl/
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Library of Iterative Solvers for linear systems
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gmake libtool zip
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-shared --disable-static
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
OPTIONS_DEFINE= EXAMPLES MPI OPENMPI
|
|
|
|
MPI_CONFIGURE_ENABLE= mpi
|
|
MPI_LIB_DEPENDS= libmpi.so:net/mpich
|
|
|
|
OPENMPI_CONFIGURE_ENABLE= omp
|
|
OPENMPI_LIB_DEPENDS= libomp.so:devel/openmp
|
|
|
|
PORTEXAMPLES= *
|
|
|
|
.include <bsd.port.mk>
|