aboutsummaryrefslogtreecommitdiff
path: root/.file-metadata
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-07-07 17:12:48 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-07-07 17:12:48 +0100
commitd2887a9239992fb8e62b0506000b0a8e7d48aaca (patch)
treebc1157598442b02be6061880ecfb2a9227b68ee9 /.file-metadata
parent468bd2a8c5f3b8d94eddeef641ce90d863b7bebc (diff)
FFTW single-precision library built
Until now, we were using the `--enable-single' configure-time option of FFTW to build its single-precision library. The reason was that according to the output of `./configure --help', this was equivalent to `--enable-float'. However, the single precision library wasn't being built. As a result, on systems that already had it, SExtractor would use the system's library and on other systems, it would simply not pass the configure step. With this commit, we are now using `--enable-float' which fixes this problem and installs the `libfftw3f*' libraries (showing that it is not equal to `--enable-single'!). Also, some optimization flags were added to hopefully make it faster. This issue was found thanks to Zahra Sharbaf and Hamed Altafi. This fixes bug #56588.
Diffstat (limited to '.file-metadata')
-rw-r--r--.file-metadatabin6236 -> 6236 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/.file-metadata b/.file-metadata
index 56776a9..9956492 100644
--- a/.file-metadata
+++ b/.file-metadata
Binary files differ