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

Bug: Copying of test source files #1180

Open
claudiushaag opened this issue Nov 11, 2024 · 0 comments
Open

Bug: Copying of test source files #1180

claudiushaag opened this issue Nov 11, 2024 · 0 comments

Comments

@claudiushaag
Copy link

claudiushaag commented Nov 11, 2024

When building a new conda package (here for reference), rattler-build is not copying my binary h5-file from the source-code, which would be needed for a quick test. I'm currently not able to reproduce the error in a more minimal setting, as it does seem to only occur in that special setting. I'm currently downloading the file via curl to circumvent that behaviour.

The problem is: I'm copying the complete test directory of the source, and all files are copied with the h5-file in microstructures being the exception. The folder test referenced in the source files looks like this:

- test
    - input_files
        - file1.json
        - file2.json
    - microstructures
        - sphere32.h5
    - run_test.sh
    - CMakeLists.txt

I'm also surprised by the rather deeply nested placement of the source files, but maybe I'm doing sth wrong there...? I was not able to get that information from the documentation.

Any help would be greatly appreciated!

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