mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
math/fftw3: Convert OPENMPI option to USES=mpi
This should unbreak the OPENMPI option for 32-bit archs after
0728e016e0
.
Reported by: fluffy (via IRC)
MFH: 2024Q3
This commit is contained in:
parent
547ae6dfb2
commit
374eeee9e4
1 changed files with 3 additions and 4 deletions
|
@ -28,7 +28,6 @@ USE_PERL5= build
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
CONFIGURE_ARGS= --enable-shared --enable-threads --disable-fortran
|
CONFIGURE_ARGS= --enable-shared --enable-threads --disable-fortran
|
||||||
MPIDIR?= ${LOCALBASE}/mpi/openmpi
|
|
||||||
|
|
||||||
SHLIB_VER_MAJ= ${DISTVERSION:R:R}
|
SHLIB_VER_MAJ= ${DISTVERSION:R:R}
|
||||||
SHLIB_VER_MIN= 6
|
SHLIB_VER_MIN= 6
|
||||||
|
@ -71,10 +70,10 @@ OPENMP_CONFIGURE_ENABLE= openmp
|
||||||
OPENMP_EXTRA_PATCHES= ${FILESDIR}/extrapatch-tests_fftw-bench.c
|
OPENMP_EXTRA_PATCHES= ${FILESDIR}/extrapatch-tests_fftw-bench.c
|
||||||
|
|
||||||
OPENMPI_DESC= Build OpenMPI parallel libraries
|
OPENMPI_DESC= Build OpenMPI parallel libraries
|
||||||
OPENMPI_LIB_DEPENDS= libmpi.so:net/openmpi
|
OPENMPI_USES= mpi:openmpi
|
||||||
OPENMPI_CONFIGURE_ENABLE= mpi
|
OPENMPI_CONFIGURE_ENABLE= mpi
|
||||||
OPENMPI_CONFIGURE_ENV= MPICC=${MPIDIR}/bin/mpicc \
|
OPENMPI_CONFIGURE_ENV= MPICC=${MPICC} \
|
||||||
MPIRUN=${MPIDIR}/bin/mpirun
|
MPIRUN=${MPIRUN}
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue