View | Details | Raw Unified | Return to bug 128701
Collapse All | Expand All

(-)clp/Makefile (-3 / +3 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	Clp
8
PORTNAME=	Clp
9
PORTVERSION=	1.8.0
9
PORTVERSION=	1.8.2
10
PORTREVISION=	1
11
CATEGORIES=	math
10
CATEGORIES=	math
12
MASTER_SITES=	http://www.coin-or.org/download/source/Clp/ \
11
MASTER_SITES=	http://www.coin-or.org/download/source/Clp/ \
13
		http://www.mavetju.org/download/adopted/
12
		http://www.mavetju.org/download/adopted/
Lines 25-30 Link Here
25
CXXFLAGS+=	-ffast-math -fomit-frame-pointer
24
CXXFLAGS+=	-ffast-math -fomit-frame-pointer
26
25
27
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
27
#USE_GMAKE=	yes
28
USE_LDCONFIG=	yes
28
USE_LDCONFIG=	yes
29
29
30
CONFIGURE_ENV+=	${MAKE_ENV}
30
CONFIGURE_ENV+=	${MAKE_ENV}
Lines 35-41 Link Here
35
		--with-gmpl-lib="-L${LOCALBASE}/lib -lglpk"
35
		--with-gmpl-lib="-L${LOCALBASE}/lib -lglpk"
36
.endif
36
.endif
37
37
38
regression-test:
38
regression-test: build
39
	(cd ${WRKSRC}/Clp && ${MAKE} unitTest )
39
	(cd ${WRKSRC}/Clp && ${MAKE} unitTest )
40
40
41
.include <bsd.port.mk>
41
.include <bsd.port.mk>
(-)clp/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Clp-1.8.0.tgz) = f6db678c9676926c45bdcbd7d695365b
1
MD5 (Clp-1.8.2.tgz) = ffef5f4fac3322d2ddc473aeabe0d477
2
SHA256 (Clp-1.8.0.tgz) = 8e96271a163de5973f5d3f65c9e1b857a52c83a8a419df4b924790c1c66fd265
2
SHA256 (Clp-1.8.2.tgz) = 7200cfdbe3ad08b1cd95aca9a3a7ff708e6b6cb457debd1d424f7b8228e5ce5a
3
SIZE (Clp-1.8.0.tgz) = 3222537
3
SIZE (Clp-1.8.2.tgz) = 3230700

Return to bug 128701