From aff816804840fbe4d549d634b0f8b5cfc7ab94b1 Mon Sep 17 00:00:00 2001 From: Robert Dodier Date: Thu, 27 Jul 2023 09:41:08 -0700 Subject: [PATCH] In share package fftpack5, rename factor.lisp to fftpack5_factor.lisp to avoid name collision with src/factor.lisp, and update fftpack5.system accordingly. --- share/fftpack5/fftpack5.system | 6 +++--- share/fftpack5/lisp/{factor.lisp => fftpack5_factor.lisp} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename share/fftpack5/lisp/{factor.lisp => fftpack5_factor.lisp} (100%) diff --git a/share/fftpack5/fftpack5.system b/share/fftpack5/fftpack5.system index cceb3f043..83968f762 100644 --- a/share/fftpack5/fftpack5.system +++ b/share/fftpack5/fftpack5.system @@ -86,9 +86,9 @@ :depends-on ("xerfft" "xercon" "mcstf1")) (:file "costmi" :depends-on ("xerfft" "rfftmi")) - (:file "factor") + (:file "fftpack5_factor") (:file "mcfti1" - :depends-on ("tables" "factor")) + :depends-on ("tables" "fftpack5_factor")) (:file "mcsqb1" :depends-on ("rfftmb" "xerfft")) (:file "mcsqf1" @@ -192,4 +192,4 @@ :depends-on ("fftpack5-double") :components ((:file "fftpack5-interface"))) - \ No newline at end of file + diff --git a/share/fftpack5/lisp/factor.lisp b/share/fftpack5/lisp/fftpack5_factor.lisp similarity index 100% rename from share/fftpack5/lisp/factor.lisp rename to share/fftpack5/lisp/fftpack5_factor.lisp -- 2.11.4.GIT