You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution to issue cannot be found in the documentation.
I checked the documentation.
Issue
Depending on scikit-hep/fastjet#308 this may or may not be relevant, but the fastjet conda-forge distribution is not distributing fastjet-config as a command line tool and has the paths of fastjet-config options broken, as it is using the paths in the CI build machine.
$ micromamba env create --yes --name fastjet-bug-example fastjet
$ micromamba activate fastjet-bug-example
$ command -v fastjet-config
$ fastjet-configCommand 'fastjet-config' not found, but can be installed with:sudo apt install libfastjet-dev
$ find ~/micromamba/envs/fastjet-bug-example/ -type f -iname "fastjet-config"/home/feickert/micromamba/envs/fastjet-bug-example/lib/python3.12/site-packages/fastjet/_fastjet_core/bin/fastjet-config
$ $(find ~/micromamba/envs/fastjet-bug-example/ -type f -iname "fastjet-config") --cxxflags --libs --plugins-I/home/conda/feedstock_root/build_artifacts/fastjet_1715455618311/work/src/fastjet/_fastjet_core/include -Wl,-rpath,/home/conda/feedstock_root/build_artifacts/fastjet_1715455618311/work/src/fastjet/_fastjet_core/lib -L/home/conda/feedstock_root/build_artifacts/fastjet_1715455618311/work/src/fastjet/_fastjet_core/lib -lfastjettools -lfastjet -lgmp -lm -lfastjetplugins -lsiscone_spherical -lsiscone
This also brings up the question of if fastjet was ever meant to also be a distribution method for the FastJet C++ library in addition to providing the Python bindings? Or was this a non-goal that should be pursued through a conda-forge feedstock different than https://github.com/conda-forge/fastjet-feedstock/?
Solution to issue cannot be found in the documentation.
Issue
Depending on scikit-hep/fastjet#308 this may or may not be relevant, but the
fastjet
conda-forge distribution is not distributingfastjet-config
as a command line tool and has the paths offastjet-config
options broken, as it is using the paths in the CI build machine.This also brings up the question of if
fastjet
was ever meant to also be a distribution method for the FastJet C++ library in addition to providing the Python bindings? Or was this a non-goal that should be pursued through a conda-forge feedstock different than https://github.com/conda-forge/fastjet-feedstock/?Installed packages
Environment info
The text was updated successfully, but these errors were encountered: