mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 11:33:15 -04:00
- Add SIMD option to easily toggle cpu optimizations (ON by default) - Add OPENMPI option to build the MPI libraries (OFF by default) [1] - Strip slave port binaries - Take maintainership PR: 203847 [1] Submitted by: <dieterich@ogolem.org> [1]
11 lines
309 B
Text
11 lines
309 B
Text
--- configure.orig 2016-07-30 20:34:50 UTC
|
|
+++ configure
|
|
@@ -14397,7 +14397,7 @@ fi
|
|
esac
|
|
|
|
case "${ax_cv_c_compiler_vendor}" in
|
|
- gnu|intel)
|
|
+ gnu|intel|clang)
|
|
# SSE/SSE2
|
|
if test "$have_sse2" = "yes" -a "x$SSE2_CFLAGS" = x; then
|
|
if test "$PRECISION" = d; then flag=msse2; else flag=msse; fi
|