Skip to content

meson: use install_subdir#79

Open
zoziha wants to merge 1 commit into
fortran-lang:mainfrom
zoziha:meson-1
Open

meson: use install_subdir#79
zoziha wants to merge 1 commit into
fortran-lang:mainfrom
zoziha:meson-1

Conversation

@zoziha

@zoziha zoziha commented Jul 6, 2023

Copy link
Copy Markdown
Contributor

Description

  • When minpack is the main meson project, using install-mod.py to install the *.mod file, meson install will be expected.
  • When minpack is a meson subprojects project, installing the *.mod file using install-mod.py will have an unexpected effect.

The solution is to use meson's install_subdir, which I have used in several of my own projects and it meets all the requirements for a normal *.mod install.

@zoziha zoziha marked this pull request as draft July 6, 2023 12:55
@codecov

codecov Bot commented Jul 6, 2023

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.80%. Comparing base (c0b5aea) to head (0627e39).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #79   +/-   ##
=======================================
  Coverage   88.80%   88.80%           
=======================================
  Files           2        2           
  Lines        1224     1224           
  Branches      456      456           
=======================================
  Hits         1087     1087           
  Misses         40       40           
  Partials       97       97           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@zoziha zoziha marked this pull request as ready for review July 6, 2023 12:59
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.

1 participant