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

Fpm export does not include fypp preprocessed tests #534

Open
awvwgk opened this issue Sep 19, 2021 · 0 comments
Open

Fpm export does not include fypp preprocessed tests #534

awvwgk opened this issue Sep 19, 2021 · 0 comments
Labels
automation Related to the workflows and automatic tests running here bug Something isn't working build: fpm Issue with stdlib's automatic exported fpm build

Comments

@awvwgk
Copy link
Member

awvwgk commented Sep 19, 2021

The preprocessing in the fpm deployment currently assumes only the files in the source directory need to be processed using fypp:

# Preprocess stdlib sources
find src -maxdepth 1 -iname "*.fypp" \
| cut -f1 -d. | xargs -P "$njob" -I{} "$fypp" "{}.fypp" "$destdir/{}.f90" $fyflags

This leaves out the test_median.fypp test case.

@awvwgk awvwgk added bug Something isn't working build: fpm Issue with stdlib's automatic exported fpm build automation Related to the workflows and automatic tests running here labels Sep 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation Related to the workflows and automatic tests running here bug Something isn't working build: fpm Issue with stdlib's automatic exported fpm build
Projects
None yet
Development

No branches or pull requests

1 participant