Opened 7 years ago
Closed 7 years ago
#56146 closed defect (fixed)
fftw-3-long @3.3.7: error: SSE2 requires single or double precision
Reported by: | michaelld (Michael Dickens) | Owned by: | seanfarley (Sean Farley) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | fftw-3-long |
Description
I'll attach the log, but this looks like the same issue as #42314 and #42253:
DEBUG: system: cd "/opt/local/var/macports/build/_opt_sources_MacPorts_ports_github_macports_math_fftw-3/fftw-3-long/work/fftw-3.3.7" && ./configure --prefix=/opt/local --enable-threads --disable-fortran --enable-shared --enable-long-double --enable-sse2 --enable-avx checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-apple-darwin16.7.0 checking host system type... x86_64-apple-darwin16.7.0 configure: error: SSE2 requires single or double precision
Attachments (1)
Change History (5)
Changed 7 years ago by michaelld (Michael Dickens)
comment:1 Changed 7 years ago by mf2k (Frank Schima)
Owner: | set to seanfarley |
---|---|
Status: | new → assigned |
comment:2 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | fftw-3-long 3.3.7 fails during config → fftw-3-long @3.3.7: error: SSE2 requires single or double precision |
---|
comment:3 Changed 7 years ago by seanfarley (Sean Farley)
Yeah, that's what I was thinking. I suspect dstrubbe's cleanup caused this but will check now.
comment:4 Changed 7 years ago by seanfarley (Sean Farley)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I guess the SSE2 flags are only applicable to the fftw-3 and fftw-3-double subports, and not to the fftw-3-long subport.