freebsd-ports/math/lis/Makefile
Yuri Victorovich 4b23b0605a math/lis: update 2.1.4 → 2.1.6
Reported by:	portscout
2024-07-17 14:22:27 -07:00

31 lines
659 B
Makefile

PORTNAME= lis
DISTVERSION= 2.1.6
CATEGORIES= math
MASTER_SITES= https://www.ssisc.org/lis/dl/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library of Iterative Solvers for linear systems
WWW= https://www.ssisc.org/lis/index.en.html
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake libtool zip
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --enable-shared --disable-static
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
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>