-
Notifications
You must be signed in to change notification settings - Fork 705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
netCDF/4.9.0-gompi-2022a is missing a dependency #16446
Labels
Milestone
Comments
hrnagel
changed the title
netCDF/4.9.0-gompi-2022a is missing a dpendency
netCDF/4.9.0-gompi-2022a is missing a dependency
Oct 20, 2022
bzip2 probably comes from the CMake easyconfig file. CMake is included as a build dependency in the netCDF easyconfig file. ncgen can therefore be compiled, but not run afterwards when CMake is no longer loaded. |
For 4.9.0:
|
I'm seeing the following extra in the log:
|
We should also enhance the
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
$ module load netCDF/4.9.0-gompi-2022a
$ ncgen -h
ncgen: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory
$ module load bzip2/1.0.8-GCCcore-11.3.0
$ ncgen -h
Usage: ncgen [-1] [-3] [-4] [-5] [-6] [-7] [-b] [-d] [-D debuglevel] [-h] [-k kind ] [-l language=b|c|f77|java] [-M ] [-n] [-o outfile] [-P] [-x] [-N datasetname] [-L loglevel] [-H] [-W generate whole var upload] [file ... ]
Best regards,
Henrik
The text was updated successfully, but these errors were encountered: