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
I want to create a feedstock for https://github.com/cmhughes/latexindent.pl . It, however, makes use of several Perl packages. I think that the conda-style is to add feedstocks for each of this packages, such that finally latexindent.pl can just depend on those dependencies.
My question is: how should this be done? In particular, where does Perl look? And how can I use Perl to install in the correct location (in the conda environment)? I.e. what is the perl equivalent of python -m pip install . or cmake -DCMAKE_PREFIX_PATH:PATH=${PREFIX} -DCMAKE_INSTALL_PREFIX:PATH=${PREFIX} .?
The text was updated successfully, but these errors were encountered:
I want to create a feedstock for https://github.com/cmhughes/latexindent.pl . It, however, makes use of several Perl packages. I think that the conda-style is to add feedstocks for each of this packages, such that finally latexindent.pl can just depend on those dependencies.
My question is: how should this be done? In particular, where does Perl look? And how can I use Perl to install in the correct location (in the conda environment)? I.e. what is the
perl
equivalent ofpython -m pip install .
orcmake -DCMAKE_PREFIX_PATH:PATH=${PREFIX} -DCMAKE_INSTALL_PREFIX:PATH=${PREFIX} .
?The text was updated successfully, but these errors were encountered: