-
Notifications
You must be signed in to change notification settings - Fork 193
Open
Labels
automationRelated to the workflows and automatic tests running hereRelated to the workflows and automatic tests running herebugSomething isn't workingSomething isn't workingbuild: fpmIssue with stdlib's automatic exported fpm buildIssue with stdlib's automatic exported fpm build
Description
The preprocessing in the fpm deployment currently assumes only the files in the source directory need to be processed using fypp:
Lines 34 to 36 in 8bfcdf9
# 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.
zoziha
Metadata
Metadata
Assignees
Labels
automationRelated to the workflows and automatic tests running hereRelated to the workflows and automatic tests running herebugSomething isn't workingSomething isn't workingbuild: fpmIssue with stdlib's automatic exported fpm buildIssue with stdlib's automatic exported fpm build