mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
misc/openmvg: Canonicalize options group names after r503781 (D20426)
This commit is contained in:
parent
04e3032553
commit
47b9da99b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503791
1 changed files with 5 additions and 5 deletions
|
@ -37,14 +37,14 @@ CMAKE_OFF= OpenMVG_BUILD_EXAMPLES
|
|||
CXXFLAGS+= -fPIC \
|
||||
-I${LOCALBASE}/include # because flann is looked for in a wrong directiory: https://github.com/openMVG/openMVG/issues/1284
|
||||
|
||||
OPTIONS_SINGLE= SIMD_${ARCH}
|
||||
OPTIONS_SINGLE_SIMD_amd64= K8 CORE MEROM NEHALEM
|
||||
OPTIONS_SINGLE_SIMD_i386= ${OPTIONS_SINGLE_SIMD_amd64}
|
||||
OPTIONS_SINGLE= SIMD_${ARCH:tu}
|
||||
OPTIONS_SINGLE_SIMD_AMD64= K8 CORE MEROM NEHALEM
|
||||
OPTIONS_SINGLE_SIMD_I386= ${OPTIONS_SINGLE_SIMD_AMD64}
|
||||
OPTIONS_DEFAULT_amd64= K8
|
||||
OPTIONS_DEFAULT_i386= K8
|
||||
|
||||
SIMD_amd64_DESC= Use SSE SIMD optimizations for
|
||||
SIMD_i386_DESC= ${SIMD_amd64_DESC}
|
||||
SIMD_AMD64_DESC= Use SSE SIMD optimizations for
|
||||
SIMD_I386_DESC= ${SIMD_AMD64_DESC}
|
||||
K8_DESC= K8 architecture (SSE2)
|
||||
CORE_DESC= Core architecture (up to SSE3)
|
||||
MEROM_DESC= Merom architecture (up to SSSE3)
|
||||
|
|
Loading…
Add table
Reference in a new issue