aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2019-04-14 01:48:35 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2019-04-14 01:48:35 +0100
commitad929db835b58f643d2d0d1c12ffa14e8457a804 (patch)
treebd4e87b5f3fd0d94b7285e48cbeec02e1386b1cb
parent0cbd2243458611caa2a3564b577987531bcd6934 (diff)
Added citation for FFTW
Until now we weren't including the citation for FFTW (one of the template's optional packages). With this commit, it is added.
-rw-r--r--.file-metadatabin5403 -> 5484 bytes
-rw-r--r--reproduce/src/make/dependencies.mk3
-rw-r--r--tex/dependencies/fftw.tex19
3 files changed, 21 insertions, 1 deletions
diff --git a/.file-metadata b/.file-metadata
index 9ca5bd6..a5ecb71 100644
--- a/.file-metadata
+++ b/.file-metadata
Binary files differ
diff --git a/reproduce/src/make/dependencies.mk b/reproduce/src/make/dependencies.mk
index c237313..72cb7c4 100644
--- a/reproduce/src/make/dependencies.mk
+++ b/reproduce/src/make/dependencies.mk
@@ -265,7 +265,8 @@ $(ilidir)/gsl: $(tdir)/gsl-$(gsl-version).tar.gz
$(ilidir)/fftw: $(tdir)/fftw-$(fftw-version).tar.gz
$(call gbuild, $<, fftw-$(fftw-version), static, \
--enable-shared) \
- && echo "FFTW $(fftw-version)" > $@
+ && cp $(dtexdir)/fftw.tex $(ictdir)/ \
+ && echo "FFTW $(fftw-version) \citep{fftw}" > $@
# Freetype is necessary to install matplotlib
$(ilidir)/freetype: $(tdir)/freetype-$(freetype-version).tar.gz \
diff --git a/tex/dependencies/fftw.tex b/tex/dependencies/fftw.tex
new file mode 100644
index 0000000..60c24a8
--- /dev/null
+++ b/tex/dependencies/fftw.tex
@@ -0,0 +1,19 @@
+%% Copyright (C) 2019 Mohammad Akhlaghi <mohammad@akhlaghi.org>
+%%
+%% Copying and distribution of this file, with or without modification,
+%% are permitted in any medium without royalty provided the copyright
+%% notice and this notice are preserved. This file is offered as-is,
+%% without any warranty.
+
+@ARTICLE{fftw,
+ author = {M. {Frigo} and S. G. {Johnson}},
+ journal = {IEEE Proc.},
+ title = {The Design and Implementation of FFTW3},
+ year = {2005},
+ volume = {93},
+ number = {2},
+ pages = {216},
+ doi = {10.1109/JPROC.2004.840301},
+ ISSN = {0018-9219},
+ month = {Feb},
+}