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
For the second "export PKG_CONFIG_PATH=XXXX" call in .env_mach_specific.sh, /opt/cray/pe/libsci/23.09.1.1/GNU/10.3/x86_64/lib/pkgconfig (in the first call) is lost.
@dqwu I think that supporting the feature you are requesting would be quite complicated. You could simply repeat the first change to PKG_CONFIG_PATH in the second as: <env name="PKG_CONFIG_PATH">/lustre/orion/cli115/world-shared/frontier/3rdparty/protobuf/21.6/gcc-12.2.0/lib/pkgconfig:$ENV{CRAY_LIBSCI_PREFIX_DIR}/lib/pkgconfig:$ENV{PKG_CONFIG_PATH}</env>
In my E3SM feature branch, config_machines.xml appends PKG_CONFIG_PATH in two places on the machine frontier:
After running case.setup, .env_mach_specific.sh shows:
For the second "export PKG_CONFIG_PATH=XXXX" call in .env_mach_specific.sh, /opt/cray/pe/libsci/23.09.1.1/GNU/10.3/x86_64/lib/pkgconfig (in the first call) is lost.
Steps to reproduce:
[Clone the E3SM repository]
[Create and set up a simple X case]
[Check .env_mach_specific.sh]
cat .env_mach_specific.sh
The text was updated successfully, but these errors were encountered: