1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/math/lis/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

29 lines
554 B
Makefile

PORTNAME= lis
DISTVERSION= 2.0.30
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
PORTEXAMPLES= *
.include <bsd.port.mk>