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

"make clean" fails on configuration step 3, v2.4.0 #51

Open
60south opened this issue Aug 28, 2024 · 1 comment
Open

"make clean" fails on configuration step 3, v2.4.0 #51

60south opened this issue Aug 28, 2024 · 1 comment

Comments

@60south
Copy link

60south commented Aug 28, 2024

For Master version v2.4.0:

Following the build instructions in the README.MD file, in Configuration Step 3:

cd src/
cd Build/
make clean  

fails with "make: *** No rule to make target 'clean'. Stop."

Cheers,

Glenn

@BenjaminTJohnson
Copy link
Collaborator

@60south there's no reason to use the master branch, it's outdated. Instead, use:

git clone https://github.com/JCSDA/crtm
git checkout release/REL-2.4.0_emc
or
git checkout release/REL-2.4.0

these are more reliably updated with any necessary changes for getting binary files, etc.

cd crtm
mkdir build
cd build
cmake ..
make -j12
ctest -j12 
find ./ -name "libcrtm*"

should find it ./libsrc/libcrtm.a (or .so, possibly)

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