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

clean and test let a few remaining files in the source directory #41

Open
picca opened this issue Aug 29, 2023 · 0 comments
Open

clean and test let a few remaining files in the source directory #41

picca opened this issue Aug 29, 2023 · 0 comments

Comments

@picca
Copy link

picca commented Aug 29, 2023

In order to produce a clean build of dmrgpp I need to clean the source like this

override_dh_auto_clean:
	[ -f psimaglite/lib/Makefile ] && $(MAKE) -C psimaglite/lib/ clean || true
	[ -f src/Makefile ] && $(MAKE) -C src clean || true
	$(RM) src/KronUtil/libkronutil.a src/libdmrgpp.a src/operator
	$(RM) psimaglite/lib/Makefile src/GitRevision.h
	$(RM) src/KronUtil/Makefile src/Makefile
	$(RM) -f src/KronUtil/test1 src/KronUtil/test2

So it seems that a bunch of generated files remain after a clean.

the psimaglite directory is the embeded version in the Debian package of dmrgpp
tests also generate a bunch of binaries which should be removed after a clean :).

Cheers

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

1 participant