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

Collapse All | Expand All

(-)cad/salome/Makefile.ext (-1 / +1 lines)
Lines 133-139 Link Here
133
133
134
#Dependency from HDF5
134
#Dependency from HDF5
135
.if !${SAL_MODULE} == "randomizer" &&  !${SAL_MODULE} == "yacs" && !${SAL_MODULE} == "hello" && !${SAL_MODULE} == "pyhello"
135
.if !${SAL_MODULE} == "randomizer" &&  !${SAL_MODULE} == "yacs" && !${SAL_MODULE} == "hello" && !${SAL_MODULE} == "pyhello"
136
LIB_DEPENDS+=		hdf5.0:${PORTSDIR}/science/hdf5
136
LIB_DEPENDS+=		hdf5.6:${PORTSDIR}/science/hdf5-18
137
CONFIGURE_ARGS+=	--with-hdf5=${LOCALBASE}
137
CONFIGURE_ARGS+=	--with-hdf5=${LOCALBASE}
138
AUTOTOOLS_ENV+= 	HDF5HOME=${LOCALBASE}
138
AUTOTOOLS_ENV+= 	HDF5HOME=${LOCALBASE}
139
.endif
139
.endif
(-)cad/salome-kernel/Makefile (+1 lines)
Lines 10-15 Link Here
10
10
11
PORTNAME=	salome
11
PORTNAME=	salome
12
PKGNAMESUFFIX=	-kernel
12
PKGNAMESUFFIX=	-kernel
13
PORTREVISION=	1
13
SAL_MODULE_UPPER=	KERNEL
14
SAL_MODULE_UPPER=	KERNEL
14
15
15
.include "${MASTERDIR}/Makefile"
16
.include "${MASTERDIR}/Makefile"
(-)cad/salome-med/Makefile (+1 lines)
Lines 10-15 Link Here
10
10
11
PORTNAME=	salome
11
PORTNAME=	salome
12
PKGNAMESUFFIX=	-med
12
PKGNAMESUFFIX=	-med
13
PORTREVISION=	1
13
SAL_MODULE_UPPER=	MED
14
SAL_MODULE_UPPER=	MED
14
15
15
.include "${MASTERDIR}/Makefile"
16
.include "${MASTERDIR}/Makefile"

Return to bug 154736