File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments