Skip to content

Commit 8bef2eb

Browse files
committed
remove libfftw3-dev dependency
1 parent 72614b6 commit 8bef2eb

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/python_wheel_build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v4
4949

50-
- name: Install required system packages
51-
run: |
52-
sudo apt-get update
53-
sudo apt-get install -y libfftw3-dev
54-
5550
- name: Download produced wheels
5651
uses: actions/download-artifact@v4
5752
with:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def run(self):
5252
"-Dbuiltin_nlohmannjson=ON -Dbuiltin_tbb=ON -Dbuiltin_xrootd=ON " # builtins
5353
"-Dbuiltin_lz4=ON -Dbuiltin_lzma=ON -Dbuiltin_zstd=ON -Dbuiltin_xxhash=ON " # builtins
5454
"-Dpyroot=ON -Ddataframe=ON -Dxrootd=ON -Dssl=ON -Dimt=ON "
55-
"-Droofit=ON "
55+
"-Droofit=ON -Dmathmore=ON -Dbuiltin_fftw3=ON -Dbuiltin_gsl=ON "
5656
# Next 4 paths represent the structure of the target binaries/headers/libs
5757
# as the target installation directory of the Python environment would expect
5858
f"-DCMAKE_INSTALL_BINDIR={ROOT_BUILD_INTERNAL_DIRNAME}/ROOT/bin "

0 commit comments

Comments
 (0)