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
On macOS with no ~./local/lib/pkgconfig directory, executing
git clone [email protected]:berkeleylab/inference-engine
cd inference-engine
./setup
completes and all tests pass. However,
cd cloud-microphysics
./setup.sh
yields the following trailing output:
realpath: /Users/rouson/.local/lib/pkgconfig: No such file or directory
The text was updated successfully, but these errors were encountered:
rouson
changed the title
Fix cloud-microphysics/setup.sh
Fix cloud-microphysics/setup.sh pkgconfig error when ~/.local/lib/pkgconfig is missing
Aug 14, 2024
rouson
changed the title
Fix cloud-microphysics/setup.sh pkgconfig error when ~/.local/lib/pkgconfig is missing
cloud-microphysics/setup.sh fails when ~/.local/lib/pkgconfig is missing
Aug 14, 2024
On macOS with no
~./local/lib/pkgconfig
directory, executingcompletes and all tests pass. However,
yields the following trailing output:
The text was updated successfully, but these errors were encountered: