From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 02CC0D2E46 for ; Tue, 9 Aug 2022 12:18:16 +0000 (UTC) From: Ryszard Knop To: Development mailing list for IGT GPU Tools Date: Tue, 9 Aug 2022 14:17:58 +0200 Message-Id: <20220809121801.1044402-1-ryszard.knop@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 0/3] Switch the FFT library from GSL to meow_fft List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: In Chamelium tests, FFT is used to compare the transmitted vs received signal. Currently this is done with the GNU GSL library. GSL is available under the GPL license which is incompatible with MIT, as noted in #38. Switch to meow_fft, licensed under 0-clause BSD.