mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
benchmarks/hpl: introduce OpenBLAS64
PR: 279605 Approved by: maintainer’s time-out
This commit is contained in:
parent
7ad256a0bc
commit
97f28c02d3
1 changed files with 5 additions and 2 deletions
|
@ -18,22 +18,25 @@ ALL_TARGET= build
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
OPTIONS_RADIO= BLAS MPI
|
OPTIONS_RADIO= BLAS MPI
|
||||||
OPTIONS_RADIO_BLAS= ATLAS BLIS FLEXIBLAS NETLIB OPENBLAS
|
OPTIONS_RADIO_BLAS= ATLAS BLIS FLEXIBLAS NETLIB OPENBLAS OPENBLAS64
|
||||||
OPTIONS_RADIO_MPI= MPICH OPENMPI
|
OPTIONS_RADIO_MPI= MPICH OPENMPI
|
||||||
OPTIONS_DEFAULT= NETLIB MPICH
|
OPTIONS_DEFAULT= NETLIB MPICH
|
||||||
BLIS_DESC= BLAS implementation from FLAME
|
BLIS_DESC= BLAS implementation from FLAME
|
||||||
FLEXIBLAS_DESC= BLAS and LAPACK wrapper library
|
FLEXIBLAS_DESC= BLAS and LAPACK wrapper library
|
||||||
|
OPENBLAS64_DESC= OpenBLAS with 8 byte integers support
|
||||||
|
|
||||||
ATLAS_USES= blaslapack:atlas
|
ATLAS_USES= blaslapack:atlas
|
||||||
BLIS_USES= blaslapack:blis
|
BLIS_USES= blaslapack:blis
|
||||||
FLEXIBLAS_USES= blaslapack:flexiblas
|
FLEXIBLAS_USES= blaslapack:flexiblas
|
||||||
NETLIB_USES= blaslapack:netlib
|
NETLIB_USES= blaslapack:netlib
|
||||||
OPENBLAS_USES= blaslapack:openblas
|
OPENBLAS_USES= blaslapack:openblas
|
||||||
|
OPENBLAS64_USES= blaslapack:openblas64
|
||||||
|
|
||||||
MPICH_USES= mpi:mpich
|
MPICH_USES= mpi:mpich
|
||||||
OPENMPI_USES= mpi:openmpi
|
OPENMPI_USES= mpi:openmpi
|
||||||
|
|
||||||
CFLAGS+= -fomit-frame-pointer -funroll-loops
|
CFLAGS+= -fomit-frame-pointer -funroll-loops
|
||||||
|
OPENBLAS64_CFLAGS= -DF77_INTEGER=long
|
||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
${REINPLACE_CMD} -e 's|^TOPdir[ ]*=.*$$|TOPdir = ${WRKSRC}| ; \
|
${REINPLACE_CMD} -e 's|^TOPdir[ ]*=.*$$|TOPdir = ${WRKSRC}| ; \
|
||||||
|
|
Loading…
Add table
Reference in a new issue