A researcher at my university wants to run a conda module that was built with a later version of glibc (2.33) than I have (2.28). I'm working in a RedHat environment, and glibc is not upgradeable. I'd like to unpack the module and rebuild it in my environment so that the dependency is erased.
The module is "bsbolt" and the this in the directory created by 'git clone':
bsbolt conda_recipe docs __init__.py LICENSE MANIFEST.in mkdocs.yml README.md requirements.txt setup.py tests
The meta.yaml file is in conda_recipe. What is the command line I need to run to build a local module? From there, I can install it into our environment.