View | Details | Raw Unified | Return to bug 204179 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+12 lines)
Lines 4-9 Link Here
4
PORTNAME=	libint
4
PORTNAME=	libint
5
DISTVERSIONPREFIX=	release-
5
DISTVERSIONPREFIX=	release-
6
DISTVERSION=	1-1-6
6
DISTVERSION=	1-1-6
7
PORTREVISION=	1
7
CATEGORIES=	science
8
CATEGORIES=	science
8
9
9
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
Lines 15-20 Link Here
15
USE_GITHUB=	yes
16
USE_GITHUB=	yes
16
GH_ACCOUNT=	evaleev
17
GH_ACCOUNT=	evaleev
17
18
19
OPTIONS_DEFINE=	DEBUG DERIV R12
20
21
DERIV_DESC=		Support for 1st- and 2nd-order derivative ERIs
22
R12_DESC=		Support for linear R12 methods integrals
23
18
# USE_GCC=yes is required because libint is used with mpqc which is built
24
# USE_GCC=yes is required because libint is used with mpqc which is built
19
# by gfortran48 (from `lang/gcc') and these two libraries each try to pull
25
# by gfortran48 (from `lang/gcc') and these two libraries each try to pull
20
# in a different version of libgcc_s.so which fails.  Forcing this port to
26
# in a different version of libgcc_s.so which fails.  Forcing this port to
Lines 28-33 Link Here
28
GNU_CONFIGURE=	yes
34
GNU_CONFIGURE=	yes
29
CONFIGURE_ARGS=	--enable-shared
35
CONFIGURE_ARGS=	--enable-shared
30
36
37
.include <bsd.port.options.mk>
38
39
DEBUG_OPTIONS_ENABLE=	debug
40
DERIV_OPTIONS_ENABLE=	deriv
41
R12_OPTIONS_ENABLE=	r12
42
31
post-patch:
43
post-patch:
32
	@${REINPLACE_CMD} -e 's| -rpath|${LDFLAGS} -rpath|g' \
44
	@${REINPLACE_CMD} -e 's| -rpath|${LDFLAGS} -rpath|g' \
33
		${WRKSRC}/src/lib/MakeVars.in
45
		${WRKSRC}/src/lib/MakeVars.in

Return to bug 204179