Skip to content
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

File Misnaming in cmake_install.cmake #2039

Closed
mchurchf opened this issue Jan 2, 2025 · 2 comments
Closed

File Misnaming in cmake_install.cmake #2039

mchurchf opened this issue Jan 2, 2025 · 2 comments

Comments

@mchurchf
Copy link
Contributor

mchurchf commented Jan 2, 2025

I just did a git pull and compiled, and I'm getting some errors when I do 'make install' such as:

CMake Error at cmake_install.cmake:84 (file):
file INSTALL cannot find
"/home/mchurchf/software-2024-03/ERF/Source/Radiation/ERF_Mam4Constituents.H":
No such file or directory.

This happens because the file itself is not named this (there is an error in the file name):

[mchurchf@kl3 build.matt_badTheta_oneapi-2023.2.0_cray-mpich-8.1.28] CPU $ la ../Source/Radiation/
total 220K
...
-rw-rw-r-- 1 mchurchf mchurchf 34K Jan 2 06:58 ERF_Mam4Aero.H
-rw-rw-r-- 1 mchurchf mchurchf 43K Jan 2 06:58 ERF_Mam4Constitutents.H
-rw-rw-r-- 1 mchurchf mchurchf 18K Jan 2 06:58 ERF_ModalAeroWaterUpdate.H
...

This is just one example. There are other filename inconsistencies such as:
Source/Utils/ERF_Sat_methods.H

The cmake_install.cmake has ERF_SatMethods.H listed.

@asalmgren
Copy link
Collaborator

@mchurchf -- can you confirm we can close this issue?

@asalmgren
Copy link
Collaborator

I believe this issue has been resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants