dat
and npy
files required to run examples have not been deployed
#705
Labels
bug
Something isn't working
Description
Two example programs of stdlib_io,
example_loadnpy
andexample loadtxt
, terminated with an error.Expected Behaviour
I expected the examples to run and finish without any errors.
Version of stdlib
31f5a8b
Platform and Architecture
Windows 10 22H2 64bit, gfortran 11.2 bundled with quickstart Fortran on Windows, fpm 0.7.0 alpha
Additional Information
This problem occurs only on the
stdlib-fpm
branch.example.dat
andexample.npy
do not exist in this branch, suggesting some need for more configuration during deployment.In
fpm-deployment.sh
,*.dat
files and*.npy
files in theexample
directory are not copied; contrary to*.dat
files in thetest
directory are copied.stdlib/ci/fpm-deployment.sh
Lines 50 to 53 in 2fdfab4
I'm not familiar with Linux or bash scripts, but thanks to the similarity of the process for the
test
directory, adding commands to copy the*.dat
files and*.npy
files may solve this problem.The text was updated successfully, but these errors were encountered: