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

fixed a problem with dat and npy files in example dir not being deployed #713

Merged
merged 1 commit into from
May 7, 2023

Conversation

degawa
Copy link
Contributor

@degawa degawa commented May 7, 2023

Regarding issue #705, I fixed ./ci/fpm-deployment.sh by adding commands to copy *.dat and *.npy files.
A diff between the outputs of the scripts before and after the fix shows the *.dat and *.npy files are copied.

~/stdlib$ git switch master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
~/stdlib$ bash ./ci/fpm-deployment.sh > current.log
~/stdlib$ rm -rf stdlib-fpm/

# fixed fpm-deployment.sh and re-run
~/stdlib$ bash ./ci/fpm-deployment.sh > fixed.log
~/stdlib$ diff current.log fixed.log 
5a6, 7
> example.dat
> example.npy

closes #705

Copy link
Member

@jvdp1 jvdp1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
I'll merge it.
Thank you @degawa

@jvdp1 jvdp1 merged commit 6ea8484 into fortran-lang:master May 7, 2023
@degawa degawa deleted the deploy-dat-npy-in-example branch May 8, 2023 00:57
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

Successfully merging this pull request may close these issues.

dat and npy files required to run examples have not been deployed
3 participants