#1042 closed enhancement (fixed)
2.4-cr-0: pschecklibs -build -force fftw3f doesn't do anything
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | psconfig | Version: | 2.4 |
| Severity: | minor | Keywords: | |
| Cc: | Michael Wood-Vasey |
Description
checking fftw3.h presence... no
checking for fftw3.h... no
configure: error: FFTW version 3 (--enable-float) headers not found. Obtain it at http://www.fftw.org/ or use --with-fftw3 to specify location.
problem building psLib : failure in psconfigure
jester@aida77 psconfig$ pschecklibs -build -force fftw3f
examining C libraries based on tagsets/ipp-2.4.libs
psconfig version: ipp-2.4
bindir: /IPPipp-2.4.lin64/bin
libdir: /IPPipp-2.4.lin64/lib
incdir: /IPPipp-2.4.lin64/include
mandir: /IPPipp-2.4.lin64/man
setting architecture to: lin64
searching for libraries in: /usr/X11R6/lib64 /usr/lib64 /lib64 /IPPipp-2.4.lin64/lib /lib /usr/lib /usr/X11R6/lib /usr/local/lib
searching for programs in: /IPPipp-2.4.lin64/bin /IPPipp-2.4.lin64/bin /usr/local2/misc/karma/cm_script /usr/local2/misc/karma/csh_script /usr/local2/misc/karma/site/amd64_Linux/bin /usr/local2/misc/karma/bin . /usr/local2/bin /usr/local2/misc/idl/photoop/bin /usr/local2/misc/idl/idlspec2d/bin /usr/local2/misc/idl/idlutils/bin . /usr/local2/bin /usr/local2/misc/idl/photoop/bin /usr/local2/misc/idl/idlspec2d/bin /usr/local2/misc/idl/idlutils/bin /home/jester/bin /usr/local/bin /usr/bin /usr/X11R6/bin /bin /usr/games /opt/gnome/bin /opt/kde3/bin /usr/bin/X11 /usr/lib/mit/bin /usr/lib/mit/sbin /usr/lib/qt3/bin
jester@aida77 psconfig$
The workaround is of course to just configure make make install by hand, but it sounded like it should be working?
Change History (2)
comment:1 by , 18 years ago
| Cc: | added |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
comment:2 by , 18 years ago
| Version: | unspecified → 2.4 |
|---|

pschecklibs -build -force libfftw3f
is the syntax for what you want. Everything in the tagset/ipp-?.?.libs is tagged as a lib*. From the psconfig directory
psbuild% grep fftw3f tagsets/ipp-2.4.libs
lib libfftw3f NONE NONE fftw-3.0.1.tar.gz fftw-3.0.1 Y --enable-float,--enable-shared,--disable-fortran NONE NONE
the second column is the name of the package.